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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: