From: Roland Häder Date: Sun, 11 Jun 2023 22:39:10 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b75fb7f7ae5996b268320dadec6308dc92e5767;p=fba.git Continued: - let's collect them all and handle them together, no "generic-catch-all" as this would hide actual bugs --- diff --git a/fba/network.py b/fba/network.py index 18e9437..93ea533 100644 --- a/fba/network.py +++ b/fba/network.py @@ -35,6 +35,7 @@ api_headers = { # Exceptions to always catch exceptions = ( + requests.exceptions.ChunkedEncodingError, requests.exceptions.ConnectionError, requests.exceptions.Timeout, requests.exceptions.TooManyRedirects,