Skip to content

Troubleshooting

SymptomCause / Solution
no healthy endpoint availableNo server reachable → ollama-agent endpoints shows details
model "x" is not available on any healthy endpointModel not pulled anywhere → run ollama pull x on a server; the error message lists what is available
model "x" only exists on unavailable endpoint(s)The only server that has the model is down
First response very slowOllama is still loading the model into memory; fast afterwards. Increase request_timeout_sec if needed
bind: address already in use on servePort already taken → change api.addr or serve -addr
Response contains raw tool-call syntaxShould not happen (salvage parser) — please report as a bug with model name and output
Classification picks the wrong categoryChoose a smaller/better router model, or pass the category explicitly (--category)