rajesh9383

Results 6 comments of rajesh9383

@elgalu I have upgraded python to 3.9.5 and supervisor version to 4.2. The tests are working fine but the live preview is not working. The containers shows disconnected .

My browser.json file { "android": { "default": "10.0", "versions": { "10.0": { "image": "selenoid/android:10.0", "port": "4444", "path": "/wd/hub" } } }, "chrome": { "default": "mobile-86.0", "versions": { "mobile-86.0": { "image":...

> @rajesh9383 need to increase timeouts in Selenoid with these flags: `-service-startup-timeout 2m -session-attempt-timeout 2m` @vania-pooh Thanks for your quick reply. I already tried that but still I am getting...

> @rajesh9383 try ./cm selenoid start --args "-session-attempt-timeout 2m -service-startup-timeout 2m" Thanks Mike. I am still getting same error for Chrome-mobile image. I am not getting error when I create...

> @rajesh9383 take a look at browser container logs when it's running. Also you can try to start this image manually and take a look at VNC. docker logs d4bf51545419...

@Montti37 I am having similar vulnerabilities. Can you please share the repo ?