JulienD / Google-Text-To-Speech

A Python script to speech some text with Google Translate.
23 stars 20 forks source link

Error 503 #2

Open giovannigatto opened 8 years ago

giovannigatto commented 8 years ago

It gives me an Error 53: service unaviable. Do you know why?

JulienD commented 8 years ago

Hey @giovannigatto ,

To be honest I don't know, I have not used this repo since I have published it. My use of the Google Translate API was more a hack than a proper implementation because there were no real possibility to achieve my need at that time.

I have found a proper API documentation that you may want to use : https://cloud.google.com/translate/v2/translate-reference

I hope it helps.

giovannigatto commented 8 years ago

Thank you Julien, I solved my problems with gtts module