mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #93] failed handling status request error #66
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#66
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 @sciensys on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/93
hello,
during last week plugin regularly stops play and then start freezing control.
any ideas?
@sciensys commented on GitHub (Sep 12, 2024):
full_log.txt
@sciensys commented on GitHub (Sep 12, 2024):
Another clean reinstallation of the system temporarily solved the issue.
@devgianlu commented on GitHub (Sep 16, 2024):
Seems like the heart of the problem is always the network:
Better network failure handling is required all over the place. Anyway, I wouldn't expect a full reinstall to be required, just restarting the device should be enough.
@sciensys commented on GitHub (Sep 16, 2024):
Thank you for your attention.
But I'm not quite sure that the problem is in the network, because at that moment I tried to turn on the radio - and it turned on quickly, played sound, and there was a quick, responsive control.
But, using the plugin to listen to Spotify, the control was not responsive, the track began to play with a delay of 5-10 seconds, and after 5 seconds it died down.
At the same time, the playback indicator was fine, but there was no sound.
Rebooting did not help, unlogging and then logging in also did not give a result.
At some point, after unlogging from the plugin, it was no longer possible to log in.
Therefore, there was no choice, only reinstallation, and oddly enough, reinstallation helped, the Spotify plugin immediately started working, quick control, no lags.
I have 3 instances, the first two were installed at the beginning of the previous week, the 3rd at the end of the next week (the last one was fresh, installed 2 weeks ago)
After reinstalling the systems, all 3 instances are still working. I continue to monitor them.
Thank you.
@aykevl commented on GitHub (Sep 19, 2024):
I also get "connection reset by peer" occasionally. I think it's a problem on Spotify's end, which we will have to work around with more graceful error handling. See https://github.com/devgianlu/go-librespot/issues/88 for another example of this.
@sciensys commented on GitHub (Oct 12, 2024):
I catched the plugin stop:
https://community.volumio.com/t/volumio-3-742-spotify-plugin-4-10-bugs/68418/34?u=sciensys
@devgianlu commented on GitHub (Oct 12, 2024):
@sciensys I have looked at the thread and it does not look like it is an issue with go-librespot.