Closed Lehnemann closed 1 year ago
It is a bug. Will fix it later.
Fixed in bd2f063. Please check if the fix works by using the dev
branch.
Thanks for your work but I dunno how to use it from there... 😐
How can I build the exe's file from that branch?
git clone -b dev https://github.com/KnugiHK/WhatsApp-Chat-Exporter
pip install pycryptodome javaobj-py3 ordered-set zstandard nuitka
pip install .
python -m nuitka --onefile --include-data-file=./Whatsapp_Chat_Exporter/whatsapp.html=./Whatsapp_Chat_Exporter/whatsapp.html --assume-yes-for-downloads --follow-imports Whatsapp_Chat_Exporter\__main__.py
The above commands will produce a file called __main__.exe
and that should do the trick.
After the building process, the antivirus blocks the file. The antivirus said that It is a VHO:Worm.Win32.Convagent.gen virus... Is It a false positive?
After the building process, the antivirus blocks the file. The antivirus said that It is a VHO:Worm.Win32.Convagent.gen virus... Is It a false positive?
Yes. See #43.
Well, I tried with the fix and it worked!
Thanks for your help and time! 🙂
You made a great software! Thanks for your effort! 🤩
Thanks for your compliment! If you would like to support the project, consider starring this repo.
I will leave this open until the next release.
When trying to export the backup I receive the following message:
UnboundLocalError: cannot access local variable 'name' where it is not associated with a value
Please, what can I do about it?
Thanks in advance...