hungtruong/Google-Translate-TTS

Returns Error

Closed this issue · 8 comments

HTTP Error 503: Service Unavailable

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

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

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

HTTP Error 503: Service Unavailable

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

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.

Good while it lasted! :-)

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

Yep, this works great!

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

Works for me too.