mowolf / ChatAnalyzer

Java script webapp that analyzes your WhatsApp Chat history locally on your machine.
https://chatanalyzer.moritzwolf.com
Other
208 stars 41 forks source link

contents[i] is undefined #2

Closed JoKrus closed 6 years ago

JoKrus commented 6 years ago

if i select a file i get a TypeError contents[i] undefined in analyze.js:77

Bennik2000 commented 6 years ago

Same problem here

Bennik2000 commented 6 years ago

I digged a little bit into the code and found that it expects a differen formatting than generated by my Whatsapp client:

// Format for normal message:
// [09.04.18, 10:19:36] Name: MESSAGE
// announcments do not have a ":" and should be deleted

The Format of my chat log is

09.04.18, 10:19 - Name: MESSAGE

mowolf commented 6 years ago

same error as https://github.com/mowolf/ChatAnalyzer/issues/1 Is a Bug will be fixed soon!