-
Notifications
You must be signed in to change notification settings - Fork 100
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
charmap decode error - Whatsapp #41
Labels
Comments
strod
changed the title
charmap decode error - hangouts
charmap decode error - Whatsapp
Jan 17, 2020
i get the similar error.
|
Is it possible that you are using Python 2? Python 3 should open text files in UTF-8 encoding by default. |
I was getting the same error. I saved the .txt file using notepad as Unicode instead of UTF-8. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after run "python parse.py whatsapp
Traceback (most recent call last):
File "parse.py", line 83, in
ArgParse()
File "parse.py", line 41, in init
getattr(self, args.command)()
File "parse.py", line 79, in whatsapp
main(args.own_name, args.file_path, args.max, args.infer_datetime)
File "C:\Users\rodrigo.teixeira\Documents\GitHub\Chatistics-master\parsers\whatsapp.py", line 62, in main
data = parse_messages(files, own_name, infer_datetime)
File "C:\Users\rodrigo.teixeira\Documents\GitHub\Chatistics-master\parsers\whatsapp.py", line 85, in parse_messages
regex_message = infer_datetime_regex(f_path)
File "C:\Users\rodrigo.teixeira\Documents\GitHub\Chatistics-master\parsers\whatsapp.py", line 24, in infer_datetime_regex
for c, line in enumerate(f):
File "C:\ProgramData\Anaconda3\envs\chatistics\lib\encodings\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 4095: character maps to
The text was updated successfully, but these errors were encountered: