#"nonetype" object is not iterable
1 messages · Page 1 of 1 (latest)
https://discord.com/channels/1053877538025386074/1496283715083567256 logs please. This should be fixed on main. I'd like to see what commit you're on.
https://paste.rs/ER8XZ
agent.log https://paste.rs/iyOhh
gateway.log https://paste.rs/zDGFI
Thanks. The debug report shows this install is still on:
0.9.0 (2026.4.13) [25c7b1ba]
So the update did not actually land. This NoneType object is not iterable crash is the ChatGPT Codex backend returning a null output shape, and current main has recovery for that path already:
https://github.com/NousResearch/hermes-agent/pull/32963
First get the local install updated from a normal terminal, not from inside the stuck chat turn:
hermes gateway stop
hermes update
hermes --version
hermes gateway restart
After update, hermes --version should no longer show 0.9.0 or commit 25c7b1ba.
If hermes update stalls again, please paste the last screen of output from the terminal where it stalls. Right now the logs prove the old build is still running, but they do not show where the update command got stuck.
Separate note: your logs also show the Discord gateway is failing with Improper token has been passed. That is not the cause of the NoneType Codex crash, but it will keep creating reconnect noise until the Discord token is fixed or that platform is disabled.