-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
TypeError: Cannot read properties of null (reading '1') #117
Comments
Could you check with v9+? |
same here, using ^8.0.0 and can't migrate to ^9.0.0 because it's missing |
Looks like something changed in response json structure. Could you post response json here, and we will try to find hotfix. |
Any progress on this Issue ? |
Can this endpoint be used with this package at all? |
any progress on this Issue? |
@AnderRedna could you provide a code sample that reproduces the bug? |
` if (json[1][0][0][5] === undefined || json[1][0][0][5] === null) {
^
TypeError: Cannot read properties of null (reading '1')
Url: https://translate.google.com/_/TranslateWebserverUi/data/batchexecute?rpcids=MkEWBc&source-path=%2F&f.sid=812076496398908190&bl=boq_translate-webserver_20230530.06_p0&hl=en-US&soc-app=1&soc-platform=1&soc-device=1&_reqid=3014&rt=c `
getting this error I am using "@vitalets/google-translate-api": "^8.0.0",
The text was updated successfully, but these errors were encountered: