docs: refresh browser troubleshooting mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 12:02:48 +01:00
parent 29f062770d
commit fca889eea3
2 changed files with 4 additions and 0 deletions

View File

@@ -336,6 +336,7 @@ flowchart TD
- `No Chrome tabs found for profile="user"` → the Chrome MCP attach profile has no open local Chrome tabs.
- `Remote CDP for profile "<name>" is not reachable` → the configured remote CDP endpoint is not reachable from this host.
- `Browser attachOnly is enabled ... not reachable` or `Browser attachOnly is enabled and CDP websocket ... is not reachable` → attach-only profile has no live CDP target.
- stale viewport / dark-mode / locale / offline overrides on attach-only or remote CDP profiles → run `openclaw browser stop --browser-profile <name>` to close the active control session and release emulation state without restarting the gateway.
Deep pages:

View File

@@ -192,6 +192,9 @@ Treat each message as a layer-specific clue:
- WSL2 cannot reach the configured `cdpUrl`
- `Browser attachOnly is enabled and CDP websocket for profile "remote" is not reachable`
- the HTTP endpoint answered, but the DevTools WebSocket still could not be opened
- stale viewport / dark-mode / locale / offline overrides after a remote session
- run `openclaw browser stop --browser-profile remote`
- this closes the active control session and releases Playwright/CDP emulation state without restarting the gateway or the external browser
- `gateway timeout after 1500ms`
- often still CDP reachability or a slow/unreachable remote endpoint
- `No Chrome tabs found for profile="user"`