B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.1k stars 258 forks source link

Error: no such table: chat_list #145

Closed jorgeortizfuentes closed 2 years ago

jorgeortizfuentes commented 2 years ago

Hello! WhaPa gives me the following error.

Error: no such table: chat_list

I have read in some places that the files may be corrupted. I passed my files using adb pull.

What could have happened?

jorgeortizfuentes commented 2 years ago

I was checking the database and discovered that chat_list no longer exists. I don't know if it was renamed or deleted.

Whinegum commented 2 years ago

Seems like the database has been renamed. The developers of "whatsapp viewer" have already fixed it: https://github.com/andreas-mausch/whatsapp-viewer/issues/127#issuecomment-900255460

jorgeortizfuentes commented 2 years ago

Thanks! I solved it by changing the table and column name in the Python code.

B16f00t commented 2 years ago

Ok thanks I'll review the tables

tupini07 commented 2 years ago

This issue can probably be closed since #148 was merged.

B16f00t commented 2 years ago

Fixed in v1.57, Thanks to @tupini07