-
-
Notifications
You must be signed in to change notification settings - Fork 52.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
The Chrome Browser Relay extension disconnects unexpectedly during active use, even when the user hasn't:
- Changed tabs
- Clicked the extension icon to toggle OFF
- Interacted with the browser in any way
Steps to Reproduce
- Attach Browser Relay to a tab (click extension icon, badge shows ON)
- Use OpenClaw to navigate/interact with the page via
browsertool - After a few actions (clicks, snapshots), the relay disconnects
- Next action fails with:
Chrome extension relay is running, but no tab is connected - User must manually re-click the extension icon to re-attach
Expected Behavior
The relay should stay connected as long as:
- The tab is open
- The user hasn't explicitly toggled it OFF
- The tab URL stays on the same origin
Actual Behavior
The relay disconnects silently after a few interactions, requiring manual re-attachment.
Impact
This makes browser automation very frustrating. The user has to constantly re-attach the tab, which defeats the purpose of automation assistance.
Environment
- macOS (arm64)
- Chrome
- OpenClaw Gateway running
- Browser Relay extension active
Suggested Fix
Consider:
- Keeping the connection alive with heartbeat/ping
- Auto-reconnecting when the tab is still available
- Clearer feedback when disconnect happens (notification?)
Reported via OpenClaw agent on behalf of user
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working