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

Monstrous Menagerie page 2 JSON decode error on API #617

Open
kennygoff opened this issue Dec 21, 2024 · 0 comments
Open

Monstrous Menagerie page 2 JSON decode error on API #617

kennygoff opened this issue Dec 21, 2024 · 0 comments

Comments

@kennygoff
Copy link

Trying to get page 2 of Monstrous Menagerie fails due to a JSON decode error. Pages 1, 3, and 4 work, it seems to be a specific data issue within page 2 but I haven't checked all pages.

API Payload:

document__slug__iexact: menagerie
page: 2

On production Live API: Page 2, Page 1

Running the API locally I get this error:

JSONDecodeError at /v1/monsters/
Invalid control character at: line 1 column 201 (char 200)
/opt/homebrew/Cellar/[email protected]/3.13.1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/json/decoder.py, line 361, in raw_decode
Raised during: | api.views.MonsterViewSet

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