mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #164] No parsed messages in whatsapp version 2.22.7.74 #148
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rafaelcsch on GitHub (May 9, 2022).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/164
No parsed messages in whatsapp version 2.22.7.74 since there is no more "messages" table.
@karanrajpal14 commented on GitHub (May 29, 2022):
Yeah I've been facing this issue as well. Not sure what's the best way to deal with this.
@B16f00t commented on GitHub (May 29, 2022):
yes, now the information is in the message table, when I have some time I will update it
@apremi commented on GitHub (Jul 11, 2022):
+1
@vb0 commented on GitHub (Jul 27, 2022):
+1
This is breaking completely all parsing for data coming from new (and as time goes by not so new) versions of Whatsapp.
@apremi commented on GitHub (Jul 27, 2022):
I fixed the issue on another parser. I can help. I will try to update the solution here in the evening after work.
@nufrankz commented on GitHub (Aug 12, 2022):
Thanks, we'll patiently wait for it 😬
@B16f00t commented on GitHub (Aug 12, 2022):
If you have any updates you can make a pull request.
@stevanuscolonne commented on GitHub (Sep 9, 2022):
Any update on this?
@ghost commented on GitHub (Sep 22, 2022):
any update?
@ChristianMarchiori commented on GitHub (Sep 30, 2022):
this may help https://thebinaryhick.blog/2022/06/09/new-msgstore-who-dis-a-look-at-an-updated-whatsapp-on-android/
@ChristianMarchiori commented on GitHub (Sep 30, 2022):
On which parser did u fix it?
@aadionizio commented on GitHub (Oct 19, 2022):
Thanks @vb0 (solution link)
With that I managed to get whapa to work, at least partially. It now shows a lot of errors, but at least produces a report.
There are some problems with whatsapp media not being linked, but hope this helps.
Use a sqlite editor and run this queries on whatsapp database:
EDIT: there's also a problem with group chats
@formalist commented on GitHub (Jan 6, 2023):
The field edit_version was used for deleted messages, to indicate if 'deleted for me' (=5) or 'deleted for all (=7).
Here you are forcing NULL... I know this is a workaround, but does anyone know where this information is located, in the new database schema?
@nkovacne commented on GitHub (May 14, 2023):
Is this going to be solved at some point?