mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #88] librespot built with lewton support crashes after first song #78
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#78
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/88
Tuesday Sep 05, 2017 at 19:35 GMT
Originally opened as https://github.com/plietar/librespot/issues/248
librespot built with lewton support crashes after first song with the following messages:
Running with RUST_BACKTRACE=1 does not provide further information:
The above messages were issued while using ALSA backend.
librespot was built with Rust 1.20.0:
$CARGO_BUILD --no-default-features --features "alsa-backend pulseaudio-backend with-lewton"@sashahilton00 commented on GitHub (Jan 29, 2018):
Sunday Nov 12, 2017 at 12:01 GMT
Anybody found a solution to this? Made librespot pretty unusable for me, as after a few tracks librespots always panicks and dies.
@awiouy commented on GitHub (Jan 29, 2018):
This issue remains with current master, I therefore refrain from building
with-lewton@sashahilton00 commented on GitHub (Feb 1, 2018):
Here's a full backtrace (run with
export RUST_BACKTRACE=full):@sashahilton00 commented on GitHub (Feb 1, 2018):
@awiouy The problem looks to be coming from
github.com/librespot-org/librespot@932441db45/src/player.rs (L230)Do we think this has something to do with the bad headers spotify seems to have in it's vorbis files?
@awiouy commented on GitHub (Feb 1, 2018):
Could it be related to https://github.com/RustAudio/lewton/issues/18
@ComlOnline commented on GitHub (Feb 5, 2018):
Notes from gitter for easy reference.