#Actualice a la ultima version y no conecta Discord
1 messages Β· Page 1 of 1 (latest)
Ale, lo primero: ΒΏquΓ© te da openclaw --version? DespuΓ©s de una actualizaciΓ³n eso ayuda mucho a detectar bugs/regresiones de versiΓ³n.
Para Discord, pΓ‘sanos tambiΓ©n estos outputs β sin tokens/secrets:
openclaw status --all
openclaw gateway status
openclaw channels status --probe
openclaw channels capabilities --channel discord
openclaw pairing list discord
Y revisa rΓ‘pido estas 3 cosas tΓpicas tras actualizar:
- Que Discord siga habilitado y con token resuelto:
openclaw config get channels.discord.enabled
openclaw config get channels.discord.token
No pegues el token aquΓ. Si usas env var, recuerda que el servicio/daemon puede no heredar tu shell; DISCORD_BOT_TOKEN debe existir en el entorno donde corre el Gateway, o usar SecretRef en config.
- Reinicia el gateway despuΓ©s de cambios de config/env:
openclaw gateway restart
- Mira logs buscando estas pistas:
openclaw logs --follow
drop guild message (mention required= el bot estΓ‘ vivo, pero exige menciΓ³n en canales.pairing request= falta aprobar pairing.
blocked/allowlist= filtro de usuario/servidor/canal.
Docs relevantes: https://docs.openclaw.ai/channels/discord y https://docs.openclaw.ai/channels/troubleshooting
alexifra@LAPTOP-VIVOBOOK-ALEXIFRA:~$ openclaw status --all
Config warnings:
- plugins.entries.camofox-browser: plugin camofox-browser: installed plugin package requires compiled runtime output for TypeScript entry plugin.ts: expected ./dist/plugin.js, ./dist/plugin.mjs, ./dist/plugin.cjs, plugin.js, plugin.mjs, plugin.cjs
- plugins.entries.discord: plugin not installed: discord β install the official external plugin with: openclaw plugins install @openclaw/discord
- plugins.entries.camofox-browser: plugin not found: camofox-browser (stale config entry ignored; remove it from plugins config)
- plugins.allow: plugin not found: camofox-browser (stale config entry ignored; remove it from plugins config)
- plugins.allow: plugin not installed: discord β install the official external plugin with: openclaw plugins install @openclaw/discord
π¦ OpenClaw 2026.5.7 (eeef486) β Say "stop" and I'll stopβsay "ship" and we'll both learn a lesson.
β
OpenClaw status --all
Overview
ββββββββββββββββββββββ¬ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Item β Value β
ββββββββββββββββββββββΌββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Version β 2026.5.7 β
β OS β linux 6.6.87.2-microsoft-standard-WSL2 (x64) β
β Node β 22.22.1 β
β Config β ~/.openclaw/openclaw.json β
β Dashboard β http://127.0.0.1:18789/ β
β Tailscale exposure β off β
β Channel β stable (default) β
β Update β pnpm Β· up to date Β· npm latest 2026.5.7 β
β Gateway β local Β· ws://127.0.0.1:18789 (local loopback) Β· reachable 174ms Β· auth token Β· LAPTOP-VIVOBOOK-ALEXIFRA (172.28.46.239) app 2026.5. β
β β 7 linux 6.6.87.2-microsoft-standard-WSL2 β
β Security β Run: openclaw security audit --deep β
β Gateway self β unknown β
β Gateway service β systemd user installed Β· enabled Β· running (pid 1217, state active) β
β Node service β systemd user not installed β
β Agents β 1 total Β· 0 bootstrapping Β· 0 active Β· 17 sessions β
β Secrets β none
Gracias, ahΓ estΓ‘ el problema principal: tu config tiene plugins.entries.discord, pero el plugin externo de Discord ya no estΓ‘ instalado.
Haz esto:
openclaw plugins install @openclaw/discord
openclaw gateway restart
openclaw channels status --probe
Luego prueba mandar un DM o mensaje al bot otra vez.
Los warnings de camofox-browser son aparte: es una entrada vieja/rota de plugin de navegador y no deberΓa ser la causa de Discord. Puedes limpiarlo despuΓ©s, pero primero arreglarΓa Discord para no mezclar problemas.
Si despuΓ©s de instalar el plugin sigue sin responder, pega el output de: