Skip to content
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

Problemas cuando no existen mensajes en la DB #7

Closed
JWScr33d opened this issue Jun 3, 2018 · 0 comments
Closed

Problemas cuando no existen mensajes en la DB #7

JWScr33d opened this issue Jun 3, 2018 · 0 comments

Comments

@JWScr33d
Copy link

JWScr33d commented Jun 3, 2018

`/Whatsapp-Forensic-OPEN/parser_db.py", line 14, in analyze_db
for row in cursor.execute('SELECT * FROM messages where edit_version=7 and key_from_me = 1 ORDER BY _id'):
OperationalError: no such table: messages
Verify that the WhatsappDB directory is created
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1540, in call
return self.func(*args)
File "Guasap_Forensic.py", line 289, in
button_dbc = Button(root, text="Extract Encrypt Data Base", width=61, state=NORMAL, command=lambda: whatsapp_deb(root, 4))
File "Guasap_Forensic.py", line 118, in whatsapp_deb
whatsapp_db_f(root)
File "Guasap_Forensic.py", line 217, in whatsapp_db_f
list_dbs=whatsapp_db.extract_db()
File "/home/d3m0n1/Escritorio/Whatsapp-Forensic-OPEN/whatsapp_db.py", line 13, in extract_db
for db in dbs:
TypeError: 'NoneType' object is not iterable

También sucede un error semejante al realizar la funcion de extraer la db cifrada:
/Whatsapp-Forensic-OPEN/whatsapp_db.py", line 13, in extract_db for db in dbs: TypeError: 'NoneType' object is not iterable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants