mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1214] Track not available on librespot 0.4.2 #560
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#560
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 @AndyFx12 on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1214
Describe the bug
Some tracks can´t be played by librespot 0.4.2
To reproduce
Steps to reproduce the behavior:
-> Nothing will be played.
Log
[2023-10-28T06:01:03Z DEBUG librespot_connect::spirc] Frame has 1 tracks [2023-10-28T06:01:03Z TRACE librespot_connect::spirc] Sending status to server: [kPlayStatusPause] [2023-10-28T06:01:03Z DEBUG librespot_playback::player] command=SetAutoNormaliseAsAlbum(true) [2023-10-28T06:01:03Z DEBUG librespot_playback::player] command=Load(SpotifyId { id: 311594141766050084648485189939730500207, audio_type: Track }, false, 3588) [2023-10-28T06:01:03Z TRACE librespot_connect::spirc] Sending status to server: [kPlayStatusPause] [2023-10-28T06:01:04Z DEBUG librespot_connect::spirc] kMessageTypeNotify "andy-mint" 702b7bad5d461af7a9573506f3b81ef4e124f7e4 1960782455 1698472863585 kPlayStatusPause [2023-10-28T06:01:04Z WARN librespot_playback::player] <spotify:track:78l28Qh5KPffobDRRmEOTl> is not available [2023-10-28T06:01:04Z WARN librespot_playback::player] Skipping to next track, unable to load track <SpotifyId { id: 311594141766050084648485189939730500207, audio_type: Track }>: () [2023-10-28T06:01:04Z DEBUG librespot_connect::spirc] At track 2 of 1 <"spotify:album:40ults6w02vFoDQft1AVoI"> update [true] [2023-10-28T06:01:04Z DEBUG librespot_connect::spirc] Looping around back to start, repeat is false [2023-10-28T06:01:04Z TRACE librespot_connect::spirc] Sending status to server: [kPlayStatusPause] [2023-10-28T06:01:04Z DEBUG librespot_playback::player] command=Load(SpotifyId { id: 311594141766050084648485189939730500207, audio_type: Track }, false, 0) [2023-10-28T06:01:04Z TRACE librespot_connect::spirc] Sending status to server: [kPlayStatusPause] [2023-10-28T06:01:04Z DEBUG librespot_core::mercury] unknown subscription uri=social-connect/v2/session_update [2023-10-28T06:01:05Z WARN librespot_playback::player] <spotify:track:78l28Qh5KPffobDRRmEOTl> is not available [2023-10-28T06:01:05Z WARN librespot_playback::player] Skipping to next track, unable to load track <SpotifyId { id: 311594141766050084648485189939730500207, audio_type: Track }>: ()Host (what you are running
librespoton):Additional context
Tried with rAudio and spotifyd on ArchLinux, RPi-3B, too. Same behaviour.
regards, Andy
@kingosticks commented on GitHub (Oct 27, 2023):
We need this bit. Especially the version. Reproducing problems in other programs using the librespot library is a lot more effort.
@kingosticks commented on GitHub (Oct 27, 2023):
Also, that's not a track. That is an album. Can you play the actual track https://open.spotify.com/track/78l28Qh5KPffobDRRmEOTl ?
@AndyFx12 commented on GitHub (Oct 28, 2023):
I've updated first post - even "plain" librespot don't play some songs (rare).
Of course I meant this example-track: https://open.spotify.com/intl-de/track/78l28Qh5KPffobDRRmEOTl?si=6c15afad74334e74
Logfile:
librespot.log
@kingosticks commented on GitHub (Oct 28, 2023):
Great. And just to check, do they play in the official client in your region?
@AndyFx12 commented on GitHub (Oct 28, 2023):
Yes. Official client plays them fine.
@AndyFx12 commented on GitHub (Oct 29, 2023):
Surprisingly, track plays fine, now. Without any changes on my system it works as expected. strange