Closed yonka2019 closed 1 year ago
wtsexporter_x64.exe -a
Gathering contacts...(446)
Traceback (most recent call last):649)
File "C:\Users\yonka\AppData\Local\Temp\ONEFIL~3\__main__.py", line 287, in <module>
File "C:\Users\yonka\AppData\Local\Temp\ONEFIL~3\__main__.py", line 240, in main
File "C:\Users\yonka\AppData\Local\Temp\ONEFIL~3\Whatsapp_Chat_Exporter\extract.py", line 380, in messages
sqlite3.DatabaseError: database disk image is malformed
what really strange, is that the DB Browser open the messages column in msgstore.db without any issues
From what I understand, for now, it doesn't seem to be the problem of the exporter itself. I can't really tell why it would happen as I don't have your database file. But if you don't mind, you can send me the database for inspection.
In the meantime, you may try this. Just remember to do a backup for your database.
PS. Could you run the exporter with pip install
(i.e., not using the binary)? That should give a more verbose traceback for debugging.
i don't really know what changed, but i copied again the msgstore.db & wa.db from the root dir, and re-runned the script and it wroked. =/ ty for help
another wa exporters works properly, why this throws this issue?