Gateway Issues
Gateway won't start
Gateway won't start
Symptom: Common causes:
argent gateway start exits immediately or shows an error.Check:- Port 18789 is already in use:
lsof -i :18789 - Node.js version mismatch: verify
node --versionshows v22+ - Config syntax error:
argent config validate
RPC probe fails
RPC probe fails
Symptom:
argent gateway status shows “running” but “RPC probe: failed”.Common cause: Native module ABI mismatch. The gateway is using a different Node.js version than the one used to compile native modules.Fix:MODULE_VERSION mismatch
MODULE_VERSION mismatch
Symptom: Error log shows
NODE_MODULE_VERSION mismatch.Fix: Rebuild native modules against the correct Node.js version:Channel Issues
Telegram bot not responding
Telegram bot not responding
WhatsApp connection drops
WhatsApp connection drops
WhatsApp Web sessions expire. Re-scan the QR code:
Discord "Used disallowed intents"
Discord "Used disallowed intents"
Enable Privileged Gateway Intents in the Discord Developer Portal under your application’s Bot settings. See Discord setup.
Memory Issues
Memory search returns no results
Memory search returns no results
- Check that memories exist:
argent memory stats - Use simpler queries: single keywords work best with FTS5
- Try OR syntax for multi-word queries:
"telegram OR discord" - Verify the database is accessible:
ls -la ~/.argentos/memory.db
Memory database locked
Memory database locked
Another process may be holding a lock:
Model/API Issues
Rate limit errors
Rate limit errors
The failover system should handle this automatically. Check profile status:If all profiles are in cooldown, wait for the cooldown to expire or add more auth profiles.
"Context window exceeded"
"Context window exceeded"
The conversation has grown too large. This triggers automatic compaction, but if it persists:
Performance Issues
High CPU usage
High CPU usage
Check for zombie processes:The health check reaper should clean these up every 60 seconds. If they persist, restart the gateway.
Slow responses
Slow responses
- Check model tier: LOCAL tier is fastest, POWERFUL is slowest
- Check for API latency in gateway logs
- Verify network connectivity to API providers
