mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #35] Panic on an Err value: InitialFileHeadersCorrupt #24
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#24
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 @sashahilton00 on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/35
Saturday Oct 08, 2016 at 08:53 GMT
Originally opened as https://github.com/plietar/librespot/issues/121
Sometimes, librespot panics with:
This issue happens if a track is loaded in the Spotify Connect Client (so I can see the cover and the track artists and song title), but is not played locally (but was played before). Then I start librespot on my embedded Linux device, connect the client with librespot and after 3 or 4 seconds the panic happens.
Note, I am using Tremor as ogg decoder.
@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Oct 12, 2016 at 18:48 GMT
Not sure why OV_EINVAL is described as InitialFileHeadersCorrupt whereas vorbis-errors describes it as:
@sashahilton00 commented on GitHub (Jan 29, 2018):
Tuesday Dec 20, 2016 at 21:58 GMT
Hm, I've just cross-compiled the current master for Raspberry Pi and always got
InitialFileHeadersCorrupt, not yet found out the cause (not using Tremor btw)@sashahilton00 commented on GitHub (Jan 29, 2018):
Wednesday Dec 21, 2016 at 06:49 GMT
Maybe this one helps:
github.com/joerg-krause/librespot@b58dc0b54e@sashahilton00 commented on GitHub (Jan 29, 2018):
Saturday Dec 31, 2016 at 11:59 GMT
I've cherry picked @joerg-krause's commit (thanks btw).
Since I can't reproduce this I'm not too sure how to fix the root cause.
@ComlOnline commented on GitHub (Jan 29, 2018):
Closed as it was very old and Paul couldn't reproduce.