mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #610] spotify-player crashes on launch with rodio-backend #355
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#355
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 @thoughtpatterns on GitHub (Nov 23, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/610
Describe the bug
Immediately on launch,
spotify-playerprints its gui and the error message "Aborted", then crashes. Occurs either with or withoutdbus-launch.To Reproduce
Launch
spotify-player. I believe therodio-backendfeature is the culprit, see below.Expected behaviour
The player should not crash on launch.
Log and backtrace
Environment
Linux x230 6.6.61-0-lts #1-Alpine SMP PREEMPT_DYNAMIC 2024-11-14 19:34:11 x86_64 Linuxspotify_player 0.18.1lyric-finder,media-control,rodio-backend,sixel,streamingAdditional context
The panic in the backtrace is caused by the unwrap on the following line:
I'll update this issue after retrying with the pulseaudio backend (via pipewire).
@thoughtpatterns commented on GitHub (Nov 23, 2024):
apologies lol, i haven't updated my apkbuild for this in a while. i'll delete if it isn't broken on
v0.20.1.@thoughtpatterns commented on GitHub (Nov 23, 2024):
closing as i can no longer rebuild, opening a new issue for that