selenoid icon indicating copy to clipboard operation
selenoid copied to clipboard

Issue connecting to WebDriver

Open LordPato opened this issue 4 years ago • 4 comments

I'm using the default selenoid installation (just changed the default browser) by https://aerokube.com/cm/latest/

./cm selenoid start --vnc --port 80 --args "-limit=5 -session-attempt-timeout 2m -service-startup-timeout 2m"

curl -s http://localhost/status {"total":5,"used":0,"queued":0,"pending":0,"browsers":{"chrome":{"79.0":{}}}}

and when trying to actually use it I'm getting the following error :

Using selenoid WebDriverError: wait: http://172.17.0.6:80/ does not respond in 2m0s

I can't provide much additional information since it's the default installation

Any clues on what to look at?

LordPato avatar Feb 02 '20 20:02 LordPato