Closed gchem1se closed 7 months ago
Yep, the new version was a little bit rushed out and the number of things that can happen is exploding.
Congrats for the on-point and precise debug and thanks for the PR! I will merge it when it's ready (i saw you closed it)
I closed it 'cause even if it was a one-line solution, I still managed to forget a newline ._. eheh. Should be fine now. Keep up the good work!
I noticed
wadecrypt
crashes when the issued file is not a msgstore (eg. I'm decryptingwa.db.cryptXX
orstickers.db.cryptXX
). I found the cause is trivial, a logging line in a utils module, in theheader_info
function, which tries to print the maximum feature number of the msgstore file, even if the provided input is not a msgstore. I might create a PR, but it's really a one-line solution.utils.py:180
:Everything works again after commenting it out or adding a check.
Complete traceback: