mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #481] Problem playing some playlists #302
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#302
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 @almostserious on GitHub (May 14, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/481
Originally assigned to: @roderickvd on GitHub.
I did observe 2 related issues in the current version:
https://open.spotify.com/playlist/0bQjBPRqy5zReJethJy3aP?si=4cIwLUI_RHC47-5kfdbJ_QIf i start playing it on webplayer, PC or Android and the Spotify Connect to Librespot this song will play usually without a problem.
I sometimes get the following WARN message in the log when that happens:
[2020-05-14T17:50:54Z WARN librespot_playback::player] Player::seek called from invalid state@roderickvd commented on GitHub (Aug 7, 2021):
Thanks for that first link, I can reproduce and confirm this issue.
@roderickvd commented on GitHub (Oct 5, 2021):
Zooming into this one, I don't think it's due to the length of the playlist, but the fact that the list starts with a long list of songs that are no longer available. On the desktop clients, it'll look for local files, but obviously that won't work on Connect devices. Are you sure this behaviour isn't the same on official Connect devices?
I've tried a couple of other large playlists (with all songs available) and they play just fine.
Second bullet I am unable to reproduce.
@almostserious commented on GitHub (Oct 8, 2021):
Actually, this playlist was fully playable at that time. I just realized that the underlying albums may have been reuploaded as they are still available, just not in this playlist.
Are the other playlists you have tried also Audiobooks?
In any case, currently I cannot create a new playlist to try it as Spotify only allows me to add up to 50 Songs to a new Playlist and skips the rest when adding them.
@roderickvd commented on GitHub (Oct 8, 2021):
I don't think so. Could you provide an URL so I can reproduce?
If they're audiobooks I also want to rule out that they're not in a format other than Ogg Vorbis (as some podcasts are known to be in MP3).
If you find an existing one to reproduce, do let us know here and we can check it out.
@uSpike commented on GitHub (Nov 17, 2021):
I've noticed that spotify's Bandsplain podcast won't work. Not sure if this is the same problem?
Not sure how to get the URL of the track since
librespotwon't find any tracks, but here's a link to an episode:https://open.spotify.com/episode/4pU6iIHgc1fHvtCkLQgxrT?si=bmENXjNjQ1mv6rtOH4C9Ig
If I run
librespotv0.3.1 as a test, I see this when trying to play an episode (some things redacted):The important bits seem to be:
@Mitschmaster commented on GitHub (Dec 8, 2021):
I have the same problem on the playlist "2000er-Mix".
@roderickvd commented on GitHub (Sep 30, 2022):
Reporting back after some time. The second link contains a show with external episodes. There is a separate issue on this: #818.
The link in the opening post is interesting because between those thousands of unplayable files, there are a few ones that are available. They play on the desktop client, but not on
librespot. Strangelylibrespotdoes not even receive a message when you try to play it!Finally, it's different from the externally hosted case. With externally hosted files, when you start playback on the desktop, then want to transfer playback to
librespot,librespotwill be greyed out saying it cannot play those files. With the first link, when you try do thatlibrespotis available however connecting will literally take forever.No idea what's going on. Also unsure if the
dealerwould solve this.