-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-firefox-debug run error with xvfb. #253
Comments
+1 |
In my case, there is an env var called |
@h4n0l1 how do we set your solution in docker-compose.yml ? |
@saikrishna321 I put |
I use selenium-hub and node-firefox-debug.and when i run node-firefox-debug, it run error with logs .
My Platform info:
OSX 10.11.6
Docker 1.12.0
wangyang wangyangdeMacBook-Pro ~ % docker ps 10:14:01
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
da8c2598666f selenium/hub "/opt/bin/entry_point" 2 days ago Up 4 minutes 0.0.0.0:32768->4444/tcp selenium-hub
wangyang wangyangdeMacBook-Pro ~ % docker run -d -P --link selenium-hub:hub selenium/node-firefox-debug 10:14:06
e64d6282f71cca5e6c41d24acf7539439c314fd99e562d494b1a546609af034b
wangyang wangyangdeMacBook-Pro ~ % docker ps 10:14:12
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e64d6282f71c selenium/node-firefox-debug "/opt/bin/entry_point" 3 seconds ago Up 2 seconds 0.0.0.0:32771->5900/tcp elegant_varahamihira
da8c2598666f selenium/hub "/opt/bin/entry_point" 2 days ago Up 4 minutes 0.0.0.0:32768->4444/tcp selenium-hub
wangyang wangyangdeMacBook-Pro ~ % docker logs e64d 10:14:14
Waiting xvfb...
-bash: 169.254/16: No such file or directory
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
Waiting xvfb...
wangyang wangyangdeMacBook-Pro ~ % docker ps 10:14:32
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
da8c2598666f selenium/hub "/opt/bin/entry_point" 2 days ago Up 13 minutes 0.0.0.0:32768->4444/tcp selenium-hub
The text was updated successfully, but these errors were encountered: