KnugiHK / WhatsApp-Chat-Exporter

A customizable Android and iOS/iPadOS WhatsApp database parser that will give you the history of your WhatsApp conversations in HTML and JSON. Android Backup Crypt12, Crypt14, Crypt15, and new schema supported.
https://wts.knugi.dev/
MIT License
521 stars 76 forks source link

Fixed bug where blank VCard media_name would crash the program. #11

Closed asla9709 closed 2 years ago

asla9709 commented 2 years ago

During VCard generation, if messages.media_name (row[3]) is None, then the program crashes. This fix checks for that and substitutes an empty string.