Troubleshooting
Common issues and the quickest checks to run before opening a support ticket.
Agent Issues
Agent status is Error
Your agent crashed repeatedly in a short window.
Fix:
- Open the agent and check Logs.
- Look for invalid config, missing credentials, dependency errors, out-of-memory messages, or provider authentication errors.
- Fix the root cause.
- Click Restart.
Agent is stuck on Starting
- Wait up to 60 seconds on cold start.
- Check Logs for startup errors.
- Stop and Start again if the previous container did not shut down cleanly.
- If logs are empty and status does not change, contact support with the agent ID.
Agent auto-sleeps
| Tier | Runtime behavior |
|---|---|
| Free | Sleeps after 12 hours idle |
| Starter | Always-on |
| Pro | Always-on |
| Business | Always-on |
| Founding Member | Always-on |
Sleeping Free agents wake on the next message. Cron jobs and platform listeners require the container to be active at the time they run.
Agent works in dashboard chat but not Telegram/Discord/Slack
Dashboard chat can use a platform path even when the external connector is not active. Platform connectors require the container to be Active.
Fix:
- Start the agent container.
- Verify the integration token in the Integrations tab.
- Restart after saving tokens or allowlists.
- Check platform-side permissions, such as Discord Message Content Intent or Telegram group privacy mode.
Agent lost files or memory
Chat history is stored in Hatcher. Framework memory and workspace files live in the agent Docker volume.
- Restarting does not delete memory.
- Auto-sleep does not delete memory.
- Deleting the agent deletes the workspace volume.
- If files disappear without deletion, check Logs for workspace mount errors.
LLM And AI Credits
Hosted usage says insufficient AI Credits
Hosted UsePod/OpenRouter calls, hosted web search, research, extract, crawl, and embedding/tool calls can spend AI Credits.
| Plan | Monthly AI Credits |
|---|---|
| Free | 500 |
| Starter | 3,000 |
| Pro | 15,000 |
| Business | 40,000 |
| Founding Member | 25,000 |
Fix:
- Buy an AI Credit pack.
- Upgrade to a tier with a larger monthly grant.
- Switch the agent to BYOK so the provider bills your own account.
BYOK key not working
- Test the key directly in the provider console.
- Confirm the provider and model match the key.
- Check provider billing and rate limits.
- Restart the agent after saving model credentials.
- Review Logs for
401,403,404, or provider-specific error messages.
Agent says it is using the wrong model
Model changes are saved in Hatcher config, but runtimes may need a restart to reload environment/config files. Restart the agent and re-check the dashboard model selector.
Responses are slow
Common causes:
- Large hosted or BYOK model selection
- Free tier CPU/RAM limits
- Agent waking from Free-tier sleep
- Tool-heavy messages with web search or file operations
- Provider-side latency
Integration Issues
Telegram bot not responding
- Token format should look like
123456789:ABCdef.... - Start or restart the agent after saving the token.
- In groups, either mention the bot or disable BotFather privacy mode.
- If group policy is
allowlist, add allowed user IDs or switch the policy to open. - Confirm any group allowlist includes the group ID.
See Telegram integration.
Discord bot is offline or silent
- Enable Message Content Intent in the Discord Developer Portal.
- Reinvite the bot with send/read permissions.
- Restart the agent after token changes.
- Check the channel permissions for the bot role.
See Discord integration.
WhatsApp QR expires
QR codes expire quickly. Generate a new pairing QR, keep your phone ready, and scan from WhatsApp linked devices.
X/Twitter read operations fail
X Free API access is write-limited. Reading timelines, mentions, search, or replies requires an X developer plan with credits loaded in X’s own developer portal.
Billing Issues
Can’t create more agents
Your account is at its agent cap. Upgrade or buy stackable agent-slot add-ons:
- +1 Agent
- +3 Agents
- +5 Agents
- +10 Agents
Payment failed or did not activate
Hatcher currently supports card, SOL on Solana, USDC on Solana, and $HATCHER on Solana.
- Check wallet balance and SOL for gas.
- Confirm the transaction on Solscan.
- Refresh the billing page after confirmation.
- For card checkout, check for a Stripe receipt and wait for webhook settlement.
- Contact support with the transaction signature or Stripe receipt ID if activation does not land.
Old credit endpoints return 410
Legacy cash-equivalent credits are retired. Plans and add-ons are paid with card or supported Solana rails. AI Credits are only for hosted usage, not plan checkout.
Framework-Specific Issues
OpenClaw
OpenClaw config not applying
Restart after changing model credentials, channel tokens, or gateway-level settings. Some runtime values are read at startup even when other config can hot reload.
OpenClaw skill not found
Check the skill name/version, verify it exists in the registry, and confirm any required external API key is configured.
OpenClaw web search not working
Hosted search spends AI Credits. If you configured a provider key yourself, test that key directly and verify the provider name in config.
Still Stuck?
- Email [email protected]
- Join Discord
- Include the agent ID, timestamp, payment signature if relevant, and the most recent log snippet