You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 bytes for ( 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 !
The text was updated successfully, but these errors were encountered:
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 bytes
for ( 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 !
The text was updated successfully, but these errors were encountered: