Skip to content

Troubleshooting

import { Aside } from ‘@astrojs/starlight/components’;

Cause: Email address doesn’t exist or is misspelled.

Fix: Verify the agent name matches exactly: [email protected]

Possible causes:

  1. Your email isn’t in allowed senders
  2. Container failed to start
  3. Anthropic API key is missing or invalid

Fixes:

  1. Check allowed senders in dashboard
  2. Check agent status in dashboard
  3. Verify API key in Settings → API Keys

Fix: Add [email protected] to your contacts or mark as “not spam”.

Cause: Agent’s reply missing threading headers.

Fix: This is usually automatic. If broken, check /data/outbox/sent/ to see if in_reply_to was included.

Cause: Session expired or password incorrect.

Fixes:

  1. Try “Forgot Password” to reset
  2. Clear browser cookies for tinyfat.com
  3. Try incognito/private window

This is normal. Agents sleep when idle. They wake automatically on:

  • Incoming email
  • Dashboard chat message
  • Manual start button

Possible causes:

  1. Agent is sleeping (starting up)
  2. Network issues
  3. Large file taking time to load

Fixes:

  1. Wait for agent to start (status turns green)
  2. Refresh the page
  3. Check browser console for errors

Possible causes:

  1. Agent needs to start
  2. WebSocket connection failed
  3. API key not configured

Fixes:

  1. Click “Start” to wake agent
  2. Refresh the page
  3. Check Settings → API Keys

Cause: Anthropic API key is missing, invalid, or out of credits.

Fixes:

  1. Check Settings → API Keys
  2. Verify key at console.anthropic.com
  3. Check your Anthropic account balance

Possible causes:

  1. Cold start (container booting)
  2. Complex request processing
  3. Rate limiting

Normal times:

  • Cold start: 30-60 seconds
  • Warm response: 10-30 seconds
  • Complex tasks: 1-5 minutes

Cause: Skill wasn’t installed or was deleted.

Fix: Ask the agent to reinstall:

Clone https://github.com/alosec/tiny-skills to /data/skills/tiny-skills

Cause: Context was compacted or information wasn’t in MEMORY.md.

Fixes:

  1. Add important info to MEMORY.md explicitly
  2. Ask agent to re-read MEMORY.md
  3. Provide context again in your message

Possible causes:

  1. Invalid JSON format
  2. Router not processing
  3. File permissions

Fixes:

  1. Validate JSON syntax
  2. Check "status": "pending" is set
  3. Look for file in /data/outbox/failed/

Cause: Sending failed. Check the error field in the file.

Common errors:

  • “Invalid recipient” — Check to field format
  • “Rate limit” — Wait and retry
  • “Authentication failed” — Platform issue, contact support

Possible causes:

  1. Name already taken
  2. Platform error
  3. Fly.io capacity issue

Fixes:

  1. Try a different name
  2. Refresh and retry
  3. Contact support if persistent

Cause: Links expire after 1 hour.

Fix: Request a new link from the signup page.

If you’re still stuck:

  1. Email: [email protected]
  2. Include:
    • Agent name
    • What you tried
    • Any error messages
    • Screenshots if relevant