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

[VSCO] prevPageToken Bugfix #6891

Merged
merged 1 commit into from
Jan 28, 2025
Merged

[VSCO] prevPageToken Bugfix #6891

merged 1 commit into from
Jan 28, 2025

Conversation

CasualYT31
Copy link
Contributor

The JSON returned by VSCO assigns undefined to ["insights"]["prevPageToken"] which is not a valid JSON value. We don't need this token anyway so we can safely remove it from the JSON before we parse it.

I've also updated a couple of the VSCO tests because they didn't pass on my local machine.

Closes: #6887

@CasualYT31 CasualYT31 changed the title VSCO: prevPageToken Bugfix [VSCO] prevPageToken Bugfix Jan 28, 2025
@mikf mikf merged commit de81f8e into mikf:master Jan 28, 2025
10 checks passed
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

Successfully merging this pull request may close these issues.

VSCO.co An unexpected error occurred: JSONDecodeError - Expecting value: line 1 column 67581 (char 67580)
2 participants