Dexter2389 / whatsapp-backup-chat-viewer

Extract WhatsApp conversations from the app's SQLite database and exporting them as JSON or TXT files
BSD 2-Clause "Simplified" License
30 stars 4 forks source link

Missing chats when running `to_txt` #17

Closed Dexter2389 closed 2 years ago

Dexter2389 commented 2 years ago

Looks like some chats are being missed/over-written by the script.

Dexter2389 commented 2 years ago

After some investigation, it looks like this problem occurs when a contact changes their number. This causes the file name to have the same name which results in overwriting on the existing chat file.