mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
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#369
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 @MightyMrMuesli on GitHub (Jan 24, 2021).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/578
The changes to cache.rs in commit
06f5aa9lead to an instant crash of the librespot process on my machine.I use the Arch Linux AUR package to build librespot and use the following parameters for the service:
But even a minimal configuration example crashes with the same error:
/usr/bin/librespot --name librespot --username $USER --password $PASSA reversion to commit
4678bf0fixes the problem.@sashahilton00 commented on GitHub (Jan 24, 2021):
Apologies about that, looks like I didn't properly test the PR before merging. Have just pushed
github.com/librespot-org/librespot@efabb03631which should fix the issue, please let me know if it does/doesn't work.@MightyMrMuesli commented on GitHub (Jan 25, 2021):
efabb03fixed the issue. Thank you!