Skip to content

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

Description

@raintonr

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]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions