-
Notifications
You must be signed in to change notification settings - Fork 612
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service Unavailable #17
Comments
I'm also getting this now. My previous fix had fixed the BAD_NETWORK error but now every request fails with this 503. Edit: this stackoverflow question seems to have pointed out that it's probably being blocked for being a bot, and we can't exactly solve the captcha with a script. |
i'm getting that as well... any idea fellowes? :) |
While we're waiting for PR #16 or #18 to be merged, try this repo: teamsteamdev/google-translate-api#2083. I just ran I added it to
Good luck! @eliavmaman @JukeboxRhino @tgyou @matheuss |
I have noticed that Google rejects strings including |
This issue is a duplicate of #11 |
Duplicate of #11 |
Error: Response code 503 (Service Unavailable)
at /home/mayank/Desktop/node_modules/google-translate-token/index.js:103:25
at process._tickCallback (internal/process/next_tick.js:109:7)
code: 'BAD_NETWORK',
message: 'Response code 503 (Service Unavailable)'
Error: getaddrinfo ENOTFOUND translate.google.com translate.google.com:443
at /home/mayank/Desktop/node_modules/google-translate-token/index.js:103:25
at process._tickCallback (internal/process/next_tick.js:109:7)
code: 'BAD_NETWORK',
message: 'getaddrinfo ENOTFOUND translate.google.com translate.google.com:443'
The text was updated successfully, but these errors were encountered: