QBit not setting categories for torrents added from Sonarr

Sonarr version (exact version): 2.0.0.4949
Mono version (if Sonarr is not running on Windows):
OS: Windows 7
((Debug logs)): https://pastebin.com/WDYUzB75
Description of issue:

So most of the time, the category is not being applied in Qbittorrent v3.3.12, although it looks like Sonarr is setting the correct category and sending it to Qbit:

17-9-28 12:49:27.8|Trace|HttpClient|Req: [POST] http://localhost:8090/command/download: urls=magnet%3A%3Fxt%3Durn%3Abtih%3A3464962cb76d2de7274dcea0764985f320c353ac%26dn%3DSuits.S02E02.720p.BluRay.X264-REWARD%26tr%3Dudp%3A%252F%252Ftracker.leechers-paradise.org%3A6969%26tr%3Dudp%3A%252F%252Fzer0day.ch%3A1337%26tr%3Dudp%3A%252F%252Fopen.demonii.com%3A1337%26tr%3Dudp%3A%252F%252Ftracker.coppersurfer.tk%3A6969%26tr%3Dudp%3A%252F%252Fexodus.desync.com%3A6969
17-9-28 12:49:27.8|Trace|ConfigService|Using default config value for ‘proxyenabled’ defaultValue:'False’
17-9-28 12:49:27.9|Trace|HttpClient|Res: [POST] http://localhost:8090/command/download: 200.OK (67 ms)
17-9-28 12:49:27.9|Trace|HttpClient|Response content (0 bytes):
17-9-28 12:49:27.9|Trace|HttpClient|Req: [POST] http://localhost:8090/command/setCategory: hashes=3464962cb76d2de7274dcea0764985f320c353ac&category=tv-sonarr
17-9-28 12:49:27.9|Trace|ConfigService|Using default config value for ‘proxyenabled’ defaultValue:'False’
17-9-28 12:49:27.9|Trace|HttpClient|Res: [POST] http://localhost:8090/command/setCategory: 200.OK (2 ms)
17-9-28 12:49:27.9|Trace|HttpClient|Response content (0 bytes):
17-9-28 12:49:27.9|Info|DownloadService|Report sent to qBittorrent. Suits.S02E02.720p.BluRay.X264-REWARD

This of course, prevents Sonarr from managing the completed downloads properly. If I manually set the category in the Qbit interface to “tv-sonarr”, it properly manages the downloads. This example was added via automatic search in Sonarr.

I looked at the Qbit logs, but it didn’t have a lot of info - is there a way to make the Qbit log more “verbose”?:

(N) 2017-09-28T12:49:28 - ‘Suits.S02E02.720p.BluRay.X264-REWARD’ added to download list.

Maybe an updated version of Qbit would handle this better??

A post was merged into an existing topic: Sonarr does not always set category in qBittorrent