-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 2 Errors: self._cleanup() and unexpected keyword argument 'decrypt_chunk_size' #123
Comments
Oops... Forgot to update KnugiHK/iphone_backup_decrypt. Please reinstall it from the main branch. The repo is undergoing significant rebasing, so let me know if you encounter any issues. |
i found another small error in line 507 in main.py. when using the --per-chat switch the code will not write json files, if the contact name has reserved characters such as "<>:". |
Can you paste the lines around 507 here? If there are any errors, please also share. |
its very simple to understand. If your conact name is "One>Way" for example, you have to strip or replace the ">" , because windows cant create filenames with ">" and your pre-chat function will fail. |
I added the If there are any error messages or stack trace, please share. |
Must have
Trackback:
Hi Knugi.
Above ist the traceback of 2 Errors.
I installed a fresh python 3.11.09 and then Whatsapp_Chat_Exporter exatcly as described in the Wiki.
Update: Tried Version 0.10. This one does not throw the 2 errors !!
The text was updated successfully, but these errors were encountered: