mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[GH-ISSUE #237] [Bug] "spclient request returned bad gateway" and "context deadline exceeded" when trying connect from desktop/mobile app #148
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#148
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 @szygmunt on GitHub (Oct 25, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/237
Hi, I’m having an issue with go-librespot.
After starting the service on my Raspberry Pi, it connects and authenticates fine, but when I try to connect from my android phone it can't pair with go-librespot running on Rpi. The log keeps showing “spclient request returned bad gateway” and finally “context deadline exceeded”.
Here’s the full log from systemd:
Any idea what might be wrong or how to debug this further?
@devgianlu commented on GitHub (Nov 4, 2025):
This appears to be a combination of issues:
spotify:station:track:1ZEOIhSn6BKErV59bIgn76I am implementing some workarounds with #246, but I am not closing this. To debug further switch to the latest commit and increase the log level to
trace. It should not fail to load anymore, just take ~10 seconds, but the logs should have a bit more insight.