mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 15:16:50 -05:00
[BUG] Listing queue items fails on Sonarr #5
Reference in New Issue
Block a user
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 @rolandg-reflow on GitHub.
Before submitting a bug report, I have:
What is the behavior?
This error is happening in cleanuparr when connecting to sonarr:-
System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at Cleanuparr.Infrastructure.Features.Arr.ArrClient.GetQueueItemsAsync(ArrInstance arrInstance, Int32 page) at Cleanuparr.Infrastructure.Features.Arr.ArrQueueIterator.Iterate(IArrClient arrClient, ArrInstance arrInstance, Func2 action) at Cleanuparr.Application.Features.QueueCleaner.QueueCleaner.ProcessInstanceAsync(ArrInstance instance, InstanceType instanceType) at Cleanuparr.Infrastructure.Features.Jobs.GenericHandler.ProcessArrConfigAsync(ArrConfig config, InstanceType instanceType, Boolean throwOnFailure)
This seems to be a known issue with Cleanuparr v2.33 and Sonarr v4+ (according to Google....)
Which operating system do you use?
Windows
What type of deployment do you use?
Docker container
Relevant log output
Anything else?
No response
@Flaminel commented on GitHub:
There is no known issue and running the latest Sonarr version
4.0.15.2941does not seem to have any problems. Make sure your networking is done correctly, especially if you're using a VPN.Next time please also add a suggestive title.