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

启动不存在的app会让8100端口不会有响应,这个正常吗? #126

Open
hello--world opened this issue Feb 2, 2023 · 0 comments

Comments

@hello--world
Copy link

hello--world commented Feb 2, 2023

import wda

wda.HTTP_TIMEOUT = 10

c = wda.USBClient("xxx", port=8100)
# 写错id了,app并不存在,导致总是出现8100端口无响应
# 下面方法会出现超时,但是8100端口目前测试超过5分钟以上还是没有响应,需要重新启动手机上的wda,长时间等待可以恢复正常,具体时间没测试。
c.session().app_activate("xxxxx")
print('ok')
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