mpc-js-node
mpc-js-node copied to clipboard
Unexpected status line: OK MPD 0.20.0
When I try to use this lib, to call my MPD server
im getting
Unexpected status line: OK MPD 0.20.0
on the client and:
Apr 09 17:15 : client: [15] opened from 0.0.0.0:38580
Apr 09 17:15 : client: [15] process command "GET / HTTP/1.1"
Apr 09 17:15 : client: [15] command returned 2
Apr 09 17:15 : client: [15] process command "Cookie: io=nMM0wOQpMkCoKZylAAAN"
Apr 09 17:15 : client: [15] command returned 3
Apr 09 17:15 : client: [15] closed
Any idea? thanks
It looks like you're trying to connect to MPD using an HTTP client!? Are you using mpc-js-web? If not, what are you doing to connect to MPD using mpc-js-node?