You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "ftp_check.py", line 64, in
for line in index.read().splitlines():
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 232045: ordinal not in range(128)
when gathering info from ftp://ftp.isc.org/ as a single-line file /todo/
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "ftp_check.py", line 64, in
for line in index.read().splitlines():
File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 232045: ordinal not in range(128)
when gathering info from ftp://ftp.isc.org/ as a single-line file /todo/
The text was updated successfully, but these errors were encountered: