Radarr to Radarr List Sync timing causes erroneous library cleans #7604

Closed
opened 2026-02-19 23:13:09 -05:00 by deekerman · 0 comments
Owner

Originally created by @bakerboy448 on GitHub (Jul 4, 2023).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

Due to github.com/Radarr/Radarr@bd1844030d if a list is skipped, Clean Library removes/processes all movies as not any any lists

Expected Behavior

Movies should not be processed by clean library simply because the list cannot be synced

Steps To Reproduce

N/A

Environment

- OS: agnostic
- Radarr: 4.7.0.7575
- Docker Install: agnostic
- Using Reverse Proxy: agnostic
- Browser: agnostic
- Database: agnostic

What branch are you running?

Nightly

Trace Logs?

Tasks: 2
2023-07-04 20:45:43.5|Trace|CommandQueueManager|Publishing ImportListSync
2023-07-04 20:45:43.5|Trace|CommandQueueManager|Checking if command is queued or started: ImportListSync
2023-07-04 20:45:43.5|Trace|CommandQueueManager|Inserting new command: ImportListSync
2023-07-04 20:45:43.7|Trace|CommandExecutor|ImportListSyncCommand -> ImportListSyncService
2023-07-04 20:45:43.7|Trace|CommandQueueManager|Marking command as started: ImportListSync
2023-07-04 20:45:43.7|Trace|CommandQueueManager|Publishing MessagingCleanup
2023-07-04 20:45:43.7|Trace|CommandQueueManager|Checking if command is queued or started: MessagingCleanup
2023-07-04 20:45:43.7|Trace|CommandQueueManager|Inserting new command: MessagingCleanup
2023-07-04 20:45:43.8|Trace|EventAggregator|Publishing CommandUpdatedEvent
2023-07-04 20:45:43.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2023-07-04 20:45:43.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2023-07-04 20:45:43.8|Debug|FetchAndParseImportListService|Available import lists 2
2023-07-04 20:45:43.8|Info|FetchAndParseImportListService|Syncing Movies for List: Radarr
2023-07-04 20:45:43.9|Trace|EventAggregator|Publishing CommandUpdatedEvent
2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2023-07-04 20:45:43.9|Trace|FetchAndParseImportListService|Skipping refresh of Import List Radarr-4k NoRemux due to minimum refresh inverval
2023-07-04 20:45:43.9|Info|FetchAndParseImportListService|Syncing Movies for List: Radarr
2023-07-04 20:45:43.9|Trace|EventAggregator|Publishing CommandUpdatedEvent
2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent -> CommandController
2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent <- CommandController
2023-07-04 20:45:43.9|Trace|FetchAndParseImportListService|Skipping refresh of Import List Radarr4k-Remux due to minimum refresh inverval
2023-07-04 20:45:43.9|Debug|FetchAndParseImportListService|Found 0 reports for all lists
2023-07-04 20:45:43.9|Trace|CommandExecutor|MessagingCleanupCommand -> CleanupCommandMessagingService
2023-07-04 20:45:43.9|Trace|CommandQueueManager|Marking command as started: MessagingCleanup
2023-07-04 20:45:43.9|Info|ImportListSyncService|[A Beautiful Day in the Neighborhood (2019)][tt3224458, 501907] was in your library, but not found in your lists --> Keeping in library but Unmonitoring it

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.
Originally created by @bakerboy448 on GitHub (Jul 4, 2023). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior Due to https://github.com/Radarr/Radarr/commit/bd1844030d8af2941af234391cfe5117c194ccc5 if a list is skipped, Clean Library removes/processes all movies as not any any lists ### Expected Behavior Movies should not be processed by clean library simply because the list cannot be synced ### Steps To Reproduce N/A ### Environment ```markdown - OS: agnostic - Radarr: 4.7.0.7575 - Docker Install: agnostic - Using Reverse Proxy: agnostic - Browser: agnostic - Database: agnostic ``` ### What branch are you running? Nightly ### Trace Logs? ``` Tasks: 2 2023-07-04 20:45:43.5|Trace|CommandQueueManager|Publishing ImportListSync 2023-07-04 20:45:43.5|Trace|CommandQueueManager|Checking if command is queued or started: ImportListSync 2023-07-04 20:45:43.5|Trace|CommandQueueManager|Inserting new command: ImportListSync 2023-07-04 20:45:43.7|Trace|CommandExecutor|ImportListSyncCommand -> ImportListSyncService 2023-07-04 20:45:43.7|Trace|CommandQueueManager|Marking command as started: ImportListSync 2023-07-04 20:45:43.7|Trace|CommandQueueManager|Publishing MessagingCleanup 2023-07-04 20:45:43.7|Trace|CommandQueueManager|Checking if command is queued or started: MessagingCleanup 2023-07-04 20:45:43.7|Trace|CommandQueueManager|Inserting new command: MessagingCleanup 2023-07-04 20:45:43.8|Trace|EventAggregator|Publishing CommandUpdatedEvent 2023-07-04 20:45:43.8|Trace|EventAggregator|CommandUpdatedEvent -> CommandController 2023-07-04 20:45:43.8|Trace|EventAggregator|CommandUpdatedEvent <- CommandController 2023-07-04 20:45:43.8|Debug|FetchAndParseImportListService|Available import lists 2 2023-07-04 20:45:43.8|Info|FetchAndParseImportListService|Syncing Movies for List: Radarr 2023-07-04 20:45:43.9|Trace|EventAggregator|Publishing CommandUpdatedEvent 2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent -> CommandController 2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent <- CommandController 2023-07-04 20:45:43.9|Trace|FetchAndParseImportListService|Skipping refresh of Import List Radarr-4k NoRemux due to minimum refresh inverval 2023-07-04 20:45:43.9|Info|FetchAndParseImportListService|Syncing Movies for List: Radarr 2023-07-04 20:45:43.9|Trace|EventAggregator|Publishing CommandUpdatedEvent 2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent -> CommandController 2023-07-04 20:45:43.9|Trace|EventAggregator|CommandUpdatedEvent <- CommandController 2023-07-04 20:45:43.9|Trace|FetchAndParseImportListService|Skipping refresh of Import List Radarr4k-Remux due to minimum refresh inverval 2023-07-04 20:45:43.9|Debug|FetchAndParseImportListService|Found 0 reports for all lists 2023-07-04 20:45:43.9|Trace|CommandExecutor|MessagingCleanupCommand -> CleanupCommandMessagingService 2023-07-04 20:45:43.9|Trace|CommandQueueManager|Marking command as started: MessagingCleanup 2023-07-04 20:45:43.9|Info|ImportListSyncService|[A Beautiful Day in the Neighborhood (2019)][tt3224458, 501907] was in your library, but not found in your lists --> Keeping in library but Unmonitoring it ``` ### Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided. - [X] I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
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/Radarr#7604
No description provided.