mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #115] Specific Playlist throws JSON error #86
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#86
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 @panmona on GitHub (Aug 19, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/115
One of my playlists throws the following error when I try to open it:
Failed to read JSON: invalid type: null, expected a string at line 23 column 19The playlist is this one: https://open.spotify.com/playlist/35RLOEH1zKsTllJFwL9wvW
This seems like a similar issue as #112
Thanks for taking a look!
@jpochyla commented on GitHub (Aug 19, 2021):
Should be fixed in
bbca2bc(master), can you please confirm? Local tracks are skipped completely and playlist URL pasting should be fixed as well.@panmona commented on GitHub (Aug 19, 2021):
Yes that fixes this error for me. Thanks for the fix.