]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2023 22:39:10 +0000 (00:39 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2023 22:39:10 +0000 (00:39 +0200)
- let's collect them all and handle them together, no "generic-catch-all" as
  this would hide actual bugs

fba/network.py

index 18e9437b1c7a9ccaaada26494ab792bd428f6c04..93ea5333441c2a60d8818b6eda3461f868c750a7 100644 (file)
@@ -35,6 +35,7 @@ api_headers = {
 
 # Exceptions to always catch
 exceptions = (
+    requests.exceptions.ChunkedEncodingError,
     requests.exceptions.ConnectionError,
     requests.exceptions.Timeout,
     requests.exceptions.TooManyRedirects,