"Stream disconnected before completion" (using socks5h proxy after v0.87.0 > v0.88.0 upgrade)
Resolved 💬 11 comments Opened Jan 22, 2026 by dolzenko Closed Jan 24, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
v0.88.0
What subscription do you have?
Plus
Which model were you using?
gpt-5.2-codex
What platform is your computer?
Linux 6.18.5-arch1-1 x86_64 unknown
What terminal emulator and version are you using (if applicable)?
Ghostty
What issue are you seeing?
Reconnecting... 3/5 (10s • esc to interrupt)
└ Stream disconnected before completion: error sending request for url (https://chatgpt.com/backend-api/codex/responses)
What steps can reproduce the bug?
Uploaded thread: 019be591-aad2-71e2-a346-9e56d2fc8e58
What is the expected behavior?
_No response_
Additional information
_No response_
11 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
Observing the same behavior
+1
try backward the update. i encountered this bug today, while it happened in ide extension. this error is solved after backwarding to version 2 weeks ago
Ok it seems to expect HTTP CONNECT proxy now, given your SOCKS server is on 127.0.0.1:1080
fixes it in 0.88
We've just fixed a regression that could explain the issue you're seeing. We'd appreciate it if you could try the latest prerelease version of the CLI (0.89.0-alpha.4 or newer) and see if that fixes the problem.
I see this problem on codex@0.88.0, and it disappears after rolling back to codex@0.86.0.
@Sandy3100, does 0.89.0 fix your issue?
Please update to 0.89.0 or newer. This issue should be gone. Let us know if you're still seeing it with 0.89.0.
@etraut-openai yes,codex@0.89.0 also works perfectly.
Works, thank you!