AirtestProject / iOS-Tagent

iOS support agent for automation
http://airtest.netease.com/
Other
664 stars 180 forks source link

IOS真机运行时经常报ConnectionResetError #46

Open Jamesparagon opened 5 years ago

Jamesparagon commented 5 years ago

测试设备:iphone SE 16GB||iphone6s plus 版本:IOS12.2 未越狱 || IOS 12.1 未越狱 Xcode:10.3 连接方式:USB数据线连接手机,使用iproxy 8100 8100命令后可以连上设备,并执行脚本,但是运行时非常不稳定,经常报下图的错误导致脚本失败。 image iproxy 日志截图 image

AndreRao commented 5 years ago

我也是同样问题,解决了吗?

EraChen233 commented 5 years ago

已知是iOS-Tagent稳定性问题,我们会尽快查证解决,烦请耐心等待更新

EraChen233 commented 5 years ago

@AndreRao @Jamesparagon

iOS-Tagent 更新了一个新的版本,试一下更新之后是否能解决这个问题?

xiaoyma commented 5 years ago

我尝试把代理转发工具usbmuxd换成mobiledevice,试用一天了,没有再出现脚本执行中断的情况,希望对你有用

AndreRao commented 5 years ago

我尝试把代理转发工具usbmuxd换成mobiledevice,试用一天了,没有再出现脚本执行中断的情况,希望对你有用

你好,可以具体解释下如何操作吗?

bittern commented 5 years ago

有更新版本的计划解决此问题吗?

1111111Aa commented 4 years ago

测试设备:iphone SE 16GB||iphone6s plus 版本:IOS12.2 未越狱 || IOS 12.1 未越狱 Xcode:10.3 连接方式:USB数据线连接手机,使用iproxy 8100 8100命令后可以连上设备,并执行脚本,但是运行时非常不稳定,经常报下图的错误导致脚本失败。 image iproxy 日志截图 image

我也是同样问题,请问解决了吗?

1111111Aa commented 4 years ago

我尝试把代理转发工具usbmuxd换成mobiledevice,试用一天了,没有再出现脚本执行中断的情况,希望对你有用

你好,请问具体怎么操作的呀

xiaoyma commented 4 years ago

我尝试把代理转发工具usbmuxd换成mobiledevice,试用一天了,没有再出现脚本执行中断的情况,希望对你有用

你好,请问具体怎么操作的呀

Install

$ brew install mobiledevice

Start proxy

$ mobiledevice tunnel 8100 8100

xiaoyma commented 4 years ago

我尝试把代理转发工具usbmuxd换成mobiledevice,试用一天了,没有再出现脚本执行中断的情况,希望对你有用

你好,可以具体解释下如何操作吗?

Install

$ brew install mobiledevice

Start proxy

$ mobiledevice tunnel 8100 8100

EraChen233 commented 4 years ago

试一下改成wdaproxy,看是否能改善这个问题 image

1111111Aa commented 4 years ago

mobiledevice tunnel 8100 8100

好的,非常感谢~

1111111Aa commented 4 years ago

试一下改成wdaproxy,看是否能改善这个问题 image

好,我都试了,上个同学的方法应该可行。 我跑了下没断。