-
Notifications
You must be signed in to change notification settings - Fork 125
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
extension "RANDR" missing on display ":99". #10
Comments
I have same error, do you have a solution ? |
Can you try xvfb-run ? |
That's strange. I did the following and didn't have issues:
Then I run
This indicates that everything is working fine. |
@mark-adams I'm running into a similar issue. I'm attempting to use the container as a base, to run my own selenium tests in (technically they are Robot Framework tests using selenium2library but for the purposes of this issue there should be no difference). When I run the sample test it works fine, but as soon as I try my own test scripts, they cannot open a chrome instance. For debugging, I tried to manually start 'google-chrome' in the docker, but errors start to occur:
The errors lead me to suspect that there's a permission issue somewhere, but so far I'm unable to get to the root of the issue. |
@Cronax42 Which image are you using as your base image? |
@mark-adams I'm using the Python2 image without onbuild. |
I do not know if that helps, but I had this error myself, but after searching on google, I saw that those were mostly warnings. So I ran the container, installed x11vnc in order to give myself a vncserver and ran I could then connect using I did not want to bother creating a new user, therefore I modified the custom script |
Super strange. I just ran: Have you pulled the latest image? Also, what version of Docker are you running? I'm running 1.12.1 |
I think |
For what it's worth I'm having this exact same issue |
@Skilgarriff Can you provide any additional details? What does your Dockerfile look like? What command are you running? Are you running a particular script? |
|
Hello there.
Trying Docker and your image for the first time, so please bear with, I may have not got it right
So here is what I've done after installing Docker on Ubuntu and installed your image
after what I have checked the Chromium browser
Errors when starting Chromium
Note the
extension "RANDR" missing on display ":99".
then
Couldn't load libexif
and
Failed to connect to socket
are these none critical errors?
The text was updated successfully, but these errors were encountered: