I'm been work on this bug for 3 days and couldn't fix it. My environment is windows +ubuntu(not WSL)
I set my DC bot right, checked every "turn on" they need
This is my config:
"approvals": {
"exec": {
"enabled": true,
"mode": "targets",
"agentFilter": [
"main",
"go-master"
],
"targets": [
{
"channel": "telegram",
"to": "5613181787"
},
{
"channel": "discord",
"to": "721291307166859300"
}
]
}
},
"channels": {
"telegram": {
"capabilities": {
"inlineButtons": "dm"
},
"enabled": true,
"dmPolicy": "pairing",
"botToken": "__OPENCLAW_REDACTED__",
"groupPolicy": "open",
"streamMode": "partial"
},
"discord": {
"capabilities": [
"markdown",
"mentions",
"attachments",
"actions"
],
"enabled": true,
"token": "__OPENCLAW_REDACTED__",
"groupPolicy": "open",
"actions": {
"reactions": true,
"stickers": true,
"emojiUploads": true,
"stickerUploads": true,
"polls": true,
"permissions": true,
"messages": true,
"threads": true,
"pins": true,
"search": true,
"memberInfo": true,
"roleInfo": true,
"roles": true,
"channelInfo": true,
"voiceStatus": true,
"events": true,
"moderation": true,
"channels": true,
"presence": true
},
"dmPolicy": "open",
"allowFrom": [
"*"
],
"dm": {
"enabled": true
}
}
}