#curious question
1 messages ยท Page 1 of 1 (latest)
Hey! Gateway crashes can be tricky. Let me help you troubleshoot this.
First, I need the version:
moltbot --version
Version mismatch is the #1 cause of weird crashes, so this is essential.
While you're checking that, here's what to look for:
-
Check the logs - Gateway logs are usually at:
~/.moltbot/logs/gateway.log- Or run:
moltbot gateway statusfor recent errors
-
Common crash causes:
- Out of memory (OOM)
- Invalid config syntax
- Plugin/channel plugin issues
- Database corruption
- Quick fixes to try:
moltbot gateway restart- Clear the queue:
rm ~/.moltbot/queue/*(only if queue-related) - Check config:
moltbot configure --dry-run
๐ Full troubleshooting guide: https://docs.moltbot.ai/gateway/troubleshooting
Once you share the version and any error messages from the logs, I can dig deeper! ๐ฆ