-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database Issues Whatsapp v2.24.20.89 (and v2.24.23.78) #183
Comments
Hello @andreas-mausch , any chance we can get this fixed at some point? As far as I know massaging the tables this way and using the latest whatsapp-viewer is the only comfortable way to access your WA chat backups (after you decrypt them, which is covered by https://github.com/ElDavoo/wa-crypt-tools , and can be done sanely on Android if one enables the E2E encryption with the 64-characters long key that is directly shown to you, no need for any other shenanigans). If not at least maybe we can include on the front page a link to @ReMiOS fixes so people can find it easily and know this still works with these database tweaks? Otherwise maybe we can have these included in wa-crypt-tools so people could get directly a db compatible with whatsapp-viewer. |
Thank you for the hard work, is there any way to get the audio, images and deleted messages |
After updating from WhatsApp v2.24.22.78 to v2.24.23.78 the WAviewer gave me an error I've fixed this by dropping the faulty index (recreating the index and performing reindex on the index didn't work) wav_create_table.zip See the updated code below:
|
After updating Whatsapp to v2.24.20.89 opening the msgstore.db database gave me the error:
"no such column: chat_view.raw_string_id"
If fixed this by dropping the view and creating a new table with the following python script:
(also see the commented issue below for previous issues)
Compiled windows executable:
wav_create_table.zip
Also see this issue: #151 (comment)
The text was updated successfully, but these errors were encountered: