What version are you using?
Version 2.0.124.0
What OS are you running?
TrueNAS 25.10.1
Are you using Docker or as a service?
Docker
Which debrid provider are you using?
Torbox
Which downloader are you using?
Bezzad
Please attach a log file here with the log setting set to debug
cleanuparr-logs.txt
Description:
After the most recent update, Cleanuparr now successfully tests the connection and adds the RdtClient instance using QbitTorrent emulation. However, both the Queue Cleaner and Download Cleaner fail with an ArgumentNullException (Value cannot be null. - Parameter 'source'). In both services, this exception is thrown by the Cleanuparr.Infrastructure.Features.DownloadClient.QBittorrent.QBitService.GetTrackersAsync(String hash) method. This method calls the client's GetTorrentTrackersAsync(String hash) method, which seems to be searching for the get-torrent-trackers api endpoint.
Would it be possible to modify the QBittorrentController class to respond to this API request?
What version are you using?
Version 2.0.124.0
What OS are you running?
TrueNAS 25.10.1
Are you using Docker or as a service?
Docker
Which debrid provider are you using?
Torbox
Which downloader are you using?
Bezzad
Please attach a log file here with the log setting set to debug
cleanuparr-logs.txt
Description:
After the most recent update, Cleanuparr now successfully tests the connection and adds the RdtClient instance using QbitTorrent emulation. However, both the Queue Cleaner and Download Cleaner fail with an ArgumentNullException (Value cannot be null. - Parameter 'source'). In both services, this exception is thrown by the Cleanuparr.Infrastructure.Features.DownloadClient.QBittorrent.QBitService.GetTrackersAsync(String hash) method. This method calls the client's GetTorrentTrackersAsync(String hash) method, which seems to be searching for the get-torrent-trackers api endpoint.
Would it be possible to modify the QBittorrentController class to respond to this API request?