-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
browser.cdpUrl config ignored — tool still looks for DevToolsActivePort file #48042
Copy link
Copy link
Closed
Closed
Copy link
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:data-lossCan lose, corrupt, or silently drop user/session/config data.Can lose, corrupt, or silently drop user/session/config data.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.staleMarked as stale due to inactivityMarked as stale due to inactivity
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:data-lossCan lose, corrupt, or silently drop user/session/config data.Can lose, corrupt, or silently drop user/session/config data.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.staleMarked as stale due to inactivityMarked as stale due to inactivity
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug
When
browser.cdpUrlis set in config (e.g.http://localhost:9222), the browser tool ignores it and still looks for theDevToolsActivePortfile at the default Chrome profile path.Config
{ "browser": { "enabled": true, "cdpUrl": "http://localhost:9222", "attachOnly": false, "defaultProfile": "user" } }Expected behavior
When
cdpUrlis set, connect directly to that URL without checking forDevToolsActivePort.Actual behavior
Error:
Could not find DevToolsActivePort for chrome at /Users/clawdbot/Library/Application Support/Google/Chrome/DevToolsActivePortContext
--remote-debugging-port=9222and a custom--user-data-dircurl http://localhost:9222/json/versionreturns valid JSONDevToolsActivePortto the custom user-data-dir