mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #168] Playback interrupted during track #114
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#114
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 @burnoutberni on GitHub (Feb 26, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/168
Hi, I just encountered the following bug:
I was playing some music using librespot on a RPi3, when suddenly it was interrupted without any further notice and I was unable to resume playback, also after trying to reconnect to the librespot client from another Spotify client. Only after restarting the librespot service, I was able to use it again.
Please find below the relevant systemd log:
@burnoutberni commented on GitHub (Feb 27, 2018):
Not sure if it's the same bug, but I just experienced a similar issue on another system (x86_64, Arch Linux, librespot built for pulseaudio). Once again, interrupting halfway during playback of a track, needs restart to work again.
@sashahilton00 commented on GitHub (Feb 27, 2018):
The bug is the same as the one in #103, currently being tracked in #134. It requires a substantial rewrite of how sessions are handled, and hence hasn't been implemented yet. It happens when the TCP connection to Spotify is lost, most likely your internet dropped briefly at some point
@burnoutberni commented on GitHub (Feb 27, 2018):
Ah, thanks for the explanation and sorry for double posting the same bug.
@vikeri commented on GitHub (Mar 9, 2018):
Thanks for a very cool library! Keep up the good work!
However, I'm also have this issue all the time, possibly since my Android phone disconnects from WiFi when it goes idle after a while. Any way of hacking a solution while waiting for #134?
@ComlOnline commented on GitHub (Mar 10, 2018):
This shouldn't be related to your phone as libresport connects direct to Spotify and the bug referenced is when a connect is lost between librespot and Spotify. Saying that your also have a stripped binary, hence when you have a lot of
<unkown>s. Where did you get the binary from? and could you open a new issue and answer there? Cheers@vikeri commented on GitHub (Mar 10, 2018):
Refiled issue as #186