File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# NZB Hydra changelog
22
33----------
4+ ### 0.2.228
5+ Changed: Properly report when API hit limit reached at omgwtfnzbs.org.
6+
47### 0.2.227
58Fixed: Dereferer not used for NZB details links. See [ #653 ] ( https://github.com/theotherp/nzbhydra/issues/653 ) .
69
Original file line number Diff line number Diff line change 2828
2929
3030def check_auth (body , indexer ):
31+ if "Request limit reached" in body or "Daily Hits limit reached" in body :
32+ raise IndexerApiLimitReachedException ("API limit reached" , indexer )
3133 if '<error code="100"' in body :
3234 raise IndexerAuthException ("The API key seems to be incorrect." , indexer )
3335 if '<error code="101"' in body :
Original file line number Diff line number Diff line change 1- 0.2.227
1+ 0.2.228
You can’t perform that action at this time.
0 commit comments