here are new errors

#8
by Silvergril - opened

runtime error
Exit code: 1. Reason: File "/usr/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/opt/hermes/gateway/run.py", line 14655, in run_sync
agent = AIAgent(
model=turn_route["model"],
...<28 lines>...
fallback_model=self._fallback_model,
)
File "/opt/hermes/run_agent.py", line 417, in init
init_agent(
~~~~~~~~~~^
self,
^^^^^
...<68 lines>...
pass_session_id=pass_session_id,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/opt/hermes/agent/agent_init.py", line 860, in init_agent
raise RuntimeError(
...<3 lines>...
)
RuntimeError: Provider 'gemini' is set in config.yaml but no API key was found. Set the GOOGLE_API_KEY environment variable, or switch to a different provider with hermes model.
2026-06-16 15:47:37,448 INFO gateway.platforms.base: [Telegram] Sending response (261 chars) to 5770087778
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service main-hermes: stopping
s6-rc: info: service dashboard: stopping
s6-rc: info: service dashboard successfully stopped
s6-rc: info: service main-hermes successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: warning: service s6rc-oneshot-runner is marked as essential, not stopping it
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=125 parent_name=s6-supervise loadavg_1m=39.05 parent_cmdline='s6-supervise gateway-default'
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=125 parent_name=s6-supervise loadavg_1m=39.05 parent_cmdline='s6-supervise gateway-default'
WARNING gateway.run: Shutdown context: signal=SIGTERM under_systemd=no parent_pid=125 parent_name=s6-supervise loadavg_1m=39.05 parent_cmdline='s6-supervise gateway-default'

fix via antigravity

Silvergril changed discussion status to closed

Sign up or log in to comment