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

Getting error while processing iphone backup #42

Closed KnugiHK closed 1 year ago

KnugiHK commented 1 year ago

Discussed in https://github.com/KnugiHK/Whatsapp-Chat-Exporter/discussions/41

Originally posted by **ajay-ghub** May 16, 2023 ``` > wtsexporter -i -j -b 'path/to/backup' Gathering contacts...(425)7761) Gathering messages...(141440/141440) Gathering media...(31906/31906) Traceback (most recent call last): File "/usr/local/bin/wtsexporter", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/Whatsapp_Chat_Exporter/__main__.py", line 244, in main create_html( TypeError: create_html() takes from 2 to 5 positional arguments but 6 were given ```
KnugiHK commented 1 year ago

@ajay-ghub: the issue should be addressed by commit bbb47cd. Try out the dev branch and see if that works for you.

KnugiHK commented 1 year ago

A hot fix is released in 0.9.1.

ajay-ghub commented 1 year ago

Thank you for the quick response, the fix is working for me.

KnugiHK commented 1 year ago

Good to hear that. I forgot the exporter include a iOS version🤨, hence, didn't test it.