Prowlarr/Indexers

Error [Warn] Cardigann: Invalid Release: 'XXXXXX' from indexer: SceneRush. No categories provided.

Closed this issue ยท 8 comments

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

searching for movies or tv-series on the indexer SceneRush gives the error No categories provided. I can reproduce the error from the GUI (attach a screenshot) - The filter for categories is working but the results is not processed correctly
image

Expected Behavior

The category on the results have the right category instead of unknown

Steps To Reproduce

from the web UI, make any search for index SceneRush and Categories Movies and/or TV.. The results will have unknown category

Environment

- OS: Unraid 6.12.6
- Prowlarr:1.25.4.4818
- Docker Install:yes
- Using Reverse Proxy:no
- Browser:not related with UI

What branch are you running?

Master

Trace Logs?

prowlarr-logs.txt

Trace Logs have been provided as applicable. Reports may be closed if the required logs are not provided.

  • I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain trace - that are relevant and show this issue.

Could this be an issue related/caused by the tracker itself?

Yes, looks like the layout changed so someone with an account needs to update the category mapping in the YAML definition.

thanks for the reply. Someone with an account on the tracker? That category mapping in the YAML definition is on tracker integration with prowlarr? I contact the staff of the tracker.. Waiting to see what they tell..

Hi team! I was looking to setup this index and stumbled across this thread.
Seems the problem is that the provider changed the categories.
For example, I see that in the code for 4k movies the index is expecting div.cat-4k:

div.cat-4k: 46

and the category is now cat-filme-4k.

I'll try to do a PR with the new mapping.

PR to jackett please and then we'll pull it downstream

PR to jackett please and then we'll pull it downstream

It is merged now @bakerboy448, what is the process to pull?

a38af61
preciate the ping

thank you all