-
Notifications
You must be signed in to change notification settings - Fork 613
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
近期google-translate-api更新一次 #110
Comments
google translate 403了。。 { HTTPError: Response code 403 (Forbidden) code: 'BAD_REQUEST' } |
加了UA也不行。。。 |
same 403 |
client:t=>webapp
返回值 body[0] 存在为空的情况,导致翻译会报错
需要修改为body[0] => body[0] && body[0].forEach
由于主人断更了,可以移步 https://github.com/sufeiweb/google-translate-free
稍后会发布到npm上,方便大家直接使用
The text was updated successfully, but these errors were encountered: