Rob Cherry
Rob Cherry
If someone wants to test with https://github.com/RobCherry/docker-chromedriver/commit/84d8a7e50c369a5a5a52f6d834bc701b5b03f964 reverted and let me know if it works please let me know and I can revert that change.
Yeah, IIRC the FATAL in that log was why it originally had the `--disable-setuid-sandbox` wrapper (the code removed in https://github.com/RobCherry/docker-chromedriver/commit/84d8a7e50c369a5a5a52f6d834bc701b5b03f964). ``` [964:964:0803/150525.178831:FATAL:zygote_host_impl_linux.cc(107)] No usable sandbox! Update your kernel or see...
Try running with the `--privileged` option in the docker command. For some light reading, check out https://github.com/RobCherry/docker-chromedriver/issues/7.
This was originally based on an implementation using selenium webdriver. In all honestly I think this was developed after https://github.com/RobCherry/docker-selenium, although I am no longer 100% sure since it has...
@iamsoorena Be sure to set the `CHROMEDRIVER_WHITELISTED_IPS` environment variable in the container if you want it to allow outside connections. By default it restricts access to localhost (`127.0.0.1`). You can...
Did you check the logs at `/var/logs/supervisor/chromedriver.log` in the docker container? If those are not helpful, you can try increasing log verbosity (see https://github.com/RobCherry/docker-chromedriver/issues/7#issuecomment-267975414 for info on how to do...
This is the problem: > [0126/095231.841233:ERROR:nacl_helper_linux.cc(310)] NaCl helper process running without a sandbox! > Most likely you need to configure your SUID sandbox correctly > [15.579][INFO]: RESPONSE Navigate unknown error:...