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

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

Comments

@commixreporter
Copy link

Commix version: 4.0-dev#110
Python version: 3.12.7
Operating system: nt
Command line: commix.py -r **************** 
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>
@stasinopoulos
Copy link
Member

Similar with #977

stasinopoulos added a commit that referenced this issue Nov 11, 2024
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

This action has been performed automatically by a bot.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants