Open edison12a opened 3 weeks ago
@edison12a, thank you for creating this issue. We will troubleshoot it as soon as we can.
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.
Thank you!
Via env var SE_OPTS
can you try to add SE_OPTS=--publish-events tcp://0.0.0.0:4442 --subscribe-events=tcp://0.0.0.0:4443
to Hub config?
@VietND96
I got the error:
chrome-node | Was passed main parameter '--subscribe-events=tcp://selenium-hub:4443' but no main parameter was defined in your arg class
but adding "SE_OPTS: "--hub http://selenium-hub:4444" did the trick. the chrome node now throws no connection error but still shutsdown after its connection attempts. The selenium hub still has all the errors.
If having time, can you share some details on the infrastructure that you deploy the container Which service in AWS, and how is the network configured to have an arbitrary address assigned to the container?
What happened?
Help: I get a connection error that has a very abnormal address in it. I wonder where the container is getting it from. I can see that much in the logs.
This is my local docker compose.
I deployed these containers to AWS with exactly the same properties/config.
Relevant log output
BUT I get this error on the Hub, and the container "shutsdown" later.
and on the chrome node, I get this similar error
Command used to start Selenium Grid with Docker (or Kubernetes), and the container "shutsdown" later.
Operating System
linux/ubuntu:20
Docker Selenium version (image tag)
4.25.0-20240922
Selenium Grid chart version (chart version)
No response