mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[GH-ISSUE #530] JSON parsing error when getting show #169
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SolidTux on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/530
Describe the bug
When attempting to obtain a show, the following error is produced:
To Reproduce
The issue can be reproduced with the following code:
I also attached the JSON. The issues seems to be with
nullitems:Expected behavior
The show data is obtained and properly parsed
Log/Output data
show.json
Additional context
None
@ramsayleung commented on GitHub (Jul 7, 2025):
This problem should be fixed by this PR https://github.com/ramsayleung/rspotify/pull/526/files, I am about to release a new version, you could consume the latest version to solve this problem.
@ramsayleung commented on GitHub (Jul 8, 2025):
v0.15.0 is out, which should address this issue.