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

ConnectionRefusedError: [Errno 61] Connection refused #31

Open
yfyang919 opened this issue Feb 14, 2025 · 0 comments
Open

ConnectionRefusedError: [Errno 61] Connection refused #31

yfyang919 opened this issue Feb 14, 2025 · 0 comments

Comments

@yfyang919
Copy link

[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc list targets
[2025-02-14 14:18:32] _client.py[line: 143] [INFO] Start HmClient connection
[2025-02-14 14:18:32] _client.py[line: 172] [DEBUG] init the agent.so resource on the device.
[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 shell [ -f /data/local/tmp/agent.so ] && echo 'so exists' || echo 'so not exists'
[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 shell md5sum /data/local/tmp/agent.so
[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 file send /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/hmdriver2/assets/uitest_agent_v1.1.0.so /data/local/tmp/agent.so
[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 shell chmod +x /data/local/tmp/agent.so
[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 shell ps -ef
[2025-02-14 14:18:32] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 shell uitest start-daemon singleness
[2025-02-14 14:18:33] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 fport ls
[2025-02-14 14:18:33] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 fport tcp:10000 tcp:8012
Traceback (most recent call last):
File "testAirCv.py", line 11, in
d = Driver(serialNo)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/hmdriver2/driver.py", line 24, in init
self._init_hmclient()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/hmdriver2/driver.py", line 43, in _init_hmclient
self._client.start()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/hmdriver2/_client.py", line 147, in start
self._connect_sock()
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/hmdriver2/_client.py", line 44, in _connect_sock
self.sock.connect((("127.0.0.1", self.local_port)))
ConnectionRefusedError: [Errno 61] Connection refused
[2025-02-14 14:18:33] _client.py[line: 152] [INFO] Release HmClient connection
[2025-02-14 14:18:33] _client.py[line: 37] [DEBUG] rm fport local port
[2025-02-14 14:18:33] hdc.py[line: 23] [DEBUG] hdc -t FMR0224125012954 fport rm tcp:10000 tcp:8012

尝试重新打开开发者选项,重启手机,都是提示这个错误。
但是通过DevEco Testing 链接手机后,再回来执行脚本就正常了。

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