Open saschak094 opened 6 years ago
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 that).
There you go chromedriver.txt
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: session deleted because of page crash from tab crashed
I don't have a particularly great solution for you, it appears to be tied to https://github.com/RobCherry/docker-chromedriver/commit/84d8a7e50c369a5a5a52f6d834bc701b5b03f964. You can attempt forking and reverting that change to see if that fixes it.
Reverted to Commit 5f89eff267f8fdaaebc6ff444810d385b14c355f, still receiving the same error.
Getting the following stacktrace when I try to execute nightwatch tests
I already increased the shm_size of docker to 2gb but the error still persists.