-
Notifications
You must be signed in to change notification settings - Fork 10
Track upstream/browser-host localhost reachability gap #61
Copy link
Copy link
Open
Labels
blockedWaiting on external input, access, decision, or upstream evidence before local work is justifiedWaiting on external input, access, decision, or upstream evidence before local work is justifiedneeds-reproNeeds a minimal reproducible command/artifact setNeeds a minimal reproducible command/artifact setquestionFurther information is requestedFurther information is requestedupstream-boundaryRequires upstream, browser-host, or environment support outside this thin wrapperRequires upstream, browser-host, or environment support outside this thin wrapper
Description
Metadata
Metadata
Assignees
Labels
blockedWaiting on external input, access, decision, or upstream evidence before local work is justifiedWaiting on external input, access, decision, or upstream evidence before local work is justifiedneeds-reproNeeds a minimal reproducible command/artifact setNeeds a minimal reproducible command/artifact setquestionFurther information is requestedFurther information is requestedupstream-boundaryRequires upstream, browser-host, or environment support outside this thin wrapperRequires upstream, browser-host, or environment support outside this thin wrapper
Summary
External testing still reports
open http://localhost:<port>/...andhttp://127.0.0.1:<port>/...failing withnet::ERR_EMPTY_RESPONSEeven when shellcurlconfirms the server is live.Current wrapper state
The extension now documents and diagnoses this as browser-host loopback reachability:
Evidence
agent-browser 0.27.0and a same-host Python HTTP server succeeds.ERR_EMPTY_RESPONSEwhile shellcurlsucceeds.In-scope next action
Keep this issue as the local tracking link for upstream/environment follow-up. A true fix likely requires upstream
agent-browserbrowser-launch networking support or an explicit host-bridge story. This extension should not add a server manager or localhost proxy without a separate design pass.