General Debugging
Check Channel Status
View Gateway Logs
Platform-Specific Issues
Telegram: Bot not responding
Telegram: Bot not responding
- Verify the token is correct:
argent channels test telegram - Check that polling is active in the gateway logs
- Ensure
allowedUsersis empty (allows all) or includes your user ID - If using webhooks, verify the URL is publicly accessible via HTTPS
Telegram: "Conflict: terminated by other getUpdates request"
Telegram: "Conflict: terminated by other getUpdates request"
Another process is polling with the same bot token. Stop any other bots or scripts using this token.
Discord: Bot is online but not responding
Discord: Bot is online but not responding
- Verify Message Content Intent is enabled in the Developer Portal
- Ensure the bot has been invited to the channel with correct permissions
- Check that
allowedGuildsis empty or includes your server ID
Discord: "Used disallowed intents"
Discord: "Used disallowed intents"
Enable the required Privileged Gateway Intents in the Discord Developer Portal under your application’s Bot settings.
WhatsApp: QR code expired
WhatsApp: QR code expired
QR codes expire after about 60 seconds. Run the pairing command again:
WhatsApp: Connection drops frequently
WhatsApp: Connection drops frequently
WhatsApp Web sessions can be unstable. Check:
- Your phone has a stable internet connection
- Multi-device is enabled in WhatsApp settings
- The session directory has write permissions
Signal: signal-cli not found
Signal: signal-cli not found
Ensure signal-cli is installed and in your PATH:
Signal: "No such account" error
Signal: "No such account" error
The phone number in your config must match the account linked in signal-cli. Verify with:
iMessage: "Permission denied" reading Messages database
iMessage: "Permission denied" reading Messages database
Grant Full Disk Access to your terminal or the node process. See the iMessage setup guide.
iMessage: Messages not detected
iMessage: Messages not detected
Check the polling interval. The default is 5 seconds. For faster detection, reduce
pollInterval in your config.Common Across All Channels
Gateway not running
Gateway not running
Most channel issues stem from the gateway not running:
Configuration syntax errors
Configuration syntax errors
Validate your config file:
