#Error: Error: Browser attachOnly is enabled and profile "openclaw" is not running.
1 messages · Page 1 of 1 (latest)
That error is almost always just this:
- You have
browser.attachOnly: true - You’re trying to use the managed profile
openclaw - But in attach-only mode OpenClaw will never launch the local managed browser, so
openclawwon’t be “running” unless you started a CDP target yourself.
Docs: https://docs.openclaw.ai/tools/browser (see attachOnly)
Fix options
Option A (most common): use the managed openclaw browser
- Set attachOnly back to false (default):
openclaw config set browser.attachOnly false
openclaw gateway restart
- Start the browser profile:
openclaw browser start --browser-profile openclaw
openclaw browser status
Option B: you actually wanted “take over my existing Chrome”
Keep attachOnly: true, but then you must use profile="chrome" and have the Browser Relay extension attached to a tab (badge ON). If no tab is attached you’ll get similar “not reachable / not running” style errors.
Docs: https://docs.openclaw.ai/tools/chrome-extension
If you paste these, I can tell you which path you’re on
openclaw --version
openclaw config get browser.attachOnly
openclaw config get browser.defaultProfile
openclaw browser profiles
openclaw browser status