#curious question

1 messages ยท Page 1 of 1 (latest)

clear belfryBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

muted summitBOT
#

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:

  1. Check the logs - Gateway logs are usually at:

    • ~/.moltbot/logs/gateway.log
    • Or run: moltbot gateway status for recent errors
  2. Common crash causes:

    • Out of memory (OOM)
    • Invalid config syntax
#
  • Plugin/channel plugin issues
    • Database corruption
  1. 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! ๐Ÿฆ