mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[GH-ISSUE #477] JSON parsing error when fetching a playlist with user's own local track #156
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#156
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 @matous-volf on GitHub (Apr 19, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/477
Describe the bug
When a playlist contains a track that has been added from local files and I try to fetch it using
rspotify'splaylistmethod, it returnsTo Reproduce
Steps to reproduce the behavior:
playlistmethod.@luogni commented on GitHub (Feb 21, 2025):
I get the same (or similar?) error with ncspot while fetching a playlist with a single podcast episode added by spotify web interface:
@ramsayleung commented on GitHub (Feb 23, 2025):
Unfortunately, I couldn't reproduced this issue, as I was unable to add local file to Spotify by following this guide: https://support.spotify.com/us/article/local-files/, neither mp3 or wov file works.
Would you able to provide the JSON return from the Spotify Server which caused the above error, so I could debug without manully adding the file.
@matous-volf commented on GitHub (May 10, 2025):
I've just tried it again with the same playlist containing the local track and it's working now. Thanks!