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 connect IoError message: "No such file or directory" #174

Open
nishimi-ya opened this issue Dec 1, 2024 · 1 comment
Open

Comments

@nishimi-ya
Copy link

 mpd-discord-rpc          
2024-12-01T14:26:30.735370Z  INFO connect: mpd_protocol::connection: connected successfully version="0.23.5"
2024-12-01T14:26:30.735427Z  INFO mpd_utils::persistent_client: Connected to '127.0.0.1:6600'
2024-12-01T14:26:30.747349Z ERROR discord_presence::connection::manager: Failed to connect: IoError(Os { code: 2, kind: NotFound, message: "No such file or directory" })
2024-12-01T14:26:35.747596Z ERROR discord_presence::connection::manager: Failed to connect: IoError(Os { code: 2, kind: NotFound, message: "No such file or directory" })

Why is that happen? the error code is unclear of what's the missing file/directory.
Using equicord client in linux.

@JakeStanger
Copy link
Owner

The program connects to the Discord RPC socket. If your custom client doesn't run the server it won't provide the socket, and the file won't exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants