-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Sasha Baranov edited this page Jun 12, 2026
·
1 revision
Run /newchat or /reopenchat <id> before /ai.
The player hit their 24h new-chat cap. Grant aicraft.chats.<n>, aicraft.chats.unlimited, or raise default-chats-per-day in web.yml.
- Confirm the AI server is running (
ollama serve, etc.) - Check
endpointincludes the full path:/v1/chat/completions - If the model is on another machine, use that IP instead of
localhost - Check firewall / Docker networking between Minecraft and the AI host
- Pull the model:
ollama pull <model> - Match
modelinconfig.ymlexactly to the provider's name
- Increase
timeout-secondsinconfig.yml - Use a smaller/faster model
- Confirm
enabled: trueinweb.yml - Check firewall / port forwarding for your configured port
- Look for
Aicraft web UI running on http://...in server logs
Enter your username on the web UI first, then run /ailink within the expiry window.
Start over: enter username on the web → /ailink in-game → enter code quickly.
- Verify the database exists and credentials in
web.ymlare correct - Ensure the Minecraft server can reach the Postgres host and port
Rare with normal use. Restart the server. Avoid copying the .db file while the server is running.