Chrome extension can list/claim tabs but page content APIs fail with nodeRepl.fetch request failed

Resolved 💬 3 comments Opened May 8, 2026 by KAFC33 Closed May 18, 2026

What version of the Codex App are you using (From “About Codex” dialog)?

26.506.21252

What subscription do you have?

ChatGPT Plus

What platform is your computer?

Windows 11 x64 (reported by PowerShell as Microsoft Windows NT 10.0.26200.0 x64)

What issue are you seeing?

The Codex Chrome extension shows Connected and has full site access, but Codex cannot read page content from Chrome tabs.

Codex can:

  • See Chrome as a backend
  • List open Chrome tabs
  • Claim the BBC tab
  • Read tab title and URL

Codex cannot:

  • Read rendered text/headlines
  • Read DOM snapshot
  • Read visible DOM
  • Take a screenshot

All content-level calls fail with:
nodeRepl.fetch request failed

This happens on a normal public BBC page as well as a other page, so it does not appear to be site-specific.

What steps can reproduce the bug?

Uploaded thread: 019e08b0-13fb-7110-90f2-2f0cfad49c17

Steps:

  1. Install/enable Codex Chrome extension in Chrome on Windows.
  2. Confirm extension settings show Connected.
  3. Confirm Chrome site access is set to On all sites / Full access.
  4. Confirm Codex app > Plugins > Chrome is enabled and Chrome Skill toggle is on.
  5. Open https://www.bbc.com/ in Chrome.
  6. Ask Codex: @chrome read headlines from the open BBC tab.
  7. Codex can list/claim the tab and read title/URL, but headline/content/screenshot APIs fail with nodeRepl.fetch request failed.

What is the expected behavior?

Codex should be able to read rendered page content from the claimed Chrome tab, including headlines/text, DOM snapshots, visible DOM, and screenshots. For the BBC test page, asking Codex to read headlines should return visible BBC headlines rather than failing.

Additional information

The Chrome extension appears to have the required permissions:

  • Chrome Web Store shows the Codex extension installed ("Remove from Chrome").
  • Codex extension settings show Connected.
  • Chrome site access is set to On all sites / Full access.
  • Codex app > Plugins > Chrome shows Chrome plugin enabled and Chrome Skill toggle on.
  • Reinstall/restart and full computer restart were tried.

This also fails on a other site page, not only BBC, so it does not appear site-specific. I did not include current session logs in the feedback upload, but can provide more details if needed.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗