Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to get socket information #155

Open
Zachdehooge opened this issue Jun 7, 2024 · 1 comment
Open

Failed to get socket information #155

Zachdehooge opened this issue Jun 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Zachdehooge
Copy link

Description

Receiving:

  • Failed to get socket information: ENOENT: no such file or directory: /run/user/1000/discord-ipc-0
  • Failed to connect to Discord: ENOENT

Neovim version

NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377

OS information

Ubuntu 24.04 LTS x86_64

Steps to reproduce

  1. Install presence via packer
  2. copy and paste config to new .lua
  3. write and :so
  4. Error shown below

Logs

image

@Zachdehooge Zachdehooge added the bug Something isn't working label Jun 7, 2024
@cfranssens
Copy link

cfranssens commented Jun 7, 2024

Same issue here, presence.nvim is not being able to find discord-ipc-0 because i installed Discord with snapd and as such the discord-ipc-0 file is located in /run/user/1000/snap.discord/discord-ipc-0. Was able to resolve the error by creating a symlink to this file, but it still doesn't show up in Discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants