google-translate-api
google-translate-api copied to clipboard
code: 'BAD_REQUEST
{ Error
at /home/xiangying/server/core/node_modules/[email protected]@google-translate-api/index.js:105:17
at
i have the same problem
same from me too, it doesn't translate anything at all
same, maybe have problem with API from google translate
Use https://github.com/davidwilsonfs/google-translate-token
Use this: https://github.com/wilsonwu/translation-google It support Chinese server.
Yea I have tried translating 200 sentences using a for loop, and after that a got that 'BAD_REQUEST'. Google will send you the response with statusMessage: 'Too Many Requests', so the problem is that you made too many request and you ID was blocked, and you are no longer able to request translation from the Google`s service :disappointed_relieved:
Use https://github.com/davidwilsonfs/google-translate-token
How do you use this?
I also found this library, just tried to use for the last 10 minutes, then got errors of 'BAD_REQUEST'.
How do you use the google-translate-token to solve? Is that even still a solution?
Use this: https://github.com/wilsonwu/translation-google It support Chinese server.
This works! Thank you!
Use this: https://github.com/wilsonwu/translation-google It support Chinese server.
Thanks!