mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
BeyondHD search does not work when combining freeleech and limited #1241
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Tooling
Area: UI
Area: Update API
Priority: High
Priority: Low
Priority: Medium
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
lidarr-pull
radarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Prowlarr#1241
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nateify on GitHub (Oct 31, 2025).
I attest that there is not an existing issue for this?
I attest this is not related to a Cardigann YML Indexer.
Current Behavior
When adding BeyondHD as an indexer and checking both "Freeleech Only" and "Limited Only" an error is returned: "Query successful, but no results were returned from your indexer"
Expected Behavior
When testing a site search and with httpie CLI app, it is still possible to get results when using both search options``
Steps To Reproduce
Trace logs with only
limitedselected:Trace logs with only
freeleechselected:Below, the larger trace log is attached. The JSON ends with
total_pages":3,"total_results":227,"success":trueso the results were correctly returned from the API.When I make 3 API calls myself:
limited returns 222 results
freeleech returns 5 results
with both turned in it returns 227 results, the same as what Prowlarr sees
Environment
What branch are you running?
Develop
Trace Logs?
trace.txt
I attest that Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided.
trace- that are relevant and show this issue.@nateify commented on GitHub (Oct 31, 2025):
I also wanted to add that the trace log did remove sensitive data in some places but it did not remove the rsskey from the end of
download_url@mynameisbogdan commented on GitHub (Oct 31, 2025):
It's expected since the API conditions are AND, not OR. You can go around this by adding it twice, but there's nothing to do from code since it's how their API works.