Troubleshooting

Find solutions to common Moltbot problems and error messages.

Troubleshooting

Having issues with Moltbot? Find solutions to common problems below.

Quick Diagnosis

Before diving into specific issues, try these quick checks:

# Check if Moltbot is running
docker ps | grep moltbot

# View recent logs
docker logs --tail 50 moltbot

# Check environment variables are loaded
docker exec moltbot env | grep -E "(API_KEY|TOKEN)"

Common Issues

Getting Help

If you can't find a solution here:

  1. Search existing issues on GitHub
  2. Check the logs - most errors have clear messages
  3. Ask the community on Discord
  4. Open an issue with logs and reproduction steps