zaf / asterisk-googletts

Asterisk AGI script that uses Google's translate text to speech service.
GNU General Public License v2.0
214 stars 125 forks source link

hope you can help me #22

Closed VictorDanielyan closed 8 years ago

VictorDanielyan commented 8 years ago

Thanks a lot for great tool, it's very handy. Recently googletts stops talking)) I have checked debug output and here it is:

-- : Unexpected result: -- : Text passed for synthesis: testing testing testing. -- : Language: en, Interrupt keys: , Sample rate: 8000 -- : Speed: 1.3, Caching: 1, Cache dir: /tmp -- : URL passed: https://translate.google.com/translate_tts?ie=UTF-8&q=testing%20testing%20testing.&tl=en&total=1&idx=0&client=t -- : Failed to fetch file. -- : Cleaning temp files.

Is there some kind of problem with fetching the file from google?

Hope you can help me to fix it. Thanks in advance!

VictorDanielyan commented 8 years ago

Solved.

Solved by changing https:// to http:// in URL passed