notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
515 stars 143 forks source link

Connection refused #48

Open esn89 opened 9 years ago

esn89 commented 9 years ago

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 commented 9 years ago

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

bind_to_address     "localhost"
port                "6600"
esn89 commented 9 years ago

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 commented 9 years ago

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