-
Notifications
You must be signed in to change notification settings - Fork 185
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 #247
Comments
It would probably be helpful if you could give some track IDs causing this. |
@michaelherger |
In the Spotify applications there's a "..." menu item which allows you to copy the item's URI. |
It looks like the song in the playlist is refering to a song on an album
that doesn't exists anymore on spotify
probably the spotify software searches for an alternative and librespot
doesn't.
that's my five cents anyway...
cheers
2017-09-19 19:41 GMT+02:00 Glenn-1990 <[email protected]>:
… Something strange is going on here, spotify doesn't have URLs for the
crashing songs.
"Delen" = "Share" and allows me to get the URL.
Normal song:
[image: screenshot_20170919-192934]
<https://user-images.githubusercontent.com/2036512/30606419-fa04cd7c-9d71-11e7-9e70-806cfd260d29.png>
Crashing song:
[image: screenshot_20170919-192945]
<https://user-images.githubusercontent.com/2036512/30606381-da5f73dc-9d71-11e7-947a-bdd54ca8f9bd.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#247 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AV69TZgYWAivU2k2Lw8xHNyyedUyRPLeks5sj_zHgaJpZM4PNXp->
.
|
I hit the same, seems a lot like what you suggested. |
But it does look like it tries to: Line 351 in ddfc28f
|
An example of a failing song would be helpful. |
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. |
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: