Jeopardy episodes no longer pulling

Sonarr version (exact version): 2.0.0.5322
Mono version (if Sonarr is not running on Windows):
OS: CentOS 7 w/ Docker
Debug logs:
19-10-24 21:46:18.2|Info|NzbSearchService|Searching 1 indexers for [Jeopardy! : 2019-10-17]
19-10-24 21:46:18.6|Info|DownloadDecisionMaker|No results found
Description of issue:
Jeopardy episodes used to download fine, but now they are not. It is configured as a Daily show. The log above shows that it is searching for the date with dashes - not sure if it always did it this way, but the show on IPT does not have dashes in between the date. I’ve confirmed there are torrents for these dates’ shows, so I’m not sure why it’s getting no results found.

Hi, bumping this as I see there are no responses yet - the issue persists. Thanks

Impossible to say without debug logs, you’d need to look at the RSS parsing to see why the releases were rejected (if Sonarr saw them at all) and debug logs will also show the exact queries Sonarr is making to your indexer(s), but if no results are found there is nothing Sonarr can do.

It’s definitely not finding anything:

19-11-4 13:08:17.3|Debug|Api|[PUT] /api/config/host: 202.Accepted (128 ms)
19-11-4 13:08:19.7|Debug|Api|[GET] /api/wanted/missing?page=1&pageSize=15&sortKey=airDateUtc&sortDir=desc&filterKey=monitored&filterValue=true: 200.OK (63 ms)
19-11-4 13:08:19.8|Debug|Api|[GET] /api/wanted/missing?page=1&pageSize=15&sortKey=airDateUtc&sortDir=desc&filterKey=monitored&filterValue=true: 200.OK (29 ms)
19-11-4 13:08:24.8|Debug|Api|[POST] /api/command: 201.Created (9 ms)
19-11-4 13:08:24.8|Info|NzbSearchService|Searching 1 indexers for [Jeopardy! : 2019-10-14]
19-11-4 13:08:24.8|Debug|Torznab|Downloading Feed http://172.17.0.6:9117/api/v2.0/indexers/iptorrents/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100&q=Jeopardy&season=2019&ep=10/14
19-11-4 13:08:25.2|Debug|NzbSearchService|Total of 0 reports were found for [Jeopardy! : 2019-10-14] from 1 indexers
19-11-4 13:08:25.2|Debug|NzbSearchService|Setting last search time to: 11/4/2019 7:08:25 PM
19-11-4 13:08:25.2|Info|DownloadDecisionMaker|No results found
19-11-4 13:08:25.2|Info|EpisodeSearchService|Episode search completed. 0 reports downloaded.
19-11-4 13:08:25.3|Info|NzbSearchService|Searching 1 indexers for [Jeopardy! : 2019-10-15]
19-11-4 13:08:25.3|Debug|Torznab|Downloading Feed http://172.17.0.6:9117/api/v2.0/indexers/iptorrents/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100&q=Jeopardy&season=2019&ep=10/15
19-11-4 13:08:27.2|Debug|NzbSearchService|Total of 0 reports were found for [Jeopardy! : 2019-10-15] from 1 indexers
19-11-4 13:08:27.2|Debug|NzbSearchService|Setting last search time to: 11/4/2019 7:08:27 PM
19-11-4 13:08:27.2|Info|DownloadDecisionMaker|No results found
19-11-4 13:08:27.2|Info|EpisodeSearchService|Episode search completed. 0 reports downloaded.
19-11-4 13:08:27.2|Info|NzbSearchService|Searching 1 indexers for [Jeopardy! : 2019-10-16]
19-11-4 13:08:27.2|Debug|Torznab|Downloading Feed http://172.17.0.6:9117/api/v2.0/indexers/iptorrents/results/torznab/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100&q=Jeopardy&season=2019&ep=10/16
19-11-4 13:08:29.2|Debug|NzbSearchService|Total of 0 reports were found for [Jeopardy! : 2019-10-16] from 1 indexers
19-11-4 13:08:29.2|Debug|NzbSearchService|Setting last search time to: 11/4/2019 7:08:29 PM
19-11-4 13:08:29.2|Info|DownloadDecisionMaker|No results found
19-11-4 13:08:29.2|Info|EpisodeSearchService|Episode search completed. 0 reports downloaded.

But there are definitely results that match:

The IPT result doesn’t have hyphens in it, which is how Sonarr is searching, but IPT has never done that for these episodes IIRC, so I’m not sure if a recent update broke the matching for this, or what.

Sonarr is making the request to Jackett, if Jackett is is using dashes when passing the search to IPT that’s something they’d need to address.

The lack of dashes shouldn’t prevent Sonarr from grabbing that release if found on the RSS feed though.

Hmm. So if I manually run what I imagine is the same search query in Jackett proper (with hyphens), it returns the result (without hyphens). Same result if I even put the exclamation point after Jeopardy…

So is this still something I need to troubleshoot with Jackett or could something be wonky in my Sonarr settings that it’s not establishing this result as a feasible download?

Make sure the categories for the indexer in Sonarr match what Jackett/IPT expect, beyond that, make sure that Jackett is passing the correct search term to IPT (hopefully that’s in their logs).

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