#"nonetype" object is not iterable

1 messages · Page 1 of 1 (latest)

magic jungle
#

ran into this issue just randomly, things were working fine then this popped up

tried to update hermes and it just stalled out for an hour as well

limber valve
magic jungle
limber valve
#

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.

magic jungle
#

so im running the update now, is it supposed to add 30gb for just the hermes update cmd?

#

its added ab 30gb to my computer and still going

#

40gb and still going lol, my computer boutta run out of space

magic jungle
#

ignore that, you're help fixed my issue, i appreciate it a lot

#

i just need to manage storage a lot better, so will get on that now, but you helped a ton