YuvrajRaghuvanshiS / WhatsApp-Key-Database-Extractor

The most advanced and complete solution for extracting WhatsApp key/DB from package directory (/data/data/com.whatsapp) without root access.
MIT License
463 stars 59 forks source link

Script exits after " daemon started successfully" #70

Closed jaf91 closed 3 years ago

jaf91 commented 3 years ago

Describe the bug The script ends just after getting the message " daemon started successfully "

To Reproduce Steps to reproduce the behavior:

  1. run 'py wa_kdbe.py'
  2. See error

Screenshots IMG_20210719_233217

Terminal output

Copy paste terminal output

Desktop (please complete the following information):

Smartphone (please complete the following information):

YuvrajRaghuvanshiS commented 3 years ago

If you have even a little experience with python you can go bug hunting, I can guide you and you'll love it. Because unfortunately I am dealing with so much that I can not work on it actively.

jaf91 commented 3 years ago

Hi! Sorry I didn't answer before. I would be very grateful if you could guide me through the process. My knowledge about python is very basic.

YuvrajRaghuvanshiS commented 3 years ago

In USB mode this is the line that starts ADB server and hence puts pipelined output as "Daemon started successfully", it's the part of init() method, at the start of this method you can put pdbr.set_trace() to try to find what is causing error. It's from pdbr https://github.com/YuvrajRaghuvanshiS/WhatsApp-Key-Database-Extractor/blob/ade4489a0b924c594388bd68e266b14ec041ef36/helpers/ADBDeviceSerialId.py#L28

jaf91 commented 3 years ago

Hi! I reinstalled python on my computers and then updated pip. The problem is solved. Now, I have another issue but I will open other thread for it. Thanks for your time!