From: Roland Häder Date: Sat, 1 Jun 2024 19:21:39 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d918fbe3ae164eba26120544b663954dec322447;p=fba.git Continued: - added another UTF-8 exception --- diff --git a/fba/http/network.py b/fba/http/network.py index 9199cb3..2daa27c 100644 --- a/fba/http/network.py +++ b/fba/http/network.py @@ -59,6 +59,7 @@ exceptions = ( requests.exceptions.Timeout, eventlet.timeout.Timeout, requests.exceptions.TooManyRedirects, + UnicodeDecodeError, UnicodeEncodeError, urllib3.exceptions.LocationParseError )