I have been unable to use either the Codex CLI or the application

J’ai l’abonnement pro à 20$ et depuis un moment je n’arrive pas à utiliser codex cli ni l’application il y a une erreur qui apparaît chaque fois donc je ne peux pas donner crédit à ta publication

Et c’est quoi l’erreur qui apparaît ?

stream disconnected before completion: error sending request for url

stream disconnected before completion: error sending request for url

looks like failed to connect to openai apis,

Net networks, antivirus, firewalls etc, and the IDE (if inside IDE)

I use VS Code on a 2019 Intel MacBook. I currently have no antivirus, VPN, or firewall on my computer.

Can you share the exact error message?

OP translated:

I have the $20 Pro subscription, but for some time now I have been unable to use either the Codex CLI or the application; an error appears every time. Therefore, I cannot lend credibility to your publication.

Welcome to the community, by the way. I split this into its own thread to hopefully track down the problem for you. Good to have you with us!

vs code maybe interfering (had similar issues in jetbrains), have you tried to uninstall/re install?

stream disconnected before completion: error sending request for url ( https: // api. example. com/v1/responses)

@softfinger @sergeliatko I built a small library specifically to fix this. It’s a drop-in wrapper that adds TCP Keep-Alive to prevent those silent idle drops and automatically repairs the stream if it gets cut off, so your CLI stops crashing and captures the final chunks instead. Search for it on GitHub: opensourcesp/safe-openai-streaming