Comment # 2 on bug 910900 from
OK,

I see in terminal, that try to use e.g. 
{'language': 'europe/lt'}
instead of 
{'language': 'lt'}

so you need to change 149 line in main.py from 

self._espeak_language = voice_id

to 

self._espeak_language = voice_id.split('/', 1)[-1]

I tested and it work. Can somebody update rpm?


You are receiving this mail because: