hungtruong / Google-Translate-TTS

A python script for using Google's undocumented TTS api to save text to an MP3 file.
MIT License
141 stars 51 forks source link

Returns Error #6

Closed ImanYZ closed 6 years ago

ImanYZ commented 9 years ago

HTTP Error 503: Service Unavailable

fboesche commented 9 years ago

Hi, I think this is because google now is using captcha to avoid robots

potpath commented 9 years ago

Same here, I use https://github.com/pndurette/gTTS instead.

adrianzhang commented 9 years ago

./GoogleTTS.py -l ja -o konnichiwa_bitches.mp3 -s "hello, how can i get to bus station?" .

HTTP Error 503: Service Unavailable

julzhk commented 9 years ago

Looks like we'll have to point to a different text-to-speech API backend.

hungtruong commented 9 years ago

Yeah, sorry all, I think this is a change in how Google is throwing captchas in the web interface, so programmatically trying to hit this endpoint probably won't work anymore.

julzhk commented 9 years ago

Good while it lasted! :-)

kingjr commented 8 years ago

Same here, I use https://github.com/pndurette/gTTS instead.

Yep, this works great!

Zerokami commented 8 years ago

Same here, I use https://github.com/pndurette/gTTS instead.

Works for me too.