π Troubleshooting & Known Issues β
This page documents common issues, misbehaviors, and how to fix them.
β AI Hallucinates Totals or Data β
Problem β
You asked for a summary, and it made up data instead of using the sheet.
Fix β
Check that:
- The system prompt explicitly disables hallucinations
- Tool response is used directly in final reply
- Retrieval tools are connected to AI agent properly
β Categories Not Recognized β
Problem β
You said "snacks" or "internet" β but it didnβt understand.
Fix β
Only these categories are allowed: Transportation, Breakfast, Lunch, Dinner, Smoke, Donation, Mobile Recharge, Others If unsure, the AI will ask you before tagging it as "Others".
β Mistral API Not Working β
Problem β
Workflow throws a 401 or hangs on response.
Fix β
- Check your Mistral API Key
- Make sure you're using the correct model ID:
open-mistral-nemo
- Try hitting their endpoint from Postman to verify
β Google Sheets Write Fails β
Problem β
The entry doesnβt appear in your sheet.
Fix β
- Make sure your OAuth2 credential has edit access
- Double-check the Sheet ID and
gid=0
is correct - Try writing manually via the
Add Expense
node
β Calculator Doesnβt Trigger β
Problem β
You asked for a total but nothing was calculated.
Fix β
- Ensure
Calculator
is wired toAI Agent
as a tool - Make sure your system prompt says:
"Use the calculator tool when totals/averages are requested"
π¬ Need Help? β
Open an issue in your homelab log or reach out me via Linkedin or Gitlab.