-
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
[ERROR] [parsers.hang]: Parsing error. Is your own_name ****** correct? #55
Comments
You shouldn’t need to specify the own-name flag if you are importing more than one conversation. If you do use it, make sure the name you specificy is exactly the same as the one you use on the chat platform, including case, accents, etc. |
When I don't specify the own-name flag, it gets my name correctly, but then at the end I still get that error. |
Ok, then it gets tricky to debug without seeing your JSON file. I added more debug output to this specific failure case, can you update the code and try again? |
2020-02-05 15:30:20,655 [INFO ] [parsers.hang]: Parsing Google Hangouts data... 2020-02-05 15:30:20,655 [INFO ] [parsers.hang]: Reading archive file raw_data/hangouts/Hangouts.json... 2020-02-05 15:30:21,047 [INFO ] [parsers.hang]: Trying to infer own_name from data... 2020-02-05 15:30:21,047 [INFO ] [parsers.hang]: Successfully inferred own-name to be First1 Last1 That is the log now... I'm pretty sure that it breaks down when it sees a group chat. Is there any way for me to filter those out? Or is there another solution? |
Group chats are already ignored. Did you change your name on Google at some point? Is one of the "Assuming..." log line referring to your own name? Also can you try this branch: https://github.com/MasterScrat/Chatistics/tree/hangouts-ids It's not merged yet, but it may solve your problem. |
Yeah, I did change my name on Google at some point. In the log I replaced my name with "First1 Last1" |
Note: got exact same error on new branch |
Arg. Ok thanks for the feedback, will have to look into this further... |
Any updates? |
I have done the command !python parse.py hangouts --own-name "**********", and then I get the above error. How can I fix this?
The text was updated successfully, but these errors were encountered: