the codex no response
Open 💬 11 comments Opened Mar 3, 2026 by itwanger
💡 Likely answer: A maintainer (etraut-openai, contributor)
responded on this thread — see the highlighted reply below.
threadid:019cacad-8c85-7911-ae50-d3c50a41a478
The thread is blocked and never returns. Sometimes it shows “stream disconnected before completion: Operation timed out (os error 60)”. Other times it just keeps spinning with no response at all. I can’t even stop it, and restarting the computer doesn’t help. What should I do?
11 Comments
<img width="2988" height="602" alt="Image" src="https://github.com/user-attachments/assets/df02ed05-f6f7-40a1-ad94-7f55cb40a53d" />
yes and i did everything possible, i deleted all the files installed fresh vsc , i reinstalled codex but it shows this icon and never loads.
<img width="1457" height="982" alt="Image" src="https://github.com/user-attachments/assets/4340dcbc-2d46-4b92-b67e-cf6e4131285b" />
is this issue only faced by me and the OP ??
Me too. Codex is always reconnecting.
@HCOOH46, this bug report is not about reconnections. It sounds like you're seeing a different issue. Please file a separate bug report and use the
/feedbackcommand to upload your logs, and make sure to include the thread ID in the bug report.<img width="1000" height="198" alt="Image" src="https://github.com/user-attachments/assets/713185b9-4699-4945-b788-c70f3a22b80e" />
I also have the same problem.
@itwanger 开全局 Tun 可以解决这个问题。我推测是由于他们将 HTTP 连接更新升级为 WebSocket 所导致的。原来的 HTTP 可以直接被本地系统代理,但是 WebSocket 不行,必须通过虚拟一张网卡来劫持所有流量才能代理。
打开代理的Tun 模式确实解决了问题
还真是这样,确实需要开Tun模式
确实是这个问题
同样的问题,通过全局代理和虚拟网卡解决了
可以通过Proxifier指定codex.exe的流量走代理,不用开全局或者tun模式