IPTorrents search crashes indexer #753

Closed
opened 2026-02-20 10:03:08 -05:00 by deekerman · 0 comments
Owner

Originally created by @ghost on GitHub (Jan 10, 2023).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

Current Behavior

When performing a search from the Prowlarr Organizr home page to an indexer configured for IPTorrents, it crashes the indexer and makes it unavailable.

Searches from Radarr, Sonarr, and natively from Prowlarr all work fine.

The error event that Prowlarr reports:

Message:
An error occurred while processing indexer feed. : Attempted to divide by zero.

Exception:
System.DivideByZeroException: Attempted to divide by zero.
at NzbDrone.Core.Indexers.Definitions.IPTorrentsRequestGenerator.GetPagedRequests(String term, Int32[] categories, Int32 limit, Int32 offset, String imdbId)+MoveNext() in D:\a\1\s\src\NzbDrone.Core\Indexers\Definitions\IPTorrents.cs:line 197
at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchReleases(Func2 pageableRequestChainSelector, Boolean isRecent) in D:\a\1\s\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 171

Expected Behavior

The search should return results and display them within the Organizr home page.

Steps To Reproduce

In Prowlarr: Configure an indexer using IPTorrents tracker.

In Organizr setup the Prowlarr home page item to your Prowlarr instance.
image

Perform a search from the Organizr home page - no results will be returned.
image

Look in Prowlarr and you will see the Indexer is now unavailable.
image
image

Environment

- OS: 1.1.0.2265-ls503 by linuxserver.io
- Prowlarr: 1.1.0.2265
- Docker Install: linuxserver/prowlarr:nightly
- Using Reverse Proxy: traefik:latest
- Browser: Edge

What branch are you running?

Master

Trace Logs?

gistfile1.txt

Originally created by @ghost on GitHub (Jan 10, 2023). ### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior When performing a search from the Prowlarr Organizr home page to an indexer configured for IPTorrents, it crashes the indexer and makes it unavailable. Searches from Radarr, Sonarr, and natively from Prowlarr all work fine. The error event that Prowlarr reports: Message: An error occurred while processing indexer feed. : Attempted to divide by zero. Exception: System.DivideByZeroException: Attempted to divide by zero. at NzbDrone.Core.Indexers.Definitions.IPTorrentsRequestGenerator.GetPagedRequests(String term, Int32[] categories, Int32 limit, Int32 offset, String imdbId)+MoveNext() in D:\a\1\s\src\NzbDrone.Core\Indexers\Definitions\IPTorrents.cs:line 197 at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchReleases(Func2 pageableRequestChainSelector, Boolean isRecent) in D:\a\1\s\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 171 ### Expected Behavior The search should return results and display them within the Organizr home page. ### Steps To Reproduce In Prowlarr: Configure an indexer using IPTorrents tracker. In Organizr setup the Prowlarr home page item to your Prowlarr instance. ![image](https://user-images.githubusercontent.com/86042175/211534947-a2fca38e-7915-4ff3-8164-3b09873649c8.png) Perform a search from the Organizr home page - no results will be returned. ![image](https://user-images.githubusercontent.com/86042175/211533930-9aac21b9-7a27-4cda-8c10-62627fbb2544.png) Look in Prowlarr and you will see the Indexer is now unavailable. ![image](https://user-images.githubusercontent.com/86042175/211534031-0fb3026f-af96-4327-88fc-700f947bf155.png) ![image](https://user-images.githubusercontent.com/86042175/211534153-5f0962a0-6d74-4255-8291-3f8dd42861e9.png) ### Environment ```markdown - OS: 1.1.0.2265-ls503 by linuxserver.io - Prowlarr: 1.1.0.2265 - Docker Install: linuxserver/prowlarr:nightly - Using Reverse Proxy: traefik:latest - Browser: Edge ``` ### What branch are you running? Master ### Trace Logs? [gistfile1.txt](https://github.com/Prowlarr/Prowlarr/files/10381924/gistfile1.txt)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Prowlarr#753
No description provided.