我遇到的问题是我的所有浏览器会话都在等待"启用视频录制时过了一会儿我才得到超时异常。
/状态
{
"total": 11,
"used": 0,
"queued": 0,
"pending": 2,
"browsers": {
"chrome": {
"65.0": {}
}
}
}
browsers.json:
{
"chrome": {
"default": "65.0",
"versions": {
"65.0": {
"image": "selenoid/vnc:chrome_65.0",
"port": "4444",
"path": "/"
}
}
}
Selenoid容器日志: https://gist.github.com/Xotabu4/02f04e006e0328fe3d229e7b961bb743#file-selenoid_containe-log
录像机日志: https://gist.github.com/Xotabu4/02f04e006e0328fe3d229e7b961bb743#file-video_recorder_container-log
selenoid container start config(厨师食谱): https://gist.github.com/Xotabu4/02f04e006e0328fe3d229e7b961bb743#file-selenoid-rb