-
Notifications
You must be signed in to change notification settings - Fork 1.4k
WDA/iProxy don't respond: Connection to WDA timed out / recv failed: Operation not permitted #827
Comments
I am also facing the same issue. This is very serious issue for me as we have multiple picker wheel classes in a screen to support voice over. So whenever I try to perform action on a picker wheel elements app is crashing. @marekcirkos Could you please fix this. I am using Xcode 9.2, iOS 11.1.2 and 11.2, Appium 1.6.4 and 1.7.1 |
I am also facing the same issue too. but different my device is iphone x. |
No news on this? |
@marekcirkos @imurchie @mykola-mokhnach - Could any one of you please look into this issue. |
@mykola-mokhnach already did, however it is not an appium issue =/ |
I am also facing the same issue too. Is any way to solve this issue, it affects the tests! Maybe write to the support WebDriverAgent |
@felyppers How did you concluded that this is WDA crash? I cannot see anything in that logs except that there is assertion firing in some game app and killing it. |
@marekcirkos thanks for your response. Actually I didn't. I first reported this issue in Appium Github. @mykola-mokhnach noticed that the xcodebuild log provided above indicated that WDA was crashing unexpectedly. The specific log part that @mykola-mokhnach indicated was this one:
Hope this helps. |
Any solution already? I'm still facing this issue |
Creating new XCUITestDriver (v2.30.0) session MobileElement Click() does not work. facing the same issue [HTTP] <-- GET /wd/hub/session/f7aa89d9-c6c0-4606-8d6f-cc3a7836bc3d/window_handles 501 2 ms - 112 |
[HTTP] <-- GET /wd/hub/session/f7aa89d9-c6c0-4606-8d6f-cc3a7836bc3d/window_handles 501 2 ms - 112 |
After a set of test cases are executed, the execution hangs and log message is as follows, [debug] [XCUITest] Connection to WDA timed out This is a blocker and not able to run all my test cases. Please suggest a workaround for this. Thank you! |
I got the same issue now. |
Any updates? Still happening with appium 1.8 |
Any updates? I am also hitting this. |
Any updates on this issue? |
I am also facing same issue. Environment **Appium logs ** Responding to client with driver.getContexts() result: ["NATIVE_APP","WEBVIEW_1"] Can anyone please help on this ? |
Any updates on this issue? |
@deepikashekar37 Update to the latest Appium beta. There was an issue with Safari on the version you are using. |
is there solutions for this, on my opinions, seems ios automation with appium and wda can hardly be used, too many troubles. god |
After upgrading Appium to 1.8.2 beta, i am not facing that issue. @imurchie .. Thanks |
After I increased the timeouts, the problem got solved. capabilities.setCapability("wdaLaunchTimeout",240000); |
MacOS 10.13.6 Same issue facing on above environment. Note: all the brews and npm packages are updated into latest |
Hi @mykola-mokhnach |
Also Facing this issue with Appium 1.14 for mac. This following solution does not work for me.
Is there a way to know when this happens:
I am using C# client. |
The problem
WDA crashes trying to connect to device (iOS 11.2.1) using Appium. I've already opened a ticket in Appium repository, but their conclusion pointed that WDA crashed. Using the same app and capabilities, other devices (ios 9.3 until 10.3.3) are able to connect. All info I could collect is available down below, but please let me know if anything else is necessary.
Environment
Details
Starting tests on an iPad Mini 2 (iOS 11.2.1) results in WDA not being able to connect to the device. All other devices in our farm (all between iOS 9.3 and 10.3.3) connect without a problem. Basically the WDA opens, the application is launched, but in the log we can already see the connection issue. If we try to call any WDA method, the app gets closed.
Link to logs
Appium Log: Until row 148 no method was called, I just started the appium driver. The application launched correctly. Beyond this point, I called findElements, resulting in the application being closed.
XCodeBuild Log: Log generated by xcodebuild after the issue.
Device Log: Log indicating that WDA crashed.
The text was updated successfully, but these errors were encountered: