This commit is contained in:
PrivacyDevel 2026-08-26 07:22:06 -04:00 committed by GitHub
commit b4cfdc7997
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,9 @@ template fetchImpl(result, fetchBody) {.dirty.} =
getContent()
if resp.status == $Http429:
raise rateLimitError()
if resp.status == $Http503:
badClient = true
raise newException(BadClientError, "Bad client")