mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #48] Interacting breaks connection #40
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#40
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 @fireFerry on GitHub (Jul 12, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/48
Hello,
First of all I would like to start off by thanking you for making this project and putting the time and effort into maintaining it!
Whenever I connect to my device and start playing music, things work. Up until a few songs have played, or I interact with the player too much by skipping the song or seeking in the song. It will disconnect my phone from the player and it will disappear from the spotify connect list. Even in the trace log_level mode, I'm getting no errors beside
ERRO[0121] did not receive last pong from dealer, 60s passedevery few seconds. I can send you the full trace if interested.EDIT: Also found a typo haha:

@devgianlu commented on GitHub (Jul 21, 2024):
Thank you for reporting, this has probably something to do with a deadlock somewhere that makes the player unresponsive.
@devgianlu commented on GitHub (Sep 29, 2024):
Closing this as there has been lots of improvements in the stability of the connection (still lots to do).