Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torrent9 Cannot be added to Sonarr due to no TV results on Top #684

Closed
bakerboy448 opened this issue Dec 8, 2021 · 4 comments
Closed

Torrent9 Cannot be added to Sonarr due to no TV results on Top #684

bakerboy448 opened this issue Dec 8, 2021 · 4 comments

Comments

@bakerboy448
Copy link
Contributor

bakerboy448 commented Dec 8, 2021

Torrent9 cannot be added to Sonarr as there are no parsable TV results on the Top page which only lists movies per the Indexer Definition

Thanks for the tip but I fear this didn't work.
I added Others in sonarr's settings in prowlarr but I still get this:

	8:36am	ApplicationService	NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]	
8:36am	HttpClient	HTTP Error - Res: [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ]	
8:36am	Cardigann	Adding request: https://www.torrent9.pw/top	
8:36am	ReleaseSearchService	Searching indexer(s): [Torrent9 clone] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000]	
8:36am	ApplicationService	NzbDrone.Core.Applications.ApplicationService HTTP request failed: [400:BadRequest] [POST] at [http://sonarr:8989/api/v3/indexer]	
8:36am	HttpClient	HTTP Error - Res: [POST] http://sonarr:8989/api/v3/indexer: 400.BadRequest [ { "isWarning": false, "propertyName": "", "errorMessage": "Query successful, but no results were returned from your indexer. This may be an issue with the indexer or your indexer category settings.", "severity": "error" } ]	
8:36am	Cardigann	Adding request: https://torrent9.to/top_torrent.html	
8:36am	ReleaseSearchService	Searching indexer(s): [Torrent9] for Term: [] for Season / Episode:[], Offset: 0, Limit: 100, Categories: [5000]	
8:

Other indexers get added to sonarr without issues but it seems this one doesn't pass the sonarr test.
Any help will be very much appreciated.
Thanks in advance.

Originally posted by @toxic0berliner in #394 (comment)

AB#2106

@bakerboy448
Copy link
Contributor Author

@toxic0berliner Your indexer did not have any tv results that Sonarr could detect and parse on the test page https://torrent9.to/top_torrent.html

thus it cannot nor will be added to sonarr.

@garfield69 would it make sense to change Torrent9's query conditionalize the query based on the category being searched and just query those categories rather than Top? Any reason in particular

@bakerboy448 bakerboy448 changed the title Torrent9 Cannot be added to Sonarr Torrent9 Cannot be added to Sonarr due to no TV results on Top Dec 8, 2021
garfield69 added a commit to Jackett/Jackett that referenced this issue Dec 9, 2021
@garfield69
Copy link
Contributor

would it make sense to change Torrent9's query conditionalize the query based on the category being searched and just query those categories rather than Top? Any reason in particular

The solution to using torren9 with Sonarr is described in the info box of the config, which used to read:

Torrent9 only returns category <b>Movies</b> in its <i>Keywordless</i> search results page.</br>
To pass your apps' indexer TEST you will need to include the 131681(Movies) category.

At the time that this indexer was written, the web site only provided a category column on the rows of the torrent search page containing keywords. The website to this day still does not allow searches without a keyword.
So when Sonarr does a TEST, it performs a keywordless search query, and there was no way to return categories from the results of the web site home page which had, at that time, the 10 latest movies, 10 tv, 10 music, 10 games and 10 books, all without a category.

However, having just had a look at the web site today, I see that the web site's home page now includes a category column in the rows, so f3dfeba082002674b96330a99102f245f2cb320d has been committed which will bring this indexer back to fully supporting categories for all queries.

@bakerboy448
Copy link
Contributor Author

bakerboy448 commented Dec 9, 2021

Awesome! as always, thanks garfield!

Fixed with Prowlarr/Indexers@fb0fa55

@toxic0berliner fixed

@toxic0berliner
Copy link

Awesome, thanks a lot! Confirmed working for me today! Great job and awesome reactivity!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants