[BUG] Listing queue items fails on Sonarr #5

Open
opened 2025-10-09 16:56:24 -05:00 by giteasync · 1 comment
Owner

Originally created by @rolandg-reflow 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?

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

Originally created by @rolandg-reflow on GitHub. ### Before submitting a bug report, I have: - [x] 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? 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 ```shell ``` ### Anything else? _No response_
giteasync added the bug label 2025-10-09 16:56:24 -05:00
Author
Owner

@Flaminel commented on GitHub:

There is no known issue and running the latest Sonarr version 4.0.15.2941 does 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.

@Flaminel commented on GitHub: There is no known issue and running the latest Sonarr version `4.0.15.2941` does 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#5