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
I was able to list the session, but could not create new page and it happens only on ubuntu 16.04 headless mode, works fine in os x. But I can list the pages using list command. Is the error message coming from chrome or chrome-remote-interface?
$ chrome-remote-interface new https://google.com
Error: Could not create new page
$ chrome-remote-interface list
[
{
"description": "",
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=localhost:9222/devtools/page/d0c3718c-45a7-4dac-9ceb-4f951caf716b",
"id": "d0c3718c-45a7-4dac-9ceb-4f951caf716b",
"title": "about:blank",
"type": "page",
"url": "about:blank",
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/d0c3718c-45a7-4dac-9ceb-4f951caf716b"
}
]
The text was updated successfully, but these errors were encountered:
I was able to list the session, but could not create new page and it happens only on ubuntu 16.04 headless mode, works fine in os x. But I can list the pages using list command. Is the error message coming from chrome or chrome-remote-interface?
The text was updated successfully, but these errors were encountered: