mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 19:05:51 +03:00
[GH-ISSUE #213] Error showing message details: must be str or None, not bytes #186
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#186
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 @BriceN on GitHub (Feb 22, 2024).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/213
Hi and thank you for this amazing tool !
I have a decrypted msgstore.db that I can successfully parse with whapa (I can see all the text messages in the report), but in the terminal, when data is being parsed i get

Error showing message details: must be str or None, not bytesfor ( i think) the messages that contains a media.I managed to also grab the Whatsapp media folder with another tool :

Is there a way to make use of this folder when generating the report ? Should I add the folder next to the report.html once it has been generated ? Or does whapa need it during the parsing ? Because when i look at the generated HTML code, in places where it's supposed to be a media message, there's nothing ? ( no 404 not found in the developer console too)

Thanks !