-
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
Wrong distribution on breakdown plot #40
Comments
You can try printing out the messages to standard output:
Do you see all the messages you'd expect in there? |
Might be related to #42 |
#42 has been fixed and merged on master, can you check if it works now @mustafababil ? |
@MasterScrat I will be checking tomorrow and reporting the results. |
I am sorry it didn't help. I repeated the steps above. Result is as follows: Output of Loaded message count is correct I think, previously it was around 10k. My first message is in December 2017, but the last message is in 17.01.2020 and it is not shown in stdout. I am using iOS, with Turkish language and The Netherlands as a location.
And here is the first 5 lines of Whatsapp export:
|
Hi @mustafababil! By default python export.py -f stdout -n -1 which prints all messages until the second last one. The reason why we limit this to 50 is so that your Computer doesn't crash if you have > millions of messages :) Thanks for letting us know if this indeed shows the messages (until the second last one). |
I have only exported 1 Whatsapp chat, and progressed to plot its breakdown.
First messages are in December 2017 (total of 30), but their column is also not reserved in plot.
Even though, total number of 783 messages is exchanged in
January 2020, the plot doesn't reflect these numbers, and shows like there are messages exchanged in upcoming months of 2020.
My steps:
Export Whatsapp chat from iOS 13 with email.
Put x_chat.txt to /raw_data
Run commands
virtualenv chatistics
source chatistics/bin/activate
pip install -r requirements.txt
python parse.py whatsapp --own-name "My Name"
python visualize.py breakdown
Result
https://i.imgur.com/TVgHaDX.png
Python 3.7.4
What can be the reason? How can I investigate it more and solve it?
Thanks.
The text was updated successfully, but these errors were encountered: