zebrunner / mcloud-agent

18 stars 11 forks source link

WdaMjpeg connection was closed iOS 17.4-17.5 continue #333

Open yaroslav796 opened 1 month ago

yaroslav796 commented 1 month ago

continue https://github.com/zebrunner/mcloud-agent/issues/317 Hi! Restarting the device and using a different WebDriverAgent did not help. The main container still keeps restarting and crashing. I tried to connect to the phone using Appium Inspector through the running Appium container. I managed to connect to the phone, but there was no image.

However, if I install Appium on my computer and connect to the device, the connection and image are present.

I suspect the issue might be related to the version of the XCUITest driver. Inside the container, it is running XCUITest@5.7.0, while the new version I tested with is XCUITest@7.24.1. But this is just a guess.

appium.log Main container.txt

vdelendik commented 1 month ago

@yaroslav796, please try to upgrade to the latest v2.7: https://github.com/zebrunner/mcloud/releases/tag/2.7

yaroslav796 commented 1 month ago

Updated the project^ It didn't help.