I was working with my hermes agent through discord and gateway service when Hermes became unresponsive. I ssh'd into my host and verified hermes config directory etc still exist. Discord bot reports when I try to run /debug:
Sorry, I encountered an error (ModuleNotFoundError).
No module named 'hermes_cli.dump'
Try again or use /reset to start a fresh session.
When I run hermes chat on the host I get this:
hermes@hermes:~/.hermes$ hermes chat
Command 'hermes' not found, did you mean:
command 'heroes' from deb heroes (0.21-18)
Try: sudo apt install <deb name>
I get a similar message when executing hermes debug. I think the last thing I tried to ask it to do was cleanup stale profile aliases. I previously had about 8 profiles, now there's only 3, and it seems the default was removed. The only logs in .hermes/logs are errors.log and gateway-restart.log
errors.log
cat .hermes/logs/errors.log
2026-05-20 14:07:07,946 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:07,975 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:08,979 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:09,006 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:10,009 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:10,039 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:11,041 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:11,072 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:12,069 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:12,100 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:13,101 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:13,133 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:14,177 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:15,208 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:16,238 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:17,267 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:07:18,294 WARNING hermes_dashboard_plugin_kanban: Kanban event stream error: no such table: task_events
2026-05-20 14:16:29,651 WARNING hermes_cli.web_server: plugins/hub failed: No module named 'hermes_cli.plugins_cmd'
2026-05-20 14:16:43,874 ERROR hermes_cli.web_server: Failed to spawn gateway restart
Traceback (most recent call last):
File "/home/hermes/.hermes/hermes-agent/hermes_cli/web_server.py", line 720, in restart_gateway
File "/home/hermes/.hermes/hermes-agent/hermes_cli/web_server.py", line 697, in _spawn_hermes_action
File "/home/hermes/.local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/hermes/.local/share/uv/python/cpython-3.11.15-linux-x86_64-gnu/lib/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/hermes/.hermes/hermes-agent'