mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #959] index out of bounds on activating shuffle without previous interaction #467
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#467
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 @eladyn on GitHub (Jan 31, 2022).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/959
This issue was originally raised in https://github.com/Spotifyd/spotifyd/issues/1049, but I noticed that this also happens with
librespot 0.3.1Steps to reproduce
Very much inspired by those in the original issue, just a bit modified:
SPOTIPY_CLIENT_IDandSPOTIPY_CLIENT_SECRETand add the redirect URIhttp://localhost:52413in the API client settingslibrespot -n "librespot-device" --username "$spotify_user" --password "$spotify_password"Logs
System Information
Judging from the backtrace, the relevant part of the code seems to be here, specifically this line.
Let me know, if you need any further information. Maybe this issue is also already addressed in you current rewrite; if this is the case, feel free to close it.
@JasonLG1979 commented on GitHub (Feb 1, 2022):
Try that.