-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on some songs #87
Comments
Comment by michaelherger It would probably be helpful if you could give some track IDs causing this. |
Comment by Glenn-1990 @michaelherger |
Comment by michaelherger In the Spotify applications there's a "..." menu item which allows you to copy the item's URI. |
Comment by Glenn-1990 Something strange is going on here, spotify doesn't have URLs for the crashing songs. "Delen" = "Share" and allows me to get the URL. |
Comment by cortegedusage It looks like the song in the playlist is refering to a song on an album probably the spotify software searches for an alternative and librespot that's my five cents anyway... cheers 2017-09-19 19:41 GMT+02:00 Glenn-1990 [email protected]:
|
Comment by archi I hit the same, seems a lot like what you suggested. |
Comment by kingosticks But it does look like it tries to: https://github.com/plietar/librespot/blob/ddfc28f99f283caa81951c63dd03fa913af1b8de/src/player.rs#L351 |
Comment by kingosticks An example of a failing song would be helpful. |
Comment by moses-palmer To reproduce, you can create a playlist on Spotify desktop, add a local directory and then add a local song to the playlist. When librespot then tries to play that song, this assertion will fail since it does not correspond to a song available on Spotify. |
Since this issue has no backtrace, no sample songs to reproduce, and no further reports within the past couple of months, I'm closing this. Please reopen with a backtrace and sample songs if this error still occurs. |
Issue by Glenn-1990
Tuesday Sep 05, 2017 at 18:53 GMT
Originally opened as plietar/librespot#247
Librespot crashes on some songs, this is 100% reproducible (pi musicbox and libreelec).
The song causing the crash is not working with chromecast either, so probably spotify doesn't allow to play this song externally. It would be nice if we could just skip this song instead of the assertion :-).
The text was updated successfully, but these errors were encountered: