Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: 'ascii' codec can't decode byte X in position X: ordinal not in range #4

Open
raspher opened this issue Dec 16, 2017 · 1 comment
Labels

Comments

@raspher
Copy link

raspher commented Dec 16, 2017

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/

@Arkiver2 Arkiver2 added the bug label Dec 17, 2017
@Gapstare
Copy link

Still an issue and a show stopping bug it seems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants