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

Connection refused #48

Open
esn89 opened this issue Jan 7, 2015 · 3 comments
Open

Connection refused #48

esn89 opened this issue Jan 7, 2015 · 3 comments

Comments

@esn89
Copy link

esn89 commented Jan 7, 2015

After succesfully building, compiling and installing, I am unable to connect ympd to mpd. I did ensure that mpd was indeed running.

What happens when I try to connect is this:

http://i.imgur.com/1XVljhM.png

@notandy
Copy link
Owner

notandy commented Jan 8, 2015

Are you sure mpd is listening to local port 6600? e.g. mpd.conf:

bind_to_address     "localhost"
port                "6600"

@esn89
Copy link
Author

esn89 commented Jan 8, 2015

ah i see.

Now that I have fixed it to the corresponding port. (The one I used on my mpd.conf was 9888), I did:

ympd -p 9888 -w 8080 and it has connected to mpd successfully. Now, when I go to http://localhost:8080 it says that the webpage is not available.

Any ideas?

@notandy
Copy link
Owner

notandy commented Mar 29, 2015

firewall? some other software using 8080? maybe try another http port

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