mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1661] Unable to load audio item: Error { kind: FailedPrecondition, error: ExpectedEntry("data") } #759
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#759
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 @Semmu on GitHub (Dec 15, 2025).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1661
Description
Started seeing these new errors in librespot's output, seems like some kind of backend change again, and Spotify didn't provide the audio data for some requested tacks? librespot itself did not stop, just skipped a lot of songs.
Version
0.8.0
How to reproduce
I'm just playing a playlist of mine which has been working fine before.
Log
Don't have verbose logs yet, but modified librespot start command to include it and I will provide it next time it happens. But the issue itself is hard to reproduce.
Host (what you are running
librespoton):Linux szobakocka 6.6.113-current-odroidxu4 #1 SMP PREEMPT Mon Dec 30 15:59:39 UTC 2024 armv7l GNU/LinuxAdditional information
I wonder if this is going to be a frequent problem from now on or this is just a temporary "outage" on Spotify's side?...
@kingosticks commented on GitHub (Dec 15, 2025):
Can you add some logging at
get_metadata(https://github.com/librespot-org/librespot/blob/dev/core/src/spclient.rs#L595) to print the response before we try and get the info we want from it ?@Semmu commented on GitHub (Dec 15, 2025):
I'm gonna be honest with you, I've never written Rust code in my life 😅
@kingosticks commented on GitHub (Dec 15, 2025):
Are you still seeing this? I heard reports elsewhere of a temporary issue earlier that's now resolved itself.
@Semmu commented on GitHub (Dec 16, 2025):
No it didn't happen for a while, so it may have been just a temporary outage indeed. I guess we can close this.