mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #369] Max retries on podcast episodes #244
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#244
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 @StopMotionCuber on GitHub (Sep 16, 2019).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/369
Hey everyone,
I got the issue with librespot which spammed my Folder
var/logswith 22GB and made my Pi run out of diskspace.The problem was that it tried to play a podcast episode which is not supported.
A log message is created for that.
But the problem here is that the log message keeps repeating as librespot retries to play all the episodes again.
So my
/var/log/messages/looked like this:This was repeating over 6GB (also in
/var/log/syslogand/var/log/user.log) only with different timestamps.It would be nice to have a fix for that and directly stop after x retrys if podcasts are not supported anyway.
@ashthespy commented on GitHub (Nov 6, 2019):
Fixed with #381
It should now cycle through a frame only once to find a playable track. Currently it panics when none of the tracks are playable - say for example a playlist only with local tracks.