mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-02 22:57:22 -05:00
ToDo: Restore Rarbg HTTP 200 Rate Limiting [Waiting on Rarbg] #736
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#736
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 @bakerboy448 on GitHub (Jan 2, 2023).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
Restore HTTP 200 & rate_limit 1 as too many requests.
reverted
github.com/Prowlarr/Prowlarr@5cc044aa8f (diff-bd56c63a21)Due to false positive rate_limit of 1 with 200s when no rate limit was actually occurring (results were found)
awaiting internal fix from rarbg for false positive
Describe the solution you'd like
if the API returns 200 with a json that contains rate_limit 1 retry in 5 minuteshttps://github.com/Prowlarr/Prowlarr/issues/1169
Describe alternatives you've considered
N/A
Anything else?
N/A
AB#4613
@bakerboy448 commented on GitHub (Feb 19, 2023):
for posterity and context in the future
Originally posted by rarbg in https://github.com/Jackett/Jackett/issues/13663#issuecomment-1288190301