-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
[Bug]: Cannot start Chrome #65204
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingimpact:crash-loopCrash, hang, restart loop, or process-level availability failure.Crash, hang, restart loop, or process-level availability failure.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.bugSomething isn't workingSomething isn't workingimpact:crash-loopCrash, hang, restart loop, or process-level availability failure.Crash, hang, restart loop, or process-level availability failure.regressionBehavior that previously worked and now failsBehavior that previously worked and now fails
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug type
Regression (worked before, now fails)
Beta release blocker
No
Summary
Please review my browsers configuration:
"browser": {
"headless": false,
"enabled": true,
"executablePath": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
"noSandbox": false,
"defaultProfile": "openclaw",
"profiles": {
"openclaw": {
"color": "#FF4500",
"cdpUrl": "http://127.0.0.1",
"cdpPort": 18800,
"attachOnly": false,
"userDataDir": "",
"driver": "openclaw"
}
},
"evaluateEnabled": true,
"cdpUrl": "http://127.0.0.1",
"attachOnly": true,
"cdpPortRangeStart": 18800,
"extraArgs": []
}
Steps to reproduce
openclaw browser start
Expected behavior
The browser can be started
Actual behavior
GatewayClientRequestError: Error: Failed to start Chrome CDP on port 80 for profile "openclaw".
Chrome stderr:
[74472:2102398:0412/022105.819868:ERROR:net/socket/socket_posix.cc:173] bind() failed: Permission denied (13)
[74472:2102398:0412/022105.819903:ERROR:net/socket/socket_posix.cc:173] bind() failed: Permission denied (13)
[74472:2102398:0412/022105.819910:ERROR:content/browser/devtools/devtools_http_handler.cc:313] Cannot start http server for devtools.
Created TensorFlow Lite XNNPACK delegate for CPU.
Trying to load the allocator multiple times. This is not supported.
[74472:2102332:0412/022108.327963:ERROR:google_apis/gcm/engine/registration_request.cc:291] Registration response error message: DEPRECATED_ENDPOINT
OpenClaw version
2026.4.10
Operating system
macOS 26.3.1 (a)
Install method
curl -fsSL https://openclaw.ai/install.sh | bash
Model
kimi-2.5
Provider / routing chain
gateways
Additional provider/model setup details
No response
Logs, screenshots, and evidence
Impact and severity
No response
Additional information
No response