mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #130] The 'settings.cfg' file is missing or corrupt! #116
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#116
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 @floviolleau on GitHub (Jul 26, 2021).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/130
Hi,
Thanks for your great tool.
I want to have an HTML view of all my messages with media files included like with this great tool: https://github.com/GjjvdBurg/signal2html.
I successfully downloaded from Google Drive by using WhaGoDri. Because I'm rooted, I was able to get my cipher and wa.db from my Android.
I successfully decrypted my msgstore db by using WhaCipher.
Now I'm trying to generate an archive chat list and I have an issue when using WhaPa.
I click on that button:

Cli ran
Result
I don't understand why this file is missing because when I click on the setting button from the app, it opens and I can edit it.
For info, I'm on Linux:
Linux linux-laptop 5.8.0-59-generic #66-Ubuntu SMP Thu Jun 17 00:46:01 UTC 2021 x86_64 x86_64 x86_64 GNU/LinuxI installed the app under a virtual env python3
Thanks a lot!
@B16f00t commented on GitHub (Jul 29, 2021):
It may be a bug of the last update that worked with partial paths and now they are full ones,
I will check it and let you know.
@B16f00t commented on GitHub (Aug 2, 2021):
Give a try the latest version 1.55
@floviolleau commented on GitHub (Aug 2, 2021):
Works very fine.
Thanks for the quick fix.
Take care
@Aridetta commented on GitHub (Aug 3, 2021):
Shows this Error:
$ python whapa-gui.py
Traceback (most recent call last):
File "whapa-gui.py", line 1444, in
with open(cfg_file, 'w') as cfg:
FileNotFoundError: [Errno 2] No such file or directory: '\cygdrive\c\Users\Lavern\Downloads\Master\whapa-master\cfg\settings.cfg'
How do I fix it?
@B16f00t commented on GitHub (Aug 3, 2021):
Tell me your Os and python version
@Aridetta commented on GitHub (Aug 3, 2021):
OS: Windows 10
Python Version: 3.8.10
@Ibe09 commented on GitHub (Aug 5, 2021):
me aparece la carpeta sin el settings.cfg, como lo obtengo? espero respuesta, gracias
@floviolleau commented on GitHub (Aug 5, 2021):
Hi,
If you want help from the community, please use English ;)
Thanks
@Ibe09 commented on GitHub (Aug 5, 2021):
ok, could you tell me how to get the file please
@floviolleau commented on GitHub (Aug 8, 2021):
Hi,
I don't understand what you mean.
You don't "get" the file. It is part of the repo in cfg folder.
@B16f00t commented on GitHub (Aug 23, 2021):
I deleted the setting file because the program generated it at startup, so that there are no problems I have included it again.