-
Notifications
You must be signed in to change notification settings - Fork 22
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
mpdas can't connect to mpd #56
Comments
I've narrowed it down a bit: commit f4e248a.
Seems like the "global" config file in |
IIRC the global config is loaded first and then the user config, so any values set in the user config should overtop the global values. |
I think the problem is when some values aren't set (or are commented out) in the user config file, then the ones from the global config file are taken. One must explicitly set the values in the user config file. One problem might be the |
Which distribution is this? Does it install the example file in |
I am using Arch Linux, but packaged myself since it's not in the official repository. Just tried setting it to "" in the config file in I guess a solution would be to make it disregard the config options from |
For host an empty value is invalid. The default value is localhost. |
Okay, I just set all the values explicitly in my user config file and it's working regardless of what's in the example/global config file. My bad, I guess it's solved now. |
mpdas stopped working after updating it because it can't find my config file. I've upgraded to a build of the latest master branch.Seems like mpdas can't connect to mpd at all.
I'm running mpd version 0.21.11 together with the latest mpdas build from master. I'm starting mpd and mpdas with a systemd user service, but I'm also experiencing this if I just run mpd and mpdas from my shell. This is the error I'm getting.
The text was updated successfully, but these errors were encountered: