You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuring Selenoid...
Requested to sync configuration from "./browsers.json"...
Pulling image selenoid/chrome:89.0
Pulling image selenoid/chrome:90.0
Pulling image selenoid/firefox:86.0
Pulling image selenoid/firefox:87.0
Pulling image selenoid/opera:74.0
Pulling image selenoid/opera:75.0
Pulling video recorder image...
Pulling image selenoid/video-recorder:latest-release
x Failed to start: open /Users/kaio/.aerokube/selenoid/browsers.json: no such file or directory
As I think it supposed that cm create the default folder (aerokube/selenoid) first and then copy the content from target json to the one that it using. Problem its doesnt creating the default folder. If I created it manually before run the command then works.
I also try to run "./cm selenoid start --config-dir "/test" --force --browsers-json "./browsers.json", using config dir flag but is still giving me the same error
It seems --browser-json flag isnt working:
./cm selenoid start --force --browsers-json "./browsers.json"
registry.ping url=https://registry.hub.docker.com/v2/
registry.tags url=https://registry.hub.docker.com/v2/aerokube/selenoid/tags/list repository=aerokube/selenoid
x Failed to start: open /Users/kaio/.aerokube/selenoid/browsers.json: no such file or directory
As I think it supposed that cm create the default folder (aerokube/selenoid) first and then copy the content from target json to the one that it using. Problem its doesnt creating the default folder. If I created it manually before run the command then works.
I also try to run "./cm selenoid start --config-dir "/test" --force --browsers-json "./browsers.json", using config dir flag but is still giving me the same error
registry.ping url=https://registry.hub.docker.com/v2/
registry.tags url=https://registry.hub.docker.com/v2/aerokube/selenoid/tags/list repository=aerokube/selenoid
x Failed to start: open /test/browsers.json: no such file or directory
The text was updated successfully, but these errors were encountered: