openai / openai/codex

[Windows][Desktop] Chrome extension discovered but tab RPC fails with nodeRepl.fetch request failed

Open
#44,697 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app browser bug connectivity windows-os
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

Summary

On Windows, Codex can discover the ChatGPT Chrome extension instance, but every tab-level operation times out with nodeRepl.fetch request failed.

Environment
  • Codex desktop: 26.903.9818.0
  • Chrome: 153.0.8010.37
  • ChatGPT Chrome extension: 1.26.901.11451
  • Chrome profile: User 1
  • Test URL: https://wendfort.com/robots.txt
Reproduction and observed result
  1. Start Chrome and open the ChatGPT side panel.
  2. Codex successfully discovers the Chrome extension browser provider.
  3. Calling listTabs waits about 21 seconds and fails with nodeRepl.fetch request failed.
  4. Calling createBrowserTab for the test URL fails with the same error.
Troubleshooting already completed
  • Updated and fully restarted Chrome and Codex.
  • Verified the native messaging registration and signed OpenAI extension-host.exe.
  • Restarted the extension host.
  • Tested from a separate new Codex task.
  • Removed and reinstalled the Chrome extension.
  • Reopened the side panel and verified a genuinely new extension instance.
  • No additional traditional ChatGPT/Codex installation was found.
Diagnostics
  • Feedback/session ID: 01a08bb2-f81f-7f92-8e45-916529fadbc2
  • Extension instance before reinstall: 2b7ce4a7-00b3-4751-8f6e-ffa045a7428e
  • Extension instance after reinstall: 6c9156b3-c5e8-487f-9d14-79a5037185f6

The browser registration/discovery layer works, but the tab RPC path between Codex/node_repl and the extension host continues to time out.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the node_repl tab RPC path and the Windows extension-host communication described in the report. Reproduce listTabs and createBrowserTab with the supplied test URL, then trace the timeout; done means both tab operations complete without nodeRepl.fetch request failed.

Written by the indexing model from the issue text.

Assessment

Domain
backend-api-design, desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.