Skip to content
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

Could not parse location data. Probably authentication error. Please check cookie. #48

Open
raintonr opened this issue Dec 26, 2022 · 0 comments

Comments

@raintonr
Copy link

Looks like the response format could have changed slightly.

Fixed if one changes this...

        const locationdata = JSON.parse(response.data.split('\n').slice(1, -1).join(''));

... to this:

        const locationdata = JSON.parse(response.data.split('\n')[1]);
xCite1986 pushed a commit to xCite1986/ioBroker.google-sharedlocations that referenced this issue Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant