Back again.... Had to replace a main drive and I am in the middle of reinstalling Moviegrabber. When launched I am getting a cherrypy error below. Any idea on what is going on?
- Code: Select all
Mini:moviegrabber roontoon$ python moviegrabber.py
[13/Jan/2012:20:13:09] ENGINE Listening for SIGHUP.
[13/Jan/2012:20:13:09] ENGINE Listening for SIGTERM.
[13/Jan/2012:20:13:09] ENGINE Listening for SIGUSR1.
[13/Jan/2012:20:13:09] ENGINE Bus STARTING
[13/Jan/2012:20:13:09] ENGINE Started monitor thread '_TimeoutMonitor'.
[13/Jan/2012:20:13:09] ENGINE Started monitor thread 'Monitor'.
[13/Jan/2012:20:13:10] ENGINE Error in HTTP server: shutting down
Traceback (most recent call last):
File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/cherrypy/process/servers.py", line 187, in _start_http_thread
self.httpserver.start()
File "/Library/WebServer/Documents/moviegrabber/lib/site-packages/cherrypy/wsgiserver/wsgiserver2.py", line 1824, in start
raise socket.error(msg)
error: No socket could be created
[13/Jan/2012:20:13:10] ENGINE Bus STOPPING
[13/Jan/2012:20:13:10] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('192.168.0.6', 9191)) already shut down
[13/Jan/2012:20:13:10] ENGINE Stopped thread '_TimeoutMonitor'.
[13/Jan/2012:20:13:10] ENGINE Stopped thread 'Monitor'.
[13/Jan/2012:20:13:10] ENGINE Bus STOPPED
[13/Jan/2012:20:13:10] ENGINE Bus EXITING
[13/Jan/2012:20:13:10] ENGINE Bus EXITED



