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

Installation hangs out #43

Open
diqipib opened this issue Mar 31, 2020 · 2 comments
Open

Installation hangs out #43

diqipib opened this issue Mar 31, 2020 · 2 comments

Comments

@diqipib
Copy link

diqipib commented Mar 31, 2020

D:\WhatsDump-master>python whatsdump.py --install-sdk

 _    _ _           _      ______
| |  | | |         | |     |  _  \
| |  | | |__   __ _| |_ ___| | | |_   _ _ __ ___  _ __
| |/\| | '_ \ / _` | __/ __| | | | | | | '_ ` _ \| '_ \
\  /\  / | | | (_| | |_\__ \ |/ /| |_| | | | | | | |_) |
 \/  \/|_| |_|\__,_|\__|___/___/  \__,_|_| |_| |_| .__/
                                                 | |
                                                 |_|
                        v0.2 beta

[INFO] SDK tools directory already exists, skipping download & extraction...
[INFO] Updating SDK from manager...
[=======================================] 100% Computing updates...
[INFO] Accepting SDK licenses..
All SDK package licenses accepted.======] 100% Computing updates...

I waited 10-15 minutes and then stopped it with CTRL+C.
That's what I see in output:

  File "whatsdump.py", line 244, in <module>
    main()
  File "whatsdump.py", line 78, in main
    if not sdk.install():
  File "D:\WhatsDump-master\src\android_sdk.py", line 59, in install
    s2 = self._run_cmd_sdkmanager("--list")
  File "D:\WhatsDump-master\src\android_sdk.py", line 218, in _run_cmd_sdkmanager
    return self._run_cmd(CommandType.TOOLS_BIN, 'sdkmanager', args, wait, input, show)
  File "D:\WhatsDump-master\src\android_sdk.py", line 247, in _run_cmd
    wait, input, show)
  File "D:\WhatsDump-master\src\android_sdk.py", line 269, in _run_raw_cmd
    proc.wait()
  File "C:\Python27\lib\subprocess.py", line 693, in wait
    _subprocess.INFINITE)
KeyboardInterrupt```
@diragb
Copy link

diragb commented May 1, 2020

same here, any update?

@gdinit
Copy link

gdinit commented Jan 13, 2021

This fixed it for me: #18 (comment)

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

3 participants