#no output
1 messages ยท Page 1 of 1 (latest)
The error shows Clawdbot needs a Discord output channel configured. The error message suggests using the channel.id config key.
To fix this, you'll need to add your Discord channel ID to your config. Make sure you have the channel section in your clawdbot config with a valid Discord channel ID:
{
channel: {
id: "1466778440077283561" // Your Discord channel ID
}
}
Important: Make sure Clawdbot has permissions to send messages in that channel, and that the bot is properly connected to your Discord server.
If you continue having issues, check the FAQ for Discord configuration details: https://docs.clawdbot.ai/start/faq
Glad that helped! ๐ If this fixed it, please right-click the solution message โ Apps โ โ Mark Solution so it gets indexed for future users.
help me
Version mismatch! ๐ฆ
Your CLI (1.24.0) doesn't match your gateway (1.23.4). That's causing the error.
To fix it, update Clawdbot:
clawdbot update
Or if that doesn't work, check your version first and then update:
clawdbot --version
clawdbot gateway restart # or just clawdbot update
This is a common issue โ version mismatches between CLI and gateway can cause weird errors like this.
Let me know if that resolves it! ๐