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
[+] Reading Database
Traceback (most recent call last):
File "/home/kali/WhatsApp-Viewer/main.py", line 113, in
main()
File "/home/kali/WhatsApp-Viewer/main.py", line 98, in main
contacts = query_contacts(config["input"].get("wa_path"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/WhatsApp-Viewer/main.py", line 79, in query_contacts
con = sqlite3.connect(db_path)
^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered:
WhatsApp Database Exporter
[+] Reading Database
Traceback (most recent call last):
File "/home/kali/WhatsApp-Viewer/main.py", line 113, in
main()
File "/home/kali/WhatsApp-Viewer/main.py", line 98, in main
contacts = query_contacts(config["input"].get("wa_path"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/WhatsApp-Viewer/main.py", line 79, in query_contacts
con = sqlite3.connect(db_path)
^^^^^^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
The text was updated successfully, but these errors were encountered: