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

Connection error #22

Open
AHMETTAHA190 opened this issue Dec 31, 2022 · 0 comments
Open

Connection error #22

AHMETTAHA190 opened this issue Dec 31, 2022 · 0 comments

Comments

@AHMETTAHA190
Copy link

Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 61, in _safe_connect
return self._create_socket()
^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 53, 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 "/data/data/com.termux/files/usr/bin/adbsploit", line 33, in
sys.exit(load_entry_point('adbsploit==0.1', 'console_scripts', 'adbsploit')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbsploit-0.1-py3.11.egg/adbsploit/adbsploit.py", line 45, in main
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbsploit-0.1-py3.11.egg/adbsploit/adbsploit.py", line 252, in connect
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 247, in connect
with self._connect(timeout=timeout) as c:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 171, in _connect
_conn = AdbConnection(self.__host, self.__port)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 44, in init
self.__conn = self._safe_connect()
^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 64, in _safe_connect
return self._create_socket()
^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/adbutils/_adb.py", line 53, in _create_socket
s.connect((adb_host, adb_port))
ConnectionRefusedError: [Errno 111] Connection refused

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

1 participant