[BUG] Cleanuparr "stalled" and "download metadata" striking doesn't work with lidarr, but works for radarr #50

Closed
opened 2025-10-09 16:57:14 -05:00 by giteasync · 14 comments
Owner

Originally created by @zandadoum on GitHub.

Before submitting a bug report, I have:

  • Reviewed the documentation.
  • Ensured I am using ghcr.io/cleanuparr/cleanuparr docker repository.
  • Ensured I am using the latest version.
  • Enabled verbose logging.

What is the behavior?

EDIT: found out it has nothing to do with amount of things in the queue, it seems like a cleanuparr+lidarr problem specifically. more info in the comments down below.

I had Cleanuparr connected to my Radarr for some days without problem.
But yesterday I connected it to my Lidarr and enabled Huntarr too.
this led to a lot of stuff added to my qbittorrent queue.
Initially Cleanuparr was working fine, but I now have 50 tems. 20 seeding / queued for seeding
5 downloading
and the rest are stalled or stuck with downloading metadata
these last ones have been sitting there for hours, and my Cleanuparr, which is set for scheduled every 5 minutes, doesn't do anything anymore.

i don't exactly know why, but i have a feeling it's because of the huge amount of qbittorreent items currently "queued" and maybe cleanuparr doesn't go through the list properly anymore?

Which operating system do you use?

Linux

What type of deployment do you use?

Docker container

Relevant log output


Anything else?

No response

Originally created by @zandadoum on GitHub. ### Before submitting a bug report, I have: - [ ] Reviewed the documentation. - [x] Ensured I am using ghcr.io/cleanuparr/cleanuparr docker repository. - [x] Ensured I am using the latest version. - [x] Enabled verbose logging. ### What is the behavior? EDIT: found out it has nothing to do with amount of things in the queue, it seems like a cleanuparr+lidarr problem specifically. more info in the comments down below. I had Cleanuparr connected to my Radarr for some days without problem. But yesterday I connected it to my Lidarr and enabled Huntarr too. this led to a lot of stuff added to my qbittorrent queue. Initially Cleanuparr was working fine, but I now have 50 tems. 20 seeding / queued for seeding 5 downloading and the rest are stalled or stuck with downloading metadata these last ones have been sitting there for hours, and my Cleanuparr, which is set for scheduled every 5 minutes, doesn't do anything anymore. i don't exactly know why, but i have a feeling it's because of the huge amount of qbittorreent items currently "queued" and maybe cleanuparr doesn't go through the list properly anymore? ### Which operating system do you use? Linux ### What type of deployment do you use? Docker container ### Relevant log output ```shell ``` ### Anything else? _No response_
giteasync added the bug label 2025-10-09 16:57:14 -05:00
Author
Owner

@Flaminel commented on GitHub:

Enable verbose logging first and follow the logs. Do the logs say anything about the items you expect to receive strikes? Cleanuparr does not go through all items in your qbit instance when running the Queue Cleaner - it just goes through your Lidarr/Radarr's items and tries to find them in qbit. Please share more context after you've reviewed the logs.

@Flaminel commented on GitHub: Enable verbose logging first and follow the logs. Do the logs say anything about the items you expect to receive strikes? Cleanuparr does not go through all items in your qbit instance when running the Queue Cleaner - it just goes through your Lidarr/Radarr's items and tries to find them in qbit. Please share more context after you've reviewed the logs.
Author
Owner

@zandadoum commented on GitHub:

ok, so i enabled verbose and i also cleaned up the amount of queued stuff.

apparently cleanuparr is skipping all stuff stuck in "downloading metadata". at least for lidarr queued stuff.
verbose log shows 3 entries every time:

  1. processing | album name
    job: queuecleaner
  2. skip | album name
    job: queuecleaner
  3. processing | album name
    job: contentblocker

i use qbittorrent, both QB and cleanuppar latest version and "max strikes for downloading metadata" is set to 3

i think for sonarr and radarr it actually works, but i cant test it right now

@zandadoum commented on GitHub: ok, so i enabled verbose and i also cleaned up the amount of queued stuff. apparently cleanuparr is skipping all stuff stuck in "downloading metadata". at least for lidarr queued stuff. verbose log shows 3 entries every time: 1) processing | album name job: queuecleaner 2) skip | album name job: queuecleaner 3) processing | album name job: contentblocker i use qbittorrent, both QB and cleanuppar latest version and "max strikes for downloading metadata" is set to 3 i think for sonarr and radarr it actually works, but i cant test it right now
Author
Owner

@zandadoum commented on GitHub:

well i dont know what to tell you, thats all there is in the logs. you told me to turn on verbose, i did that and it still doesnt show much else. if you think it's my fault, a wrong setting or something, i am listening: what else can i try or check?

PS: it's clear that this is not about amount of stuff in the queue, should i change the original title of the post?

@zandadoum commented on GitHub: well i dont know what to tell you, thats all there is in the logs. you told me to turn on verbose, i did that and it still doesnt show much else. if you think it's my fault, a wrong setting or something, i am listening: what else can i try or check? PS: it's clear that this is not about amount of stuff in the queue, should i change the original title of the post?
Author
Owner

@Flaminel commented on GitHub:

Those logs seem kinda slim. Are those all logs shown that could lead us to the problem? If the items are skipped, it means something regarding their state does not meet any requirements for them to receive strikes.

@Flaminel commented on GitHub: Those logs seem kinda slim. Are those all logs shown that could lead us to the problem? If the items are skipped, it means something regarding their state does not meet any requirements for them to receive strikes.
Author
Owner

@Flaminel commented on GitHub:

Are there no errors in the logs? Maybe your download client is unreachable? Do other functionalities work as intended?

No need to change the title yet.

@Flaminel commented on GitHub: Are there no errors in the logs? Maybe your download client is unreachable? Do other functionalities work as intended? No need to change the title yet.
Author
Owner

@Flaminel commented on GitHub:

You have to look inside the log files in the /config directory. Do stalled downloads get removed from Radarr?

@Flaminel commented on GitHub: You have to look inside the log files in the `/config` directory. Do stalled downloads get removed from Radarr?
Author
Owner

@zandadoum commented on GitHub:

i use docker compose
is image: ghcr.io/cleanuparr/cleanuparr:latest
enough or do i have to specify exact version?
whats the bash command to check version?

@zandadoum commented on GitHub: i use docker compose is image: ghcr.io/cleanuparr/cleanuparr:latest enough or do i have to specify exact version? whats the bash command to check version?
Author
Owner

@Flaminel commented on GitHub:

Please update to v2.0.13 then try again and check the logs. I've added more logs to hopefully help us in debugging this issue.

@Flaminel commented on GitHub: Please update to `v2.0.13` then try again and check the logs. I've added more logs to hopefully help us in debugging this issue.
Author
Owner

@zandadoum commented on GitHub:

i went to /config and will paste it here, not much additional info tho, shows basically the same than in the UI

i don't have a current "stalled" example, but i do for "downloading metadata"
EDIT: added a STALLED example at the bottom, it's radarr tho and works as intented. no lidarr examples available right now.

LIDARR EXAMPLE OF SKIPPING A FILE WITHOUT EXPLANATION, NOT WORKING AS EXPECTED
that file has been stuck in "downloading metadata" for 6h.

2025-07-07 08:30:04.245 +02:00 [VRB]  [ContentBlocker]   [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry
2025-07-07 08:30:04.248 +02:00 [VRB]    [QueueCleaner]   [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry
2025-07-07 08:30:05.250 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:30:05.250 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Created download service for qBittorrent
2025-07-07 08:30:05.250 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Initialized 1 download clients
2025-07-07 08:30:05.251 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:30:05.251 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Created download service for qBittorrent
2025-07-07 08:30:05.251 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Initialized 1 download clients
2025-07-07 08:30:06.251 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:30:06.253 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:30:06.284 +02:00 [DBG]  [ContentBlocker]   [Lidarr] 1 items found in queue | https://<redacted>/
2025-07-07 08:30:06.284 +02:00 [VRB]  [ContentBlocker]   [Lidarr] processing | Black Sabbath - 13 (2013) 320Kbit (MP3) DMT | 69B8E831EC46D21B6CE0DB3A7B4935C178CC8E0F
2025-07-07 08:30:06.293 +02:00 [DBG]    [QueueCleaner]   [Lidarr] 1 items found in queue | https://<redacted>/
2025-07-07 08:30:06.293 +02:00 [VRB]    [QueueCleaner]   [Lidarr] processing | Black Sabbath - 13 (2013) 320Kbit (MP3) DMT | 69B8E831EC46D21B6CE0DB3A7B4935C178CC8E0F
2025-07-07 08:30:06.293 +02:00 [INF]    [QueueCleaner]   [Lidarr] skip | Black Sabbath - 13 (2013) 320Kbit (MP3) DMT

RADARR EXAMPLE OF STRIKING+SKIPPING A FILE WITH PROPER EXPLANATION, WORKING AS EXPECTED
i just added this as a test and deleted after:

2025-07-07 08:40:02.212 +02:00 [VRB]  [ContentBlocker]   [Radarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry
2025-07-07 08:40:02.214 +02:00 [VRB]    [QueueCleaner]   [Radarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry
2025-07-07 08:40:03.214 +02:00 [DBG]  [ContentBlocker]   [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:40:03.214 +02:00 [DBG]  [ContentBlocker]   [Radarr] Created download service for qBittorrent
2025-07-07 08:40:03.215 +02:00 [DBG]  [ContentBlocker]   [Radarr] Initialized 1 download clients
2025-07-07 08:40:03.215 +02:00 [DBG]    [QueueCleaner]   [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:40:03.216 +02:00 [DBG]    [QueueCleaner]   [Radarr] Created download service for qBittorrent
2025-07-07 08:40:03.216 +02:00 [DBG]    [QueueCleaner]   [Radarr] Initialized 1 download clients
2025-07-07 08:40:04.219 +02:00 [DBG]    [QueueCleaner]   [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:40:04.219 +02:00 [DBG]  [ContentBlocker]   [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 08:40:04.243 +02:00 [DBG]  [ContentBlocker]   [Radarr] 1 items found in queue | https://<redacted>/
2025-07-07 08:40:04.248 +02:00 [VRB]  [ContentBlocker]   [Radarr] processing | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) | 15508B68A911603EE5F056531AD5B19E9FD2F59B
2025-07-07 08:40:04.248 +02:00 [DBG]    [QueueCleaner]   [Radarr] 1 items found in queue | https://<redacted>/
2025-07-07 08:40:04.249 +02:00 [VRB]    [QueueCleaner]   [Radarr] processing | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) | 15508B68A911603EE5F056531AD5B19E9FD2F59B
2025-07-07 08:40:04.252 +02:00 [DBG]  [ContentBlocker]   [Radarr] searching unwanted files for The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip)
2025-07-07 08:40:04.273 +02:00 [INF]    [QueueCleaner]   [Radarr] item on strike number 1 | reason DownloadingMetadata | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip)
2025-07-07 08:40:04.297 +02:00 [VRB]    [QueueCleaner]   [Radarr] Published event: DownloadingMetadataStrike
2025-07-07 08:40:04.406 +02:00 [INF]    [QueueCleaner]   [Radarr] skip | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip)

EDIT:

RADARR EXAMPLE OF STRIKING+SKIPPING A -STALLED- FILE WITH PROPER EXPLANATION, WORKING AS EXPECTED
i added this as a test as it had few peers:

2025-07-07 10:10:04.265 +02:00 [DBG]  [ContentBlocker]   [Radarr] 4 items found in queue | https://<redacted>/
2025-07-07 10:10:04.265 +02:00 [VRB]  [ContentBlocker]   [Radarr] processing | Played (2006) [720p] [WEBRip] [YTS] [YIFY] | 35F5C6607CAFCFA2F604A088578CD0D7B67ACE98
2025-07-07 10:10:04.265 +02:00 [DBG]  [ContentBlocker]   [Radarr] searching unwanted files for Played (2006) [720p] [WEBRip] [YTS] [YIFY]
2025-07-07 10:10:04.269 +02:00 [INF]    [QueueCleaner]   [Radarr] item on strike number 1 | reason Stalled | Played (2006) [720p] [WEBRip] [YTS] [YIFY]
2025-07-07 10:10:04.283 +02:00 [VRB]    [QueueCleaner]   [Radarr] Published event: StalledStrike
2025-07-07 10:10:04.284 +02:00 [INF]    [QueueCleaner]   [Radarr] skip | Played (2006) [720p] [WEBRip] [YTS] [YIFY]
@zandadoum commented on GitHub: i went to /config and will paste it here, not much additional info tho, shows basically the same than in the UI i don't have a current "stalled" example, but i do for "downloading metadata" EDIT: added a STALLED example at the bottom, it's radarr tho and works as intented. no lidarr examples available right now. LIDARR EXAMPLE OF SKIPPING A FILE WITHOUT EXPLANATION, NOT WORKING AS EXPECTED that file has been stuck in "downloading metadata" for 6h. ``` 2025-07-07 08:30:04.245 +02:00 [VRB] [ContentBlocker] [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry 2025-07-07 08:30:04.248 +02:00 [VRB] [QueueCleaner] [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry 2025-07-07 08:30:05.250 +02:00 [DBG] [ContentBlocker] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:30:05.250 +02:00 [DBG] [ContentBlocker] [Lidarr] Created download service for qBittorrent 2025-07-07 08:30:05.250 +02:00 [DBG] [ContentBlocker] [Lidarr] Initialized 1 download clients 2025-07-07 08:30:05.251 +02:00 [DBG] [QueueCleaner] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:30:05.251 +02:00 [DBG] [QueueCleaner] [Lidarr] Created download service for qBittorrent 2025-07-07 08:30:05.251 +02:00 [DBG] [QueueCleaner] [Lidarr] Initialized 1 download clients 2025-07-07 08:30:06.251 +02:00 [DBG] [ContentBlocker] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:30:06.253 +02:00 [DBG] [QueueCleaner] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:30:06.284 +02:00 [DBG] [ContentBlocker] [Lidarr] 1 items found in queue | https://<redacted>/ 2025-07-07 08:30:06.284 +02:00 [VRB] [ContentBlocker] [Lidarr] processing | Black Sabbath - 13 (2013) 320Kbit (MP3) DMT | 69B8E831EC46D21B6CE0DB3A7B4935C178CC8E0F 2025-07-07 08:30:06.293 +02:00 [DBG] [QueueCleaner] [Lidarr] 1 items found in queue | https://<redacted>/ 2025-07-07 08:30:06.293 +02:00 [VRB] [QueueCleaner] [Lidarr] processing | Black Sabbath - 13 (2013) 320Kbit (MP3) DMT | 69B8E831EC46D21B6CE0DB3A7B4935C178CC8E0F 2025-07-07 08:30:06.293 +02:00 [INF] [QueueCleaner] [Lidarr] skip | Black Sabbath - 13 (2013) 320Kbit (MP3) DMT ``` RADARR EXAMPLE OF STRIKING+SKIPPING A FILE WITH PROPER EXPLANATION, WORKING AS EXPECTED i just added this as a test and deleted after: ``` 2025-07-07 08:40:02.212 +02:00 [VRB] [ContentBlocker] [Radarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry 2025-07-07 08:40:02.214 +02:00 [VRB] [QueueCleaner] [Radarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry 2025-07-07 08:40:03.214 +02:00 [DBG] [ContentBlocker] [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:40:03.214 +02:00 [DBG] [ContentBlocker] [Radarr] Created download service for qBittorrent 2025-07-07 08:40:03.215 +02:00 [DBG] [ContentBlocker] [Radarr] Initialized 1 download clients 2025-07-07 08:40:03.215 +02:00 [DBG] [QueueCleaner] [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:40:03.216 +02:00 [DBG] [QueueCleaner] [Radarr] Created download service for qBittorrent 2025-07-07 08:40:03.216 +02:00 [DBG] [QueueCleaner] [Radarr] Initialized 1 download clients 2025-07-07 08:40:04.219 +02:00 [DBG] [QueueCleaner] [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:40:04.219 +02:00 [DBG] [ContentBlocker] [Radarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 08:40:04.243 +02:00 [DBG] [ContentBlocker] [Radarr] 1 items found in queue | https://<redacted>/ 2025-07-07 08:40:04.248 +02:00 [VRB] [ContentBlocker] [Radarr] processing | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) | 15508B68A911603EE5F056531AD5B19E9FD2F59B 2025-07-07 08:40:04.248 +02:00 [DBG] [QueueCleaner] [Radarr] 1 items found in queue | https://<redacted>/ 2025-07-07 08:40:04.249 +02:00 [VRB] [QueueCleaner] [Radarr] processing | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) | 15508B68A911603EE5F056531AD5B19E9FD2F59B 2025-07-07 08:40:04.252 +02:00 [DBG] [ContentBlocker] [Radarr] searching unwanted files for The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) 2025-07-07 08:40:04.273 +02:00 [INF] [QueueCleaner] [Radarr] item on strike number 1 | reason DownloadingMetadata | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) 2025-07-07 08:40:04.297 +02:00 [VRB] [QueueCleaner] [Radarr] Published event: DownloadingMetadataStrike 2025-07-07 08:40:04.406 +02:00 [INF] [QueueCleaner] [Radarr] skip | The Skeleton Key (2005) (1080p BluRay 10bit HEVC x265 DTS RussianRip) ``` EDIT: RADARR EXAMPLE OF STRIKING+SKIPPING A -STALLED- FILE WITH PROPER EXPLANATION, WORKING AS EXPECTED i added this as a test as it had few peers: ``` 2025-07-07 10:10:04.265 +02:00 [DBG] [ContentBlocker] [Radarr] 4 items found in queue | https://<redacted>/ 2025-07-07 10:10:04.265 +02:00 [VRB] [ContentBlocker] [Radarr] processing | Played (2006) [720p] [WEBRip] [YTS] [YIFY] | 35F5C6607CAFCFA2F604A088578CD0D7B67ACE98 2025-07-07 10:10:04.265 +02:00 [DBG] [ContentBlocker] [Radarr] searching unwanted files for Played (2006) [720p] [WEBRip] [YTS] [YIFY] 2025-07-07 10:10:04.269 +02:00 [INF] [QueueCleaner] [Radarr] item on strike number 1 | reason Stalled | Played (2006) [720p] [WEBRip] [YTS] [YIFY] 2025-07-07 10:10:04.283 +02:00 [VRB] [QueueCleaner] [Radarr] Published event: StalledStrike 2025-07-07 10:10:04.284 +02:00 [INF] [QueueCleaner] [Radarr] skip | Played (2006) [720p] [WEBRip] [YTS] [YIFY] ```
Author
Owner

@zandadoum commented on GitHub:

no, nothing in the logs at all. it's completely ignoring stalled and metadata stuck items from lidarr, like the program didnt even have thos subroutines or like lidarr function was turned off (it isn't, the failed import part works just fine)
i am looking at the logs in the UI, maybe there's more or better logs elsewhere?

@zandadoum commented on GitHub: no, nothing in the logs at all. it's completely ignoring stalled and metadata stuck items from lidarr, like the program didnt even have thos subroutines or like lidarr function was turned off (it isn't, the failed import part works just fine) i am looking at the logs in the UI, maybe there's more or better logs elsewhere?
Author
Owner

@Flaminel commented on GitHub:

As discussed on Discord, this issue was caused by using the blampe/lidarr:latest instead of the official Docker image. Cleanuparr's torrent protocol detection has been improved and this should now be fixed with v2.0.14.

@Flaminel commented on GitHub: As discussed on Discord, this issue was caused by using the `blampe/lidarr:latest` instead of the official Docker image. Cleanuparr's torrent protocol detection has been improved and this should now be fixed with `v2.0.14`.
Author
Owner

@zandadoum commented on GitHub:

allright, got an album sitting in queue "downloading metadata" for around 45min. now, lets see:

[INF] Cleanuparr v2.0.13

2025-07-07 16:00:04.508 +02:00 [VRB]  [ContentBlocker]   [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry
2025-07-07 16:00:04.530 +02:00 [VRB]    [QueueCleaner]   [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry
2025-07-07 16:00:05.510 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 16:00:05.510 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Created download service for qBittorrent
2025-07-07 16:00:05.511 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Initialized 1 download clients
2025-07-07 16:00:05.532 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 16:00:05.532 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Created download service for qBittorrent
2025-07-07 16:00:05.533 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Initialized 1 download clients
2025-07-07 16:00:06.512 +02:00 [DBG]  [ContentBlocker]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 16:00:06.534 +02:00 [DBG]  [ContentBlocker]   [Lidarr] 1 items found in queue | https://<redacted>/
2025-07-07 16:00:06.534 +02:00 [VRB]  [ContentBlocker]   [Lidarr] processing | Black Sabbath - 13 (Deluxe) BestBuy Exclusive | 946270B6E235CB1B58D40F7362BECE848BE331AB
2025-07-07 16:00:06.535 +02:00 [DBG]    [QueueCleaner]   [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted>
2025-07-07 16:00:06.545 +02:00 [DBG]    [QueueCleaner]   [Lidarr] 1 items found in queue | https://<redacted>/
2025-07-07 16:00:06.548 +02:00 [VRB]    [QueueCleaner]   [Lidarr] processing | Black Sabbath - 13 (Deluxe) BestBuy Exclusive | 946270B6E235CB1B58D40F7362BECE848BE331AB
2025-07-07 16:00:06.548 +02:00 [INF]    [QueueCleaner]   [Lidarr] skip | Black Sabbath - 13 (Deluxe) BestBuy Exclusive

seems like nothing new compared to before. it sees the album, but doesnt process it at all.

@zandadoum commented on GitHub: allright, got an album sitting in queue "downloading metadata" for around 45min. now, lets see: ``` [INF] Cleanuparr v2.0.13 2025-07-07 16:00:04.508 +02:00 [VRB] [ContentBlocker] [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry 2025-07-07 16:00:04.530 +02:00 [VRB] [QueueCleaner] [Lidarr] Created HTTP client for download client qBittorrent (ID: 6fb91e8d-56c3-4eb3-817e-<redacted>) with type WithRetry 2025-07-07 16:00:05.510 +02:00 [DBG] [ContentBlocker] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 16:00:05.510 +02:00 [DBG] [ContentBlocker] [Lidarr] Created download service for qBittorrent 2025-07-07 16:00:05.511 +02:00 [DBG] [ContentBlocker] [Lidarr] Initialized 1 download clients 2025-07-07 16:00:05.532 +02:00 [DBG] [QueueCleaner] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 16:00:05.532 +02:00 [DBG] [QueueCleaner] [Lidarr] Created download service for qBittorrent 2025-07-07 16:00:05.533 +02:00 [DBG] [QueueCleaner] [Lidarr] Initialized 1 download clients 2025-07-07 16:00:06.512 +02:00 [DBG] [ContentBlocker] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 16:00:06.534 +02:00 [DBG] [ContentBlocker] [Lidarr] 1 items found in queue | https://<redacted>/ 2025-07-07 16:00:06.534 +02:00 [VRB] [ContentBlocker] [Lidarr] processing | Black Sabbath - 13 (Deluxe) BestBuy Exclusive | 946270B6E235CB1B58D40F7362BECE848BE331AB 2025-07-07 16:00:06.535 +02:00 [DBG] [QueueCleaner] [Lidarr] Successfully logged in to QBittorrent client 6fb91e8d-56c3-4eb3-817e-<redacted> 2025-07-07 16:00:06.545 +02:00 [DBG] [QueueCleaner] [Lidarr] 1 items found in queue | https://<redacted>/ 2025-07-07 16:00:06.548 +02:00 [VRB] [QueueCleaner] [Lidarr] processing | Black Sabbath - 13 (Deluxe) BestBuy Exclusive | 946270B6E235CB1B58D40F7362BECE848BE331AB 2025-07-07 16:00:06.548 +02:00 [INF] [QueueCleaner] [Lidarr] skip | Black Sabbath - 13 (Deluxe) BestBuy Exclusive ``` seems like nothing new compared to before. it sees the album, but doesnt process it at all.
Author
Owner

@Flaminel commented on GitHub:

Just pull the ghcr.io/cleanuparr/cleanuparr:latest image again. The log files will show the version after the app started.

@Flaminel commented on GitHub: Just pull the `ghcr.io/cleanuparr/cleanuparr:latest` image again. The log files will show the version after the app started.
Author
Owner

@Flaminel commented on GitHub:

Would you mind joining the Discord server to discuss?

@Flaminel commented on GitHub: Would you mind joining the Discord server to discuss?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#50