BryceStevenWilley / visioning_texts

A D3 project that locally visualizes your messages from Signal or Whatsapp
GNU General Public License v3.0
37 stars 6 forks source link

Extra Participants pt 2 #6

Closed ykilm closed 4 years ago

ykilm commented 4 years ago

I downloaded my WhatsApp export and emailed it to myself. I then downloaded the zip from the email and unzipped it. Then selected that unzipped txt file as the one to use on the site. Heres what showed up: Captyftfgyhcrture Any advice?

ykilm commented 4 years ago

Also heres the console log:

Uncaught TypeError: Cannot read property 'texts' of undefined
    at math.js:100
    at Array.reduce (<anonymous>)
    at xy_time_of_day (math.js:99)
    at graphs.js:485
BryceStevenWilley commented 4 years ago

I think this is related to #2, which I believe I made some progress on. @ykilm, try again, please let me know if anything is better!

ykilm commented 4 years ago

I tried it again and now there's no weird circle of characters but now there's nothing.

Uncaught TypeError: Cannot read property 'map' of undefined
    at total_to_from_data (math.js:95)
    at set_graph_0 (graphs.js:137)
    at FileReader.<anonymous> (graphs.js:483)
ykilm commented 4 years ago

Wait no now its back

BryceStevenWilley commented 4 years ago

Hey @ykilm, I've made some progress on this, It was likely something wrong with the date formatting. Can you check if it's working for you again, and if not, could you provide a typical date format from your file?

ykilm commented 4 years ago

It seems to be mostly working now. The average word/character per text still isn't working tho. Imjlhage 2

There isn't anything in the console.

BryceStevenWilley commented 4 years ago

I gotcha. That average word/char bug just the fact that I need a better way to handle extreme outliers, which is being tracked in #8. Closing this, as it's fixed.