-
Notifications
You must be signed in to change notification settings - Fork 115
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
error using devices command #4
Comments
Hi @gtgre, sorry for the late reply can you tell me what OS are you using and what version of python? |
@mesquidar yes the os is kali arm and I've tried whit python2 and python3 |
Hi @gtgre can you try with Python 3.6? and then try to install adb tools |
@mesquidar sorry i'v tried whit 3.6 but i can't make it work i'v tried also 3.8 but same issue |
Did you ever work out how to fix this? I'm seeing the same issue in python 3.9 |
I have the same problem in python 3.9 |
how to install remote-control on adbsploit |
what i'm doing wrong?
adbsploit(none) > devices
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 94, in _connect
self.__conn = self._create_socket()
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 86, in _create_socket
s.connect((adb_host, adb_port))
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/adbsploit", line 33, in
sys.exit(load_entry_point('adbsploit==0.1', 'console_scripts', 'adbsploit')())
File "/usr/local/lib/python3.8/dist-packages/adbsploit-0.1-py3.8.egg/adbsploit/adbsploit.py", line 25, in main
File "/usr/local/lib/python3.8/dist-packages/adbsploit-0.1-py3.8.egg/adbsploit/adbsploit.py", line 212, in devices
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 388, in device_list
return list(self.iter_device())
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 369, in iter_device
with self._connect() as c:
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 177, in _connect
return _AdbStreamConnection(self.__host, self.__port)
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 79, in init
self._connect()
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 97, in _connect
self.__conn = self._create_socket()
File "/usr/local/lib/python3.8/dist-packages/adbutils-0.8.2-py3.8.egg/adbutils/init.py", line 86, in _create_socket
s.connect((adb_host, adb_port))
ConnectionRefusedError: [Errno 111] Connection refused
The text was updated successfully, but these errors were encountered: