mouuff / mtranslate

A simple api for google translate
MIT License
286 stars 83 forks source link

urllib2.HTTPError: HTTP Error 503: Service Unavailable #1

Closed lucas03 closed 8 years ago

lucas03 commented 9 years ago

Hi, Any idea, why am I getting error 503 on my vps server as well as on my openshift account? On localhost it works fine.

mouuff commented 9 years ago

No idea

Deph0 commented 8 years ago

@lucas03 Could be blacklisted by google, try going to the webpage manually in a browser.

Thanks for this script, @mouuff, after google decided to block the /translate_a/ url on me, this saved me from hours of searching for a different approach while keeping it simple.

lucas03 commented 8 years ago

yep, since google translate has paid service, google keeps large database of public ips that are blacklisted. Also if you find working proxy, after few translations proxy is temporarily blocked. Thanks for code anyway.