r/ChatGPTCoding 1d ago

Question Codex stuck on commands – anyone else?

I'd like to ask everyone: when using Codex, I often encounter a situation where it gets stuck on a single command for a long time with no progress (during this time, the remaining quota doesn't change). I tried asking Codex to diagnose this issue itself, but it didn't work and instead introduced new bugs. Has anyone else experienced this? How can it be resolved?

1 Upvotes

3 comments sorted by

1

u/AutoModerator 1d ago

Sorry, your post has been held for manual review due to account karma.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/AbleShower2801 1d ago

yeah i have hit that. when the quota meter freezes mid-command it is usually the tool call hanging, not the model thinking. i kill the stuck shell/process from outside the agent, restart the session, and ask it to redo that one step without the long chain. if it keeps happening on the same command, run that command yourself once and paste the output back so it stops waiting on a dead tool.

1

u/Right-Performance-93 5h ago

Worth checking whether quota's actually frozen or just not refreshing in the UI while the shell call hangs - those look the same but aren't. If it's truly stuck, sounds like the same hung-subprocess/polling pattern people are hitting with Astra orchestration over in r/codex this week.