jgw0
October 31, 2022, 4:06pm
1
Version 3.0.9.1549
Package Version 3.0.9 by Team Sonarr
Mono Version 6.8.0.105
Ubuntu 22.04
Logfile: xologubulo.sql at hastbin.com (did something wrong and file address got screwed up)
I was testing my rargb indexer. Tried to goto https://torrentapi.org and got an error:
403 Forbidden
nginx/1.22.0
Have no idea why. First test was fine, the second not. Tried several times. Tried it with transmission on and off - same thing. My rargb downloads seem to be working. Had 2 successful downloads overnight.
Thoughts?
https://hastebin.com/xologubulo.sql - this doesn’t show an issue.
You can’t access torrentapi.org in browser.
Issue likely related to:
opened 07:21AM - 21 Oct 22 UTC
PR Welcome!
Needs Investigations
Needs C#
### Have you checked our Troubleshooting page for your issue?
- [X] I have ch… ecked the Troubleshooting page
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Have you read our Contributing Guidelines?
- [X] I have read the Contributing Guidelines
### Environment
```markdown
--
```
### Description
Hello
Intentionally or not you are not respecting the api limits in any jackett version.
There is no pause/sleep between your requests
Recently you also decided to modify your app_id
You know very well that we discussed in the torrentapi repo that limits should be respected.
And with the recent commit 88242ba9994793fba75d21b4da098f8edcccda3c you decided to change your app id.
Here is just a sample of how insane your not rate limiting on requests is per second based on app id
```
589 app_id=DuckieTV
609 app_id=sickrage2
1031 app_id=Radarr
1057 app_id=medusa
1179 app_id=Jackett_v0.20.2134
1240 app_id=Jackett_v0.20.2124
3591 app_id=sickchill
5032 app_id=Sonarr
5494 app_id=Prowlarr
23912 app_id=Jackett_v0.20.2127
```
Fix your sleep to include queries and not only tokens and your API calls will work just fine
### Logged Error Messages
```text
--
```
### Screenshots
_No response_
system
Closed
December 30, 2022, 4:24pm
3
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.