You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed a single relay node that connects to an Appium instance, both deployed in AKS. I have exec'd onto the pod and can confirm that the Appium instance /status endpoint is accessible. However, the relay node is unable to check the service status (see log below).
seluser@appium-android-relay-b5d7577cf-kgjfc:/$ curl -v http://appium-android:4723/status --noproxy '*'
* Host appium-android:4723 was resolved.
* IPv6: (none)
* IPv4: 192.168.155.183
* Trying 192.168.155.183:4723...
* Connected to appium-android (192.168.155.183) port 4723
> GET /status HTTP/1.1> Host: appium-android:4723
> User-Agent: curl/8.5.0
> Accept: */*
>
< HTTP/1.1 200 OK
< X-Powered-By: Express
< Content-Type: application/json; charset=utf-8
< Content-Length: 111
< ETag: W/"6f-zzKZfRMJr2gw2xMw961KhvnKwiM"
< Date: Fri, 24 Jan 2025 10:06:30 GMT
< Connection: keep-alive
< Keep-Alive: timeout=600
< * Connection #0 to host appium-android left intact
{"value":{"ready":true,"message":"The server is ready to accept new connections","build":{"version":"2.15.0"}}}
Command used to start Selenium Grid with Docker (or Kubernetes)
@biggiethehacker, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
If the issue is a question, add the I-question label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-* label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer label.
What happened?
I have deployed a single relay node that connects to an Appium instance, both deployed in AKS. I have exec'd onto the pod and can confirm that the Appium instance
/status
endpoint is accessible. However, the relay node is unable to check the service status (see log below).Command used to start Selenium Grid with Docker (or Kubernetes)
Relevant log output
Operating System
AKS
Docker Selenium version (image tag)
4.27.0
Selenium Grid chart version (chart version)
0.38.5
The text was updated successfully, but these errors were encountered: