Is it just me, or did the content server stop working? I only use it maybe once a week - and haven't tried it since we started playing with the new rev 8, but tonight I cannot connect to it at all. (Yes, I had changed the port at one point.)
From the error log:
Code:
[22/Apr/2011:21:10:55] Traceback (most recent call last):
File "site-packages\calibre\library\server\base.py", line 78, in start
File "site-packages\calibre\utils\mdns.py", line 76, in publish
File "site-packages\calibre\utils\Zeroconf.py", line 1346, in registerService
File "site-packages\calibre\utils\Zeroconf.py", line 1433, in checkService
NonUniqueNameException
[22/Apr/2011:21:10:55] ENGINE Bus STARTED
[22/Apr/2011:21:10:55] ENGINE Bus STARTED
[22/Apr/2011:21:10:55] ENGINE Bus STARTED
[22/Apr/2011:21:32:14] ENGINE Bus STOPPING
[22/Apr/2011:21:32:14] ENGINE Bus STOPPING
[22/Apr/2011:21:32:14] ENGINE Bus STOPPING
[22/Apr/2011:21:32:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 7777)) shut down
[22/Apr/2011:21:32:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 7777)) shut down
[22/Apr/2011:21:32:15] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 7777)) shut down
[22/Apr/2011:21:32:15] ENGINE Stopped thread '_TimeoutMonitor'.
[22/Apr/2011:21:32:15] ENGINE Stopped thread '_TimeoutMonitor'.
[22/Apr/2011:21:32:15] ENGINE Stopped thread '_TimeoutMonitor'.
[22/Apr/2011:21:32:15] ENGINE Bus STOPPED
[22/Apr/2011:21:32:15] ENGINE Bus STOPPED
[22/Apr/2011:21:32:15] ENGINE Bus STOPPED
[22/Apr/2011:21:32:15] ENGINE Bus EXITING
[22/Apr/2011:21:32:15] ENGINE Bus EXITING
[22/Apr/2011:21:32:15] ENGINE Waiting for child threads to terminate...
[22/Apr/2011:21:32:15] ENGINE Bus EXITING
[22/Apr/2011:21:32:15] ENGINE Waiting for child threads to terminate...
[22/Apr/2011:21:32:15] ENGINE Waiting for child threads to terminate...
[22/Apr/2011:21:32:15] ENGINE Bus EXITED
[22/Apr/2011:21:32:15] ENGINE Bus EXITED
[22/Apr/2011:21:32:15] ENGINE Bus EXITED
[22/Apr/2011:23:40:02] ENGINE Bus STARTING
[22/Apr/2011:23:40:02] ENGINE Started monitor thread '_TimeoutMonitor'.
[22/Apr/2011:23:40:03] ENGINE Serving on :::8080
[22/Apr/2011:23:40:03] ENGINE Bus STARTED
[22/Apr/2011:23:45:55] ENGINE Bus STOPPING
[22/Apr/2011:23:45:55] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 8080)) shut down
[22/Apr/2011:23:45:55] ENGINE Stopped thread '_TimeoutMonitor'.
[22/Apr/2011:23:45:55] ENGINE Bus STOPPED
[22/Apr/2011:23:45:55] ENGINE Bus EXITING
[22/Apr/2011:23:45:55] ENGINE Waiting for child threads to terminate...
[22/Apr/2011:23:45:55] ENGINE Bus EXITED
Update: Ah I got it.
I played with the tweak "What interfaces should the content server listen on". I changed it to accept IPV4 and IPV6 ('::').
Changed it back to 0.0.0.0 and the server is working again.
Maybe this will be useful to you.