mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #254] Responses never arrive at clients #155
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#155
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 @Arrigi on GitHub (Nov 13, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/254
go-librespot is discovered succesfully by spotify players and
commands are received properly by go-librespot
but the clients (I've tested macos + ios) never seem to receive a response. This does create weird situations where go-librespot may actually play the requested song and sometimes even update volume, but the client still believes it's connecting. It eventually times out and believes nothing is playing, while I can hear music.
Logging repeatedly shows
I can't figure out what this is trying to access or where this http400 would be coming from, if it even is one?
I've seen this issue all 0.5.x versions
@devgianlu commented on GitHub (Nov 30, 2025):
What is failing is this call:
github.com/devgianlu/go-librespot@0dd19a13e3/spclient/spclient.go (L164)I have never seen it fail with that error, almost like it doesn't have a body, but that seems unlikely. Are you still having this issue? Can you describe how to reproduce it?