mirror of
https://github.com/ElDavoo/wa-crypt-tools.git
synced 2026-04-26 22:25:50 +03:00
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
info needed
invalid
low priority
pull-request
skill issue
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wa-crypt-tools#55
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 @gchem1se on GitHub (Apr 27, 2024).
Original GitHub issue: https://github.com/ElDavoo/wa-crypt-tools/issues/120
Originally assigned to: @gchem1se on GitHub.
I noticed
wadecryptcrashes when the issued file is not a msgstore (eg. I'm decryptingwa.db.cryptXXorstickers.db.cryptXX).I found the cause is trivial, a logging line in a utils module, in the
header_infofunction, 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:
@ElDavoo commented on GitHub (Apr 27, 2024):
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)
@gchem1se commented on GitHub (Apr 27, 2024):
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!