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 noticed this issue started happening since chromium updated fairly recently.
When i run:
// ...// launch browser and return the debug urldebugURL, err:=launcher.
New().
NoSandbox(true).
Bin(chromiumPath).Launch()
iferr!=nil {
returnnil, errors.Wrap(err, "browser.Launch")
}
// connect to the remote browser and controls itbrowser:=rod.New().ControlURL(debugURL)
// ...
It fails with the following:
browser.Launch: [launcher] Failed to get the debug url: chrome_crashpad_handler: --database is required
Try 'chrome_crashpad_handler --help' for more information.
[18:18:1017/161409.921593:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104)
panic: initDependencies error: newBrowserInstance: browser.Launch: [launcher] Failed to get the debug url: chrome_crashpad_handler: --database is required
Try 'chrome_crashpad_handler --help' for more information.
[18:18:1017/161409.921593:ERROR:socket.cc(120)] recvmsg: Connection reset by peer (104)
2 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Go 1.21"]
10 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```go"]
28 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
28 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
41 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
41 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
44:4 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
46:51 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
My environment:
I noticed this issue started happening since chromium updated fairly recently.
When i run:
It fails with the following:
I believe it could be related to this issue: puppeteer/puppeteer#11023.
However, setting env vars on my Dockerfile did not solve my issue:
Any suggestions? Has anyone else encountered this?
The text was updated successfully, but these errors were encountered: