I have noticed an issue lately when I use Prowlarr or Jackettt. When I search for torrents using either of these, torrents are found. However, when comet attempts to generate the infohash for each torrent, it fails. Thus the number torrents returned to the user (via comet) are 0.
Logs (Searching for Agatha All Along s1e3, ignore the Zilean warning):
2024-10-24 13:44:27 | 📰 INFO | stream.stream - No cache found for Agatha All Along S01E03 with user configuration
2024-10-24 13:44:29 | 📰 INFO | stream.stream - Start of jackett search for Agatha All Along S01E03 with indexers ['badasstorrents']
2024-10-24 13:44:29 | ⚠️ WARNING | general.get_zilean - Exception while getting torrents for Agatha All Along S01E03 with Zilean: False/dmm/filtered?query=Agatha+All+Along&season=1&episode=3
2024-10-24 13:44:35 | 📰 INFO | stream.stream - 40 torrents found for Agatha All Along S01E03 with jackett, Zilean
2024-10-24 13:44:35 | 📰 INFO | stream.stream - 40 torrents passed title match check for Agatha All Along S01E03
2024-10-24 13:44:35 | 📰 INFO | stream.stream - 0 info hashes found for Agatha All Along S01E03
Also to note, I have torrentio turned off in the above, as I am trying to set up my backup scraper via Jackett/prowlarr. The above logs use Jackett but I've noticed the exact same error with Prowlarr
I have noticed an issue lately when I use Prowlarr or Jackettt. When I search for torrents using either of these, torrents are found. However, when comet attempts to generate the infohash for each torrent, it fails. Thus the number torrents returned to the user (via comet) are 0.
Logs (Searching for Agatha All Along s1e3, ignore the Zilean warning):
2024-10-24 13:44:27 | 📰 INFO | stream.stream - No cache found for Agatha All Along S01E03 with user configuration 2024-10-24 13:44:29 | 📰 INFO | stream.stream - Start of jackett search for Agatha All Along S01E03 with indexers ['badasstorrents'] 2024-10-24 13:44:29 | ⚠️ WARNING | general.get_zilean - Exception while getting torrents for Agatha All Along S01E03 with Zilean: False/dmm/filtered?query=Agatha+All+Along&season=1&episode=3 2024-10-24 13:44:35 | 📰 INFO | stream.stream - 40 torrents found for Agatha All Along S01E03 with jackett, Zilean 2024-10-24 13:44:35 | 📰 INFO | stream.stream - 40 torrents passed title match check for Agatha All Along S01E03 2024-10-24 13:44:35 | 📰 INFO | stream.stream - 0 info hashes found for Agatha All Along S01E03
In the above, I am only using one indexer (Badass torrents), it finds 40 torrents, however it fails to convert any of them to info hashes (in https://github.com/g0ldyy/comet/blob/20c38fce46307257ffe12d450f38e73bb8e9a03d/comet/utils/general.py#L451).
Also to note, I have torrentio turned off in the above, as I am trying to set up my backup scraper via Jackett/prowlarr. The above logs use Jackett but I've noticed the exact same error with Prowlarr