Duplicate check
Before submitting a help request, I have:
How can we help?
Hi, I just setup a CleanupArr instance, connected to Sonarr and Radarr. All these instances run on a Docker env. communicating through a local dedicated network arr_net. Cleanup uses the ghcr.io repository. To start the integration, dry mode is engaged. The configuration run well and is connected.
When the seeker is starting, I see my series on the log being requested with something like
[DRY RUN] skipping method: SendRequestAsync
season search triggered | http://sonarr:8989/ | [FBI: Most Wanted season 4]
Failed to process Sonarr instance: Local Sonarr
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at Cleanuparr.Infrastructure.Features.Arr.ArrClient.SearchItemAsync(ArrInstance arrInstance, SearchItem item)
at Cleanuparr.Infrastructure.Features.Jobs.Seeker.ProcessInstanceAsync(SeekerConfig config, SeekerInstanceConfig instanceConfig, ArrInstance arrInstance, InstanceType instanceType, Boolean isDryRun, List`1 queueRecords)
at Cleanuparr.Infrastructure.Features.Jobs.Seeker.ProcessSingleInstanceAsync(SeekerConfig config, SeekerInstanceConfig instanceConfig, Boolean isDryRun)
It's not related to a serie in particular as it goes through all with the same error occuring. Not sure if related but the Radarr instance does not seem to trigger any Seeker operation even if activated.
does anyone have a clue for me on how to solve that ?
Duplicate check
Before submitting a help request, I have:
How can we help?
Hi, I just setup a CleanupArr instance, connected to Sonarr and Radarr. All these instances run on a Docker env. communicating through a local dedicated network arr_net. Cleanup uses the ghcr.io repository. To start the integration, dry mode is engaged. The configuration run well and is connected.
When the seeker is starting, I see my series on the log being requested with something like
It's not related to a serie in particular as it goes through all with the same error occuring. Not sure if related but the Radarr instance does not seem to trigger any Seeker operation even if activated.
does anyone have a clue for me on how to solve that ?