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
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/_selector.py", line 360, in get_text
self.must_wait(timeout=timeout)
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/_selector.py", line 344, in must_wait
if not self.wait(exists, timeout):
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/_selector.py", line 314, in wait
return self.jsonrpc.waitForExists(self.selector,
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 481, in __call__
return self.server._jsonrpc_retry_call(self.method, params,
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 488, in _jsonrpc_retry_call
return self._jsonrpc_call(*args, **kwargs)
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 514, in _jsonrpc_call
res = self.http.post("/jsonrpc/0",
File "/home/smart/.local/lib/python3.10/site-packages/requests/sessions.py", line 635, in post
return self.request("POST", url, data=data, json=json, **kwargs)
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 202, in request
url = self.__client.path2url(url)
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 301, in path2url
return urlparse.urljoin(self._get_atx_agent_url(), path)
File "/home/smart/.local/lib/python3.10/site-packages/uiautomator2/__init__.py", line 282, in _get_atx_agent_url
lport = self._adb_device.forward_port(
File "/home/smart/.local/lib/python3.10/site-packages/adbutils/_device.py", line 236, in forward_port
local_port = get_free_port()
File "/home/smart/.local/lib/python3.10/site-packages/adbutils/_utils.py", line 26, in get_free_port
s.bind(('127.0.0.1', 0))
OSError: [Errno 98] Address already in use
The text was updated successfully, but these errors were encountered:
Need to
adb kill-server
Traceback:
The text was updated successfully, but these errors were encountered: