We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When a rss returns more than one torrent, the first one is added but the rest fail with a 429 response.
2022-09-07 10:54:38 (debug) aggregate https://AAAA 2022-09-07 10:54:39 (debug) on_new_item event https://AAAA 2022-09-07 10:54:39 (debug) request localhost:9091 2022-09-07 10:54:39 (debug) got session id shxK379oQFwh1jMsm9ItuQLhYuDHAtSFoTFe9McrwiTgIDw4 2022-09-07 10:54:39 (debug) request localhost:9091 2022-09-07 10:54:41 (debug) {"arguments"=>{"torrent-added"=>{"hashString"=>"198e1c0ad6728b3bdb2152936abd42e44b19e7b2", "id"=>3080, "name"=>"NAME"}}, "result"=>"success"} 2022-09-07 10:54:41 (debug) torrent-add result: success (id 3080) 2022-09-07 10:54:41 (debug) on_new_item event https://AAAA 2022-09-07 10:54:41 (debug) request localhost:9091 2022-09-07 10:54:41 (debug) got session id shxK379oQFwh1jMsm9ItuQLhYuDHAtSFoTFe9McrwiTgIDw4 2022-09-07 10:54:41 (debug) request localhost:9091 2022-09-07 10:54:41 (debug) {"arguments"=>{}, "result"=>"gotMetadataFromURL: http error 429: Unknown Error"} 2022-09-07 10:54:41 (debug) torrent-add result: gotMetadataFromURL: http error 429: Unknown Error
Please include the following information in new issues: ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-linux-gnu] transmission-rss 1.2.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a rss returns more than one torrent, the first one is added but the rest fail with a 429 response.
2022-09-07 10:54:38 (debug) aggregate https://AAAA
2022-09-07 10:54:39 (debug) on_new_item event https://AAAA
2022-09-07 10:54:39 (debug) request localhost:9091
2022-09-07 10:54:39 (debug) got session id shxK379oQFwh1jMsm9ItuQLhYuDHAtSFoTFe9McrwiTgIDw4
2022-09-07 10:54:39 (debug) request localhost:9091
2022-09-07 10:54:41 (debug) {"arguments"=>{"torrent-added"=>{"hashString"=>"198e1c0ad6728b3bdb2152936abd42e44b19e7b2", "id"=>3080, "name"=>"NAME"}}, "result"=>"success"}
2022-09-07 10:54:41 (debug) torrent-add result: success (id 3080)
2022-09-07 10:54:41 (debug) on_new_item event https://AAAA
2022-09-07 10:54:41 (debug) request localhost:9091
2022-09-07 10:54:41 (debug) got session id shxK379oQFwh1jMsm9ItuQLhYuDHAtSFoTFe9McrwiTgIDw4
2022-09-07 10:54:41 (debug) request localhost:9091
2022-09-07 10:54:41 (debug) {"arguments"=>{}, "result"=>"gotMetadataFromURL: http error 429: Unknown Error"}
2022-09-07 10:54:41 (debug) torrent-add result: gotMetadataFromURL: http error 429: Unknown Error
Please include the following information in new issues:
ruby 2.7.4p191 (2021-07-07 revision a21a3b7d23) [x86_64-linux-gnu]
transmission-rss 1.2.2
The text was updated successfully, but these errors were encountered: