mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #28] Exception on reading random chunk #20
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#20
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 @tylkie on GitHub (Apr 3, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/28
About every 100th random song the player crashes as follows...
time="2024-04-03T10:27:46+02:00" level=info msg="loaded track \"Something to Someone\" (uri: spotify:track:4AQXIIhoKpkn7gMMS4StAY, ...panic: runtime error: slice bounds out of range [4263:280]goroutine 4230472 [running]:go-librespot/audio.(*HttpChunkedReader).ReadAt(0xc00035ef80, {0x7f0f601c8370, 0x1000, 0x7fffffff}, 0xc0000d4b20?)/home/tylk/Downloads/go-librespot-0.0.14/audio/chunked_reader.go:218 +0x2baAfter restarting the player, playback is paused, even if it was unpaused while crashing.