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
Hello. Error in the code. Please write how to fix it or correct it in the file
[+] Encode UTF16-LE
Traceback (most recent call last):
File "FuckThatPacker.py", line 33, in
content = content.encode("utf-16-le")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Hello. Error in the code. Please write how to fix it or correct it in the file
[+] Encode UTF16-LE
Traceback (most recent call last):
File "FuckThatPacker.py", line 33, in
content = content.encode("utf-16-le")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)
The text was updated successfully, but these errors were encountered: