alibaba / web-editor

please use https://uiauto.dev instead
https://uiauto.dev
MIT License
1.24k stars 307 forks source link

远程实时功能无法使用 #93

Open chihaifeng1 opened 3 years ago

chihaifeng1 commented 3 years ago

通过ip:port方式远程访问起了weditor服务的主机,移动设备为Android10,点击实时,会马上自动关闭,实时功能无法使用,本地(localhost或127.0.0.1)访问是没有问题的

aahph347 commented 2 years ago

我也是这种情况,遇到的可以试试看,我只保证我自己的可用了。

卸载手机上的atx,服务器的uiautomator2、weditor。 之后pip install uiautomator2==2.13.0,下一步pip install weditor。 完成后adb连接设备,执行python -m uiautomator2 init 安装atx,安装成功后python -m weditor 连接设备点击实时就可以了

我是在uiautomator2的更新内容里找到的2.13.1更新了minicap的下载地址,加上浏览器控制台报错127.0.0.1:port/minicap才联想到的,为了查错看源码我js都快学完了,结果是个笨方法生效了!