Windows Browser fails: missing browser-service.mjs / plugin version mismatch
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 125k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
What version of the Codex App are you using (From “About Codex” dialog)?
版本 26.903.61454
What subscription do you have?
ChatGPT Pro (20x)
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Windows Codex 内置 Browser 无法初始化,因此不能读取已打开网页的标题或页面状态。
官方插件列表显示:
browser@openai-bundled
installed=true
enabled=true
version=26.901.51231
但 Browser 初始化时仍请求另一个不存在的版本:
%USERPROFILE%.codex\plugins\cache\openai-bundled\browser\26.903.61454\scripts\browser-service.mjs
错误:Cannot find module。
上面的用户目录已脱敏。实际错误发生在 trusted-worker.js 加载该模块时。
重新启动应用、创建全新任务并选择 Browser 后,问题仍然存在。
失败发生在访问网页之前,不是网站登录失败。
Feedback ID: 01a0a2df-46ce-7843-89b3-84ab3f44c7ef
What steps can reproduce the bug?
Feedback ID: 01a0a2df-46ce-7843-89b3-84ab3f44c7ef
What is the expected behavior?
Browser能够正常初始化,并读取当前标签页标题,不再报Cannot find module。
Additional information
- 打开 Windows Codex 桌面应用。
- 在内置浏览器中打开一个网页。
- 新建任务,通过 @ 菜单选择 Browser。
- 发送:“仅测试内置 Browser 控制能力,读取当前标签页标题,不点击、不修改页面。”
- Browser 初始化失败,报 Cannot find module,路径指向 browser/26.903.61454/scripts/browser-service.mjs。
- 重启应用、再次创建新任务后,仍然出现相同错误。
预期结果:
Browser 正常初始化并读取当前标签页标题。
实际结果:
加载缺失组件失败,无法读取任何页面。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Windows failure described for trusted-worker.js loading browser-service.mjs, and compare the installed browser plugin version 26.901.51231 with the requested 26.903.61454 under the reported cache path. Done means the built-in Browser initializes without a missing-module error and can read the current tab title after the documented restart and task steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- desktop, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100