guyrotem / google-translate-server

Google Translate Proxy API
https://google-translate-proxy.herokuapp.com/
MIT License
98 stars 36 forks source link

Not Working #3

Closed nk932714 closed 5 years ago

nk932714 commented 6 years ago

Please check its not working now

image

guyrotem commented 6 years ago

thanks for reporting! seems like Google use some IP based throttling on calls to translate API and redirect the requests to a captcha. there are too many requests from my demo app. I might implement throttling on my end too, but free usage has its limits... if anyone wants to deploy this code on their own server, it should probably work

nk932714 commented 6 years ago

Thanks i'll try to deploy and let you know if it is working

guyrotem commented 6 years ago

every time I redeploy it on Heroku it works for a while (getting a new IP?), then Google block it again due to some unusual traffic detected (I don't monitor too much who is using this API, could be really high throughput or just sensitive captcha threshold)

nk932714 commented 5 years ago

Thanks a lot buddy for this beautiful repo. Its working fine.