You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
I waited 10-15 minutes and then stopped it with CTRL+C.
That's what I see in output:
The text was updated successfully, but these errors were encountered: