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
Bug Report: Unhandled exception "UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 16919: character maps to <undefined>" (#3d879fca)
#979
Closed
commixreporter opened this issue
Nov 11, 2024
· 2 comments
Traceback (most recent call last):
File \"commix.py", line 36, in <module>
main()
File \"commix.py", line 31, in main
import src.core.main
File \"main.py", line 873, in <module>
parser.logfile_parser()
File \"parser.py", line 77, in logfile_parser
request = file.read()
^^^^^^^^^^^
File \"cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 16919: character maps to <undefined>
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: