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 "C:\Python37\extract_user.py", line 57, in
dump(user_file)
File "C:\Python37\extract_user.py", line 45, in dump
user_pass = get_pair(data)
File "C:\Python37\extract_user.py", line 38, in get_pair
user = user.decode("ascii")
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8d in position 34: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Python37\extract_user.py", line 57, in
dump(user_file)
File "C:\Python37\extract_user.py", line 45, in dump
user_pass = get_pair(data)
File "C:\Python37\extract_user.py", line 38, in get_pair
user = user.decode("ascii")
UnicodeDecodeError: 'ascii' codec can't decode byte 0x8d in position 34: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: