I found that line 86 in tss.py doesn't evaluate properly for me. The dictonary item.languages is blank and as a result en_voices is always empty. It works if i remove the check for 'en'
en_voices.extend(vid for vid, langs in vdct.items() if any('en' in lang for lang in langs))