You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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:
On production Live API: Page 2, Page 1
Running the API locally I get this error:
The text was updated successfully, but these errors were encountered: