You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
I am trying to create a custom version of the BT4G indexer, but I have noticed that, when the indexer does not find any result, Prowlarr is interpreting this as an IndexerError.
This is due to the fact that the indexer is returning a 404 status code when it does not find any result in the indexer. However, the response is correct.
Describe the solution you'd like
Add a tag in Cardigann to handle errors in search in which, apart from the selectors received, the status code can be defined.
I don't think there would be any issue for Jackett if this was added, but to my knowledge it currently doesn't make any difference to Jackett if there's an error or just zero results (for the sake of oier26, I'm not a C# dev).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
I am trying to create a custom version of the BT4G indexer, but I have noticed that, when the indexer does not find any result, Prowlarr is interpreting this as an IndexerError.
Example: https://bt4g.org/search/this%20is%20definitely%20not%20working
This is due to the fact that the indexer is returning a 404 status code when it does not find any result in the indexer. However, the response is correct.
Describe the solution you'd like
Add a tag in Cardigann to handle errors in search in which, apart from the selectors received, the status code can be defined.
Describe alternatives you've considered
Write the code for the indexer in C#
Anything else?
Condition is found in: https://github.com/Prowlarr/Prowlarr/blob/develop/src/NzbDrone.Core/Indexers/Definitions/Cardigann/CardigannParser.cs
Line 41
AB#4802
The text was updated successfully, but these errors were encountered: