Hi all,
Had some trouble setting up Jackett and Sonarr and now I have them communicating, Sonarr is always getting 0 results.
After some digging, I have noticed that Sonarr is sending &season with the parameter, this makes TPB return no results. If I modify the url to only have the &q removing season from the end, the results are displayed.
How can I tell sonarr to not send that over? Interestingly enough, t=caps on TPB shows it only accepts q= so why is Sonarr ignoring this?
Here is an example of the API call.
17-10-3 21:59:39.7|Debug|Torznab|Downloading Feed http://192.168.1.133:9117/api/v2.0/indexers/thepiratebay/results/torznab/api?t=tvsearch&cat=5030,5040,100205,5000&extended=1&apikey=(removed)&offset=0&limit=100&q=Doctor%20Foster&season=2
17-10-3 21:59:39.7|Debug|Torznab|Downloading Feed http://192.168.1.133:9117/api/v2.0/indexers/thepiratebay/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100&q=Doctor%20Foster&season=2