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
When I am using environment variable SE_NODE_HOST or SE_NODE_PORT, the node can not start. The main log is this:
cat /opt/selenium/config.toml
[node]
max-concurrent-sessions = 1
[events]
publish = "tcp://selenium-hub:4442"
subscribe = "tcp://selenium-hub:4443"
[server]
[server]
hostname = "selenium-node"
port = "5555"
🐛 Bug Report
When I am using environment variable SE_NODE_HOST or SE_NODE_PORT, the node can not start. The main log is this:
cat /opt/selenium/config.toml
[node]
max-concurrent-sessions = 1
[events]
publish = "tcp://selenium-hub:4442"
subscribe = "tcp://selenium-hub:4443"
[server]
[server]
hostname = "selenium-node"
port = "5555"
There are two '[server]'s. And the reason is some duplicate code in this file:
https://github.com/SeleniumHQ/docker-selenium/blob/trunk/NodeChrome/generate_config
The line 13-17 is same as the line 19-23.
The text was updated successfully, but these errors were encountered: