Ok, i’ll grab the next version of develop from http://download.sonarr.tv/v2/develop/mono/ when it lands and start testing. Thanks.
I may have found a pattern. This looks only to be happening with magnets - not torrents. Every instance of the issue that i’ve found in the last 24 hours has resulted from sending a /command/download: urls=magnet to qBt. Everything that has been added using /command/upload: torrents= and /command/setCategory has worked ok.
Example - Fail:
17-6-19 17:17:17.0|Trace|HttpClient|Req: [POST] http://192.168.0.11:9090/command/download: urls=magnet%3A%3Fxt%3Durn%3Abtih%3Aa49860c128c4c6370829dfee949544e5c79b36a8%26dn%3DLast.Week.Tonight.With.John.Oliver.S04E16.1080p.WEB.h264-TBS%5Brartv%5D%26tr%3Dhttp%3A%252F%252Ftracker.trackerfix.com%3A80%252Fannounce%26tr%3Dudp%3A%252F%252F9.rarbg.me%3A2710%26tr%3Dudp%3A%252F%252F9.rarbg.to%3A2710%26tr%3Dudp%3A%252F%252Fopen.demonii.com%3A1337%252Fannounce
17-6-19 17:17:17.0|Trace|HttpClient|Res: [POST] http://192.168.0.11:9090/command/download: 200.OK (3 ms)
17-6-19 17:17:17.0|Trace|HttpClient|Response content (3 bytes): Ok.
17-6-19 17:17:17.0|Warn|ProcessDownloadDecisions|Couldn't add report to download queue. Last.Week.Tonight.With.John.Oliver.S04E16.1080p.WEB.h264-TBS[rartv]
Example - Success:
17-6-19 19:09:58.1|Debug|DownloadDecisionMaker|Release accepted
17-6-19 19:09:58.1|Trace|Http|Res: 344 [GET] /api/release?episodeId=944&sort_by=releaseWeight&order=asc: 200.OK (14131 ms)
17-6-19 19:09:58.1|Debug|Api|[GET] /api/release?episodeId=944&sort_by=releaseWeight&order=asc: 200.OK (14131 ms)
17-6-19 19:10:13.1|Trace|Http|Req: 345 [POST] /api/release
17-6-19 19:10:13.1|Trace|HttpClient|Req: [GET] http://192.168.0.11:8090/dl/ipt/jackettkey?path=longrandomstring&file=Last+Week+Tonight+With+John+Oliver+S04E16+720p+HDTV+X264-UAV.torrent
17-6-19 19:10:14.8|Trace|HttpClient|Res: [GET] http://192.168.0.11:8090/dl/ipt/jackettkey?path=longrandomstring&file=Last+Week+Tonight+With+John+Oliver+S04E16+720p+HDTV+X264-UAV.torrent: 200.OK (1646 ms)
17-6-19 19:10:14.8|Debug|QBittorrent|Downloading torrent for episode 'Last Week Tonight With John Oliver S04E16 720p HDTV X264-UAV' finished (9000 bytes from http://192.168.0.11:8090/dl/ipt/jackettkey?path=longrandomstring&file=Last+Week+Tonight+With+John+Oliver+S04E16+720p+HDTV+X264-UAV.torrent)
17-6-19 19:10:14.9|Trace|HttpClient|Req: [POST] http://192.168.0.11:9090/command/upload:
torrents=Last Week Tonight With John Oliver S04E16 720p HDTV X264-UAV.torrent (9000 bytes)
17-6-19 19:10:14.9|Trace|HttpClient|Res: [POST] http://192.168.0.11:9090/command/upload: 200.OK (10 ms)
17-6-19 19:10:14.9|Trace|HttpClient|Response content (0 bytes):
17-6-19 19:10:14.9|Trace|HttpClient|Req: [POST] http://192.168.0.11:9090/command/setCategory: hashes=a58565ea4a7281164e54c9981e7c0b013ec0380e&category=Sonarr
17-6-19 19:10:15.0|Trace|HttpClient|Res: [POST] http://192.168.0.11:9090/command/setCategory: 200.OK (162 ms)
17-6-19 19:10:15.0|Trace|HttpClient|Response content (0 bytes):
17-6-19 19:10:15.0|Info|DownloadService|Report sent to qBitorrent. Last Week Tonight With John Oliver S04E16 720p HDTV X264-UAV
I’m still trying to work out whether its all magnets or whether its indexer specific. It seems to be across multiple indexers though. I also forgot to mention that i’m using Jackett, which may or may not be significant.
Thanks for all the help so far 