[GH-ISSUE #369] Max retries on podcast episodes #244

Closed
opened 2026-02-27 19:29:37 +03:00 by kerem · 1 comment
Owner

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/logs with 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:

Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:5psVgZsd1FKmqynemaGMzf" at position [1] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:61sI2sfZCDy1CVorNegftU" at position [2] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:4yPmY02A3TSzmrnIrLCDYe" at position [3] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:1ktT0FmYGUcVyIh2Rcs1M5" at position [4] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:1y5lbX4aitZDLcKXJ2wO3Y" at position [5] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:1GilsaJvjks37eHBHiEPn3" at position [6] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:5Gm9arSLMtjHBN8ltBKeYK" at position [7] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:3Semc5af0HOBbQNnL1mZwu" at position [8] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:0pgiQxgrNfiOB0cuRgWYPm" at position [9] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:6Drce4px7W5grjyXCP0GdF" at position [10] of 12
Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN  librespot_connect::spirc] Skipping track "spotify:episode:0B0sqwQMmEpsZog4bH5siE" at position [11] of 12

This was repeating over 6GB (also in /var/log/syslog and /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.

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/logs` with 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: ```Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:0iAR8oynSwLkNOFkc8X3iU" at position [0] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:5psVgZsd1FKmqynemaGMzf" at position [1] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:61sI2sfZCDy1CVorNegftU" at position [2] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:4yPmY02A3TSzmrnIrLCDYe" at position [3] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:1ktT0FmYGUcVyIh2Rcs1M5" at position [4] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:1y5lbX4aitZDLcKXJ2wO3Y" at position [5] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:1GilsaJvjks37eHBHiEPn3" at position [6] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:5Gm9arSLMtjHBN8ltBKeYK" at position [7] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:3Semc5af0HOBbQNnL1mZwu" at position [8] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:0pgiQxgrNfiOB0cuRgWYPm" at position [9] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:6Drce4px7W5grjyXCP0GdF" at position [10] of 12 Sep 16 08:31:40 raspberrypi librespot[24622]: [2019-09-16T06:31:40Z WARN librespot_connect::spirc] Skipping track "spotify:episode:0B0sqwQMmEpsZog4bH5siE" at position [11] of 12 ``` This was repeating over 6GB (also in `/var/log/syslog` and `/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.
kerem closed this issue 2026-02-27 19:29:37 +03:00
Author
Owner

@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.

<!-- gh-comment-id:550406651 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#244
No description provided.