mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #248] Playback has stopped working with error: "failed handling dealer request" error="failed skipping to next track: failed creating stream for spotify:track:0upFohXrGxIIAjyaJmCkMU: no supported formats" #152
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#152
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 @innuos-ccarvalho on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/248
Hello,
I've noticed today that Spotify probably changed something on their side again and tracks no longer play. I get the following logs:
`time="2025-11-07T15:14:55Z" level=warning msg="original track has no formats, alternatives have a total of 0" uri="spotify:track:0upFohXrGxIIAjyaJmCkMU"
time="2025-11-07T15:14:55Z" level=info msg="skipping unplayable media: spotify:track:0upFohXrGxIIAjyaJmCkMU" error="failed creating stream for spotify:track:0upFohXrGxIIAjyaJmCkMU: no supported formats"
time="2025-11-07T15:14:55Z" level=warning msg="failed handling dealer request" error="failed skipping to next track: failed creating stream for spotify:track:0upFohXrGxIIAjyaJmCkMU: no supported formats"`
I think librespot already has a PR open with a fix. Is there an idea of when or if this will be fixed in go-librespot?
I can test builds, if it's useful.
Greatly appreciate your work!
@devgianlu commented on GitHub (Nov 7, 2025):
Which version are you using?
@devgianlu commented on GitHub (Nov 7, 2025):
I have released v0.5.1
@innuos-ccarvalho commented on GitHub (Nov 7, 2025):
I was using 0.3.2 and I'm sorry for jumping the gun before trying the latest version, it was bit of a faux pas on my side...
I was just trying 0.5.0 and it seemed to work fine, I'll try 0.5.1 as well
@innuos-ccarvalho commented on GitHub (Nov 7, 2025):
Can't test 0.5.1 because libFlac is not being found and I can't troubleshoot that on my system at the moment, will try it later
@devgianlu commented on GitHub (Nov 7, 2025):
I am making a new release that doesn't require libFLAC.