Google response the 503 code
Closed this issue · 3 comments
Nash-x9 commented
PHP Fatal error: Uncaught ErrorException: Server error: POST https://translate.google.com/translate_a/single?client=t&hl=en&dt=t&sl=zh-CN&tl=en&ie=UTF-8&oe=UTF-8&multires=1&otf=0&pc=1&trs=1&ssel=0&tsel=0&kc=1&tk=339115.204757
resulted in a 503 Service Unavailable
response:
sakalauskas commented
That's likely Google's rate limiting.
You'll need to use proxies to avoid this.
…On Wed, Jun 20, 2018, 20:04 Nash ***@***.***> wrote:
PHP Fatal error: Uncaught ErrorException: Server error: POST
https://translate.google.com/translate_a/single?client=t&hl=en&dt=t&sl=zh-CN&tl=en&ie=UTF-8&oe=UTF-8&multires=1&otf=0&pc=1&trs=1&ssel=0&tsel=0&kc=1&tk=339115.204757
resulted in a 503 Service Unavailable response:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#98>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ABY0LJIdXTPJuqA5vK2mYVHflX5ZGOJaks5t-oC2gaJpZM4UvptO>
.
frzsombor commented
This is an already known limitation, as sakalauskas said.
Please check the readme on the project's page.
Stichoza commented
Please read the README file before directly copying and pasting the error code as a new issue without even reading the readme.