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

.HTTP Error 503: Service Unavailable #1

Closed patricksebastien closed 11 years ago

patricksebastien commented 11 years ago

hi,

i am getting this error: .HTTP Error 503: Service Unavailable

?

hungtruong commented 11 years ago

I just tried and it is working for me. Could be a connection issue on your end? Does translate.google.com work for you?

patricksebastien commented 11 years ago

Yes it works, but there's a captcha when trying to load the mp3_url in the browser. I will try to renew my IP and report back.

hungtruong commented 11 years ago

Sounds like this is not an issue with the library then. You're probably just being throttled.

patricksebastien commented 11 years ago

It works, sorry for the noise and thank you for sharing the code.