Having some difficulties with Calibre. It's an interesting thing- I've had it working in the past a number of versions before, just tried again recently (version right before this one... 5.x.9 I think it was..) Anyhow... I'm getting all sorts of python script errors now. I've checked the permissions, they're good. The iPod Stanza can see the Calibre Server in Shared- it sticks on "Loading..." the catalog, then dies with a Catalog Error- Timed Out.
Some funny things appear in the console log- in particular, serving on 0.0.0.0:8080 (is that right? any reason for all the zeros?)
But, here's some of the output gotten from --developer and then from the normal run of the server...
from calibre-server --developer:
Code:
$ calibre-server --develop
[02/May/2009:01:59:14] ENGINE Bus STARTING
[02/May/2009:01:59:14] ENGINE Started monitor thread '_TimeoutMonitor'.
[02/May/2009:01:59:14] ENGINE Started monitor thread 'Autoreloader'.
[02/May/2009:01:59:14] ENGINE Serving on 0.0.0.0:8080
[02/May/2009:01:59:14] ENGINE Bus STARTED
Exception in thread Autoreloader:
Traceback (most recent call last):
File "threading.pyo", line 522, in __bootstrap_inner
File "cherrypy/process/plugins.pyo", line 371, in run
File "cherrypy/process/plugins.pyo", line 448, in run
File "email/__init__.pyo", line 79, in __getattr__
ImportError: No module named message
And the stuff received from the normal run after killing the server from the above:
Code:
$ calibre-server -p 8080
Traceback (most recent call last):
File "calibre/utils/Zeroconf.pyo", line 863, in run
File "calibre/utils/Zeroconf.pyo", line 908, in handle_read
File "calibre/utils/Zeroconf.pyo", line 469, in __init__
File "calibre/utils/Zeroconf.pyo", line 495, in readQuestions
File "calibre/utils/Zeroconf.pyo", line 262, in __init__
NonLocalNameException
Traceback (most recent call last):
File "calibre/utils/Zeroconf.pyo", line 863, in run
File "calibre/utils/Zeroconf.pyo", line 908, in handle_read
File "calibre/utils/Zeroconf.pyo", line 469, in __init__
File "calibre/utils/Zeroconf.pyo", line 495, in readQuestions
File "calibre/utils/Zeroconf.pyo", line 262, in __init__
NonLocalNameException
Traceback (most recent call last):
File "calibre/utils/Zeroconf.pyo", line 863, in run
File "calibre/utils/Zeroconf.pyo", line 908, in handle_read
File "calibre/utils/Zeroconf.pyo", line 469, in __init__
File "calibre/utils/Zeroconf.pyo", line 495, in readQuestions
File "calibre/utils/Zeroconf.pyo", line 262, in __init__
NonLocalNameException
Traceback (most recent call last):
File "calibre/utils/Zeroconf.pyo", line 863, in run
File "calibre/utils/Zeroconf.pyo", line 908, in handle_read
File "calibre/utils/Zeroconf.pyo", line 469, in __init__
File "calibre/utils/Zeroconf.pyo", line 495, in readQuestions
File "calibre/utils/Zeroconf.pyo", line 262, in __init__
NonLocalNameException
Traceback (most recent call last):
File "calibre/utils/Zeroconf.pyo", line 863, in run
File "calibre/utils/Zeroconf.pyo", line 908, in handle_read
File "calibre/utils/Zeroconf.pyo", line 469, in __init__
File "calibre/utils/Zeroconf.pyo", line 495, in readQuestions
File "calibre/utils/Zeroconf.pyo", line 262, in __init__
NonLocalNameException
Traceback (most recent call last):
File "calibre/utils/Zeroconf.pyo", line 863, in run
File "calibre/utils/Zeroconf.pyo", line 908, in handle_read
File "calibre/utils/Zeroconf.pyo", line 469, in __init__
File "calibre/utils/Zeroconf.pyo", line 495, in readQuestions
File "calibre/utils/Zeroconf.pyo", line 262, in __init__
NonLocalNameException
Any thoughts on what's going on? The weird thing is that I can get the catalog via loopback 127.0.0.1:8080. But, I can't get to it via any computer on the same lan (including the iPod- although apparently it sees the calibre server).
All suggestions welcome.
-Allen