Troubleshooting

Fix Odysseus by symptom, not guesswork.

Most Odysseus problems come from one of four layers: Docker, model serving, GPU/runtime setup, or external tools such as search and databases.

Debug order

Check logs, confirm the service is running, test the model server, then change Odysseus settings.

Models

No model found

Confirm Ollama is running, the model exists, and the endpoint is reachable from Odysseus.

GPU

Docker GPU not detected

Check NVIDIA drivers, WSL GPU visibility, and container runtime support before editing app config.

Login

Admin password missing

Look for first-run output, generated secret files, or reset instructions from the official docs.

Login

Invalid credentials

Check first-run logs, auth environment variables, stale cookies, and persistent volumes.

Restart

How to reopen Odysseus

Restart Docker Compose, reopen localhost:7000, and avoid reinstalling unnecessarily.

Database

ChromaDB client conflict

A dependency mismatch can break memory or vector features if the wrong client package is installed.