mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[GH-ISSUE #206] Error: "invalid status code from context resolve autoplay: 204" #134
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#134
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 @leodurandfr on GitHub (Sep 12, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/206
Hello 👋
Sometimes I get this error while using go-librespot:
invalid status code from context resolve autoplay: 204. When this happens, the current track finishes playing and then playback stays paused.I'm not sure if this is an expected behavior or a bug in go-librespot.
Just in case, here are the logs when the error occurs:
@devgianlu commented on GitHub (Sep 12, 2025):
There's a couple of things going on here:
spotify:station:album:3L28ldah7yyqnF8H69Pf0Kwith 502Perhaps, it should be enough to retry the "next page" request? Is this reproducible systematically or just random?
@leodurandfr commented on GitHub (Sep 14, 2025):
When this issue happened, I was able to resume playback by sending a "/player/next" command through the go-librespot API.
I tried to reproduce the problem, but I couldn’t manage to trigger it again. For example, I played the last track of an album to see if it would stop or start a new queue, but playback continued normally. However, this is not the first time I’ve seen the issue occur.
@szygmunt commented on GitHub (Sep 14, 2025):
Are you using the latest version of go-librespot? Regarding the 204 error, it looks like an autoplay issue to me. The client’s behavior somewhat resembles this: https://github.com/devgianlu/go-librespot/issues/133.
The 502 error reported here: https://github.com/devgianlu/go-librespot/issues/137. Overall, it seems like autoplay issues.
@leodurandfr commented on GitHub (Sep 15, 2025):
Yes, I'm "running go-librespot 0.4.0".