Gormes

Troubleshooting

Start with symptoms, then run the smallest useful diagnostic command.

Troubleshooting

Start with the current binary and local runtime state:

which -a gormes
gormes version
gormes doctor --offline
gormes config check
gormes gateway status
SymptomCheckLikely next step
Command behavior looks oldwhich -a gormesRebuild and run the intended binary path directly.
Config is not picked upgormes config pathCheck GORMES_HOME and edit the reported file.
Secrets are missinggormes config env-pathPut provider tokens in the reported .env path.
Gateway is silentgormes gateway statusCheck configured channel credentials and runtime state.
Provider turn failsgormes doctorVerify provider, model, endpoint, and auth.
Browser tools failgormes doctor --offlineInstall Chrome/Chromium, configure CDP, or install the browser harness.
Telegram output is uglySave the exact transcriptTreat it as a gateway UX parity issue with visible evidence.