AirtestProject / Airtest

UI Automation Framework for Games and Apps
http://airtest.netease.com/
Apache License 2.0
8.26k stars 1.3k forks source link

透過 iproxy 連接時,出現 "Unhandled endpoint" #104

Open ghost opened 6 years ago

ghost commented 6 years ago

Environment: macOS 10.13.5 WebDriverAgent git:(master)

但透過 browser 開啟 http://127.0.0.1:8100 卻回傳

2018-07-13 3 12 37

請問該如何解決呢?

Meteorix commented 6 years ago

请问你使用的是我们的webdriveragent吗? https://github.com/AirtestProject/iOS-Tagent

ghost commented 6 years ago

@Meteorix 我是用你們的 webdriveragent 沒錯

ayue-NAN commented 5 years ago

@suyuchen123 我遇到类似问题,就算没有执行iproxy 8100 8100,也一样出现“Unhandled endpoint:”(不知道是否对后续脚本有影响)

环境:

移动端:ios,使用的是ipad虚拟机,使用的是cocos-lua框架 本地:mac,xcode10.1 ios-agent:官方下载,且最新的

代码

from poco.drivers.std import StdPoco deviceIos = init_device(platform="IOS") poco = StdPoco(10054,deviceIos)

poco("<Label | Tag = -1, Label = >请输入手机号").click()

log

image

备注:

使用airtestIDE时,报错地在poco = StdPoco(10054,deviceIos)。 使用pycharm时,报错地在poco("<Label | Tag = -1, Label = >请输入手机号").click()

peakingTony commented 4 years ago

我现在也遇到这个问题了: image 并且iproxy有failed信息: image 请问现在有解决方案吗?

StartTeng commented 2 years ago

我现在也遇到这个问题了: image 并且iproxy有failed信息: image 请问现在有解决方案吗?

你解决了吗?可以分享下怎么解决的嘛?