Troubleshooting
Email issues
Section titled “Email issues”My email to the agent bounced
Section titled “My email to the agent bounced”Cause: Email address doesn’t exist or is misspelled.
Fix: Verify the agent name matches exactly. Check your welcome email for the correct address.
Agent never responded
Section titled “Agent never responded”Possible causes:
- Your email isn’t in allowed senders
- API key issue or account issue
- Container failed to start
Fixes:
- Check that you’re sending from the email you signed up with
- Check the dashboard for error messages
- Try sending again — cold starts can occasionally fail
Response went to spam
Section titled “Response went to spam”Fix: Add your agent’s email (yourname@tinyfat.com) to your contacts or mark as “not spam”.
Emails not threading properly
Section titled “Emails not threading properly”Cause: Email client or corporate server modifying headers.
Fix: Try a different email client. Gmail and Outlook usually work well.
Response took too long
Section titled “Response took too long”Cause: Complex requests take more time. Cold starts add 30-60 seconds.
Expected times:
- Simple questions (warm): 10-20 seconds
- Tool use (web search, file ops): 20-60 seconds
- Cold start + complex reasoning: 60-120 seconds
If consistently slow, try /model haiku for faster responses.
Session issues
Section titled “Session issues”Context too large / hitting token limits
Section titled “Context too large / hitting token limits”Symptoms: Agent mentions context limit, responses get cut off, high costs.
Fixes:
- Send
/compactto compress context - Send
/clearto start fresh - All current Claude models support 200k tokens
Lost conversation history
Section titled “Lost conversation history”Cause: Started a new session or used /clear.
Fix: Send /resume to see available sessions, then /resume {hash} to continue one.
Can’t find old session
Section titled “Can’t find old session”Cause: Sessions are stored for a limited time.
Fix: Important context should be saved to MEMORY.md for permanent storage.
Model issues
Section titled “Model issues”Wrong model being used
Section titled “Wrong model being used”Fix: Send /model to check current model, then /model haiku or /model sonnet to change. Default is claude-sonnet-4-6.
Want to change the default model
Section titled “Want to change the default model”Just ask your agent: “Switch to haiku as my default model” — or send /model haiku.
Telegram issues
Section titled “Telegram issues”Bot not responding
Section titled “Bot not responding”Fixes:
- Verify the bot token is correct in your dashboard
- Try sending
/startto the bot - Check if you’re rate limited (ephemeral bots have daily limits)
Slow first response
Section titled “Slow first response”Cause: Cold start. First message after idle triggers container boot (30-60s).
Fix: This is expected. Subsequent messages are faster.
Slack issues
Section titled “Slack issues”Bot not responding to @mentions
Section titled “Bot not responding to @mentions”Fixes:
- Verify bot is invited to the channel:
/invite @yourbot - Check Event Subscriptions are configured in Slack app
- Verify both bot token and signing secret are saved in dashboard
No 👀 reaction on messages
Section titled “No 👀 reaction on messages”Cause: Bot needs reactions:write OAuth scope.
Fix: Add the scope in your Slack app settings and reinstall to workspace.
Duplicate messages
Section titled “Duplicate messages”Cause: Slack retrying webhook delivery.
Fix: Usually resolves itself. The platform deduplicates by event ID.
Cost issues
Section titled “Cost issues”Unexpected high costs
Section titled “Unexpected high costs”Check:
- Which model is being used (Sonnet is more expensive than Haiku)
- How many turns you’re using
- Context size (use
/compactto reduce)
Reduce costs:
- Use
/model haikufor simple tasks - Use
/compactregularly to reduce context size - Don’t send unnecessary follow-up messages
Container issues
Section titled “Container issues”Agent seems to have forgotten everything
Section titled “Agent seems to have forgotten everything”Cause: Container restarted and got a fresh copy of troublemaker.
Fix: Your /data directory (MEMORY.md, sessions, etc.) is persistent — it’s mounted from R2. But installed packages may need reinstalling. Add critical setup steps to MEMORY.md.
Tools not working
Section titled “Tools not working”Cause: Some tools require API keys (Brave Search) or setup (GitHub CLI).
Fix: Check Skills & Tools for what’s available and what needs configuration.
Getting help
Section titled “Getting help”If you’re still stuck:
- Ask your agent — It can often diagnose its own issues
- Email support — support@tinyfat.com
- Include details:
- Your agent’s email address
- Timestamp of the issue
- Any error messages you see