B16f00t / whapa

WhatsApp Parser Toolset v1.59
1.11k stars 261 forks source link

Error showing message details: must be str or None, not bytes #213

Open BriceN opened 7 months ago

BriceN commented 7 months ago

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. image

I managed to also grab the Whatsapp media folder with another tool : image

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) image

Thanks !