Closed edison12a closed 2 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!
Hi, env var SE_BIND_HOST
is represent for --bind-host
@VietND96 Thanks for sharing that but it does not solve the error.
The error implies that I have specified "SE_BIND_HOST" before but as you can see, its not part of my env variables.
Due to --binding-host
explicitly set in command to start Hub, so the script checking with SE_OPTS
could not detect it, that is reason CLI options raise error.
Thanks @VietND96.
Could we make it so that if the user redefines a variable it will overwrite any defaults that the system is trying to set?
The current error message seems to imply that the user is specifying the variable more than one time.
I just added a change #2451. Will deploy a preview image for your fast trial and feedback Regarding issue #2447, I am still checking. It seems someone assigns the arbitrary address. However, internal components could not communicate with each other by using that host, the inside container could not reach the DNS
Thanks for your attention to this issue @VietND96 . I look forward to testing the preview image.
It is available, update image tag to nightly
, you can get it (e.g selenium/hub:nightly
). It is the same for nodes images.
This is fixed in https://github.com/SeleniumHQ/docker-selenium/pull/2451
What happened?
Docker compose:
Command used to start Selenium Grid with Docker (or Kubernetes)
Relevant log output
Operating System
MacOS and Ubuntu
Docker Selenium version (image tag)
hub:4.25.0-20240922
Selenium Grid chart version (chart version)
No response