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

Invalid Character Mapping #17

Closed
svg-frog opened this issue Jul 22, 2017 · 1 comment
Closed

Invalid Character Mapping #17

svg-frog opened this issue Jul 22, 2017 · 1 comment

Comments

@svg-frog
Copy link

Getting this error only 7% in. I've tried assigning a client ID and changing cooldown, leading me to believe it's having an issue with a certain character in chat.

Traceback (most recent call last): File "app.py", line 281, in <module> file.write(line) File "C:\Program Files\Python36\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode characters in position 29-30: character maps to <undefined>

@svg-frog
Copy link
Author

Using RAW format seems to correct this, so I'm guessing it has to do with some unicode encoding it does.

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

No branches or pull requests

2 participants