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
443 stars 57 forks source link

wa_kdbe.py gives error #127

Open Seeker220 opened 3 months ago

Seeker220 commented 3 months ago

Describe the bug I set up whatever was there in the guide and when I run wa_kdbe.py , it gives error.

Terminal output or log file

Microsoft Windows [Version 10.0.19045.3930]
(c) Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>adb devices
* daemon not running; starting now at tcp:5037
* daemon started successfully
List of devices attached
R9BN302K0MJ     device

C:\WINDOWS\system32>cd WhatsApp-Key-Database-Extractor

C:\Windows\System32\WhatsApp-Key-Database-Extractor>python wa_kdbe.py
* daemon not running; starting now at tcp:5037
adb: CreateProcessW failed: The system cannot find the path specified. (3)
* failed to start daemon
error: cannot connect to daemon
[Wednesday 03/04/2024, 23:57:02] * daemon not running; starting now at tcp:5037
adb: CreateProcessW failed: The system cannot find the path specified. (3)
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon

[Wednesday 03/04/2024, 23:57:02] Exiting...
[Wednesday 03/04/2024, 23:57:02] Turn off USB debugging [and USB debugging (Security Settings)] if you're done.
[Wednesday 03/04/2024, 23:57:02] Hit "Enter" key to continue....

C:\Windows\System32\WhatsApp-Key-Database-Extractor>python wa_kdbe.py
cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037: No connection could be made because the target machine actively refused it. (10061)
* daemon not running; starting now at tcp:5037
adb: CreateProcessW failed: The system cannot find the path specified. (3)
* failed to start daemon
error: cannot connect to daemon
[Wednesday 03/04/2024, 23:58:49] * daemon not running; starting now at tcp:5037
adb: CreateProcessW failed: The system cannot find the path specified. (3)
* failed to start daemon
adb.exe: failed to check server version: cannot connect to daemon

[Wednesday 03/04/2024, 23:58:49] Exiting...
[Wednesday 03/04/2024, 23:58:49] Turn off USB debugging [and USB debugging (Security Settings)] if you're done.
[Wednesday 03/04/2024, 23:58:49] Hit "Enter" key to continue....

Additional context Scrcpy works fine on its own!