Sonarr Jackett not working due to season and ep parameter returns no results

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

You can’t. Jackett should be translating that search to something that TPB will return results for.

Hmm any idea why it is not translating it then?

Post an issue on their Github:

Have sent them an issue on the GIT

The solution was a simple one in the end.

Shows had defaulted to “Daily” which is why Sonarr was sending the date. Changing to “Standard” for TV Shows solved the issues.

I am not sure if you have it anywhere but documentation on these setting might be useful for someone else in the future.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.