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
decrypt-db.py failed silently after "Trying key..." I let it raise the exception and found:
Traceback (most recent call last):
File "./decrypt-db.py", line 184, in <module>
do_decrypt(args.input, output_file, key)
File "./decrypt-db.py", line 142, in do_decrypt
version = tuple([int(x) for x in version_str.split(".")])
File "./decrypt-db.py", line 142, in <listcomp>
version = tuple([int(x) for x in version_str.split(".")])
ValueError: invalid literal for int() with base 10: '3 community'
This is the version_str I got before line 142: 4.4.3 community
Android 10 + WeChat version 8.0.2 from Google Play.
The text was updated successfully, but these errors were encountered:
decrypt-db.py
failed silently after "Trying key..." I let it raise the exception and found:This is the
version_str
I got before line 142:4.4.3 community
Android 10 + WeChat version 8.0.2 from Google Play.
The text was updated successfully, but these errors were encountered: