mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #181] Spotify down and service fail #117
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#117
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 @ceck90 on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/181
Due to today Spotify down, go-libre spot service fail with error:
time="2025-04-16T13:15:10Z" level=fatal msg="failed running zeroconf" error="failed getting endpoints from resolver: invalid status code from apresolve: 502"
It is possible to handle this exception to avoid service fail and restart loop?
@devgianlu commented on GitHub (Apr 17, 2025):
go-librespot needs to connect to these services to function. If Spotify breaks something we must keep trying. You can adjust your systemd service to set a restart limit or delay.