mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #129] panic: invalid uri: spotify:track:undefined #78
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#78
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 @lnkpaulo on GitHub (Oct 22, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/129
Sending play request to http://localhost:3678/player/play where payload: uri='spotify:track:undefined' skip_to_uri=None paused=False gives:
basically the above happens when uri='spotify:track:undefined' .
@devgianlu commented on GitHub (Oct 22, 2024):
Thank you for reporting. I have made it so that
go-librespotwill not panic.