-
-
Notifications
You must be signed in to change notification settings - Fork 23
Troubleshooting
github-actions[bot] edited this page Oct 29, 2025
·
1 revision
-
Update cord.nvim, make sure
:Cord updateis also executed. -
Double-check your Discord Activity Privacy settings.
-
Enable logging. See FAQ.
-
Run
:checkhealth cordfor a config check. -
Make sure the Discord IPC pipe exists:
-
Windows:
Test-Path \\.\pipe\discord-ipc-0
-
Linux/macOS:
find /tmp ${XDG_RUNTIME_DIR:+$XDG_RUNTIME_DIR} ${TMPDIR:+$TMPDIR} ${TMP:+$TMP} ${TEMP:+$TEMP} -type s -name 'discord-ipc-*' 2>/dev/null
If you get nothing or "False", the pipe does not exist in the expected location.
-
You might not be seeing buttons in your own Rich Presence. This is due to a client-sided bug on the app.
But there is actually a way to see them, join a voice channel and hover over your name. Buttons should show up in the tooltip.
This usually means your system clock is off. Sync your clock with NTP.
If nothing above works:
- Check the FAQ for other common questions.
- Look through existing GitHub issues.
- Open a new issue. Be clear and include as much detail as possible.
You can also ask in Discussions or Discord if you're unsure.