question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

wa_kdbe.py exits with no error message

See original GitHub issue

Hi as mentioned in #20 wa_kdbe.py simply exits without any messages:

$ python3 wa_kdbe.py

================================================================================
========                                                                ========
========  db   d8b   db  .d8b.         db   dD d8888b. d8888b. d88888b  ========
========  88   I8I   88 d8' `8b        88 ,8P' 88  `8D 88  `8D 88'      ========
========  88   I8I   88 88ooo88        88,8P   88   88 88oooY' 88ooooo  ========
========  Y8   I8I   88 88~~~88 C8888D 88`8b   88   88 88~~~b. 88~~~~~  ========
========  `8b d8'8b d8' 88   88        88 `88. 88  .8D 88   8D 88.      ========
========   `8b8' `8d8'  YP   YP        YP   YD Y8888D' Y8888P' Y88888P  ========
========                                                                ========
================================================================================

============ WhatsApp Key / Database Extrator for non-rooted Android ===========

================================================================================
===                                                                          ===
===  xxxxx  PLEASE TAKE WHATSAPP CHAT BACKUP BEFORE GETTING STARTED.  xxxxx  ===
===                                                                          ===
===    For that go to 'WhatsApp settings => Chat Settings => Chat Backup'    ===
===              here take a local backup. Prepare for Worst.                ===
===                                                                          ===
===     This script can extract your WhatsApp msgstore.db (non crypt12,      ===
===   unencrypted file) and your 'key' file from '/data/data/com.whatsapp'   ===
===  directory in Android 4.0+ device without root access. However you need  ===
===   to have JAVA installed on your system in order to 'view the extract'.  ===
===  If you don't have JAVA installed then you can 'view extract' later by   ===
===   running 'view_extract.py'. The idea is to install a 'Legacy WhatsApp'  ===
===       temporarily on your device in order to get the android backup      ===
===    permission. You should not lose any data and your current WhatsApp    ===
===   version will be installed after this process so don't panic and don't  ===
=== stop this script while it's working. However if something fails you can  ===
===    run 'restore_whatsapp.py' and reinstall current WhatsApp or simply    ===
===                    update that from Google Play Store.                   ===
===                                                                          ===
===                      Script by : Yuvraj Raghuvanshi                      ===
===                      Github.com/YuvrajRaghuvanshiS                       ===
================================================================================

[11:32:47.378101] Found Java installed on system.


[10:53:55.834942] Current release date : 17/03/2021


[10:53:55.834942] Please read above instructions carefully ↑ . Continue? (default y) :


[10:53:57.565146] If you haven't already, it is adviced to take a WhatsApp chat backup by going to WhatsApp settings → Chat Settings → Chat Backup. Press any key to continue.
[10:53:59.019031] Connected to FRD-L09

then it exits and I am back in the shell.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:29 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
YuvrajRaghuvanshiScommented, Mar 30, 2021

Great… Glad it all worked out for you! Thank you too for keeping me posted and following along.

Note to self : Close this with commit which will do things mentioned in https://github.com/YuvrajRaghuvanshiS/WhatsApp-Key-Database-Extractor/pull/48#issuecomment-809160951 and https://github.com/YuvrajRaghuvanshiS/WhatsApp-Key-Database-Extractor/pull/48#issuecomment-809162396

1reaction
Endothermiacommented, Mar 30, 2021

Tried again and forgot to rename the APK, so I ran into some well-deserved hiccups…

But I fixed that and it works great! Thanks a bunch for your time and effort.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Code exits without error or exception at sleep - python
There are no exit calls in the code, so there is no reason why the code wouldn't continue onto the next lines. Also,...
Read more >
Using reveal_type with no errors should return exit code 0
Just write an arbitrary Python file that has no type errors and put reveal_type() to any one of the identifiers. Run mypy against...
Read more >
Process Exit Codes in Python
You can set an exit code for a process via sys.exit() and retrieve the exit code via the exitcode attribute on the multiprocessing....
Read more >
Command errored out with exit status 1: /root/lib/azure-cli/bin ...
Need help trying to install Azure CLI on pfSense CE 2.4.5 but getting ERROR: Command errored out with exit status 1: /root/lib/azure-cli/bin/python.
Read more >
How can I solve this Error while trying to run github code at ...
ERROR: Command errored out with exit status 1: command: 'c:\users\anaconda3\python.exe' -c 'import .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found