I removed my usb flashdrives with Music files, copied them off and reformatted the flashdrives then reloaded.
MPD 20 now starts and is populated showing all files...
However, when I try to play I get.....
The following error was encontered when sending the command: play
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/var/www/client175/cherrypy/_cprequest.py", line 606, in respond
cherrypy.response.body = self.handler()
File "/var/www/client175/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/var/www/client175/server.py", line 209, in default
result = mpd.execute(args)
File "/var/www/client175/mpd_proxy2.py", line 229, in execute
return getattr(self, cmd)(*cmdlist)
File "/var/www/client175/mpd.py", line 189, in <lambda>
return lambda *args: self._execute_safe(attr, args, retval)
File "/var/www/client175/mpd.py", line 201, in _execute_safe
self.connect(self._host, self._port, self._password)
File "/var/www/client175/mpd.py", line 419, in connect
self._sock = self._connect_tcp(host, port)
File "/var/www/client175/mpd.py", line 407, in _connect_tcp
raise socket.error(msg)
error: [Errno 111] Connection refused
A more verbose version of the 'Connection refused" I was getting before...:-) Hope it makes sense to you...
When I try to update database I get a similar output.....
So progress...closer and closer but no music yet... ;-)