Hi!
I have a same problem!
I test the 7.x (10, 12, 13) and 6.5 Calibre version
the content server log:
Quote:
192.168.1.143 - - [08/Aug/2010:15:04:12] "GET /stanza HTTP/1.1" 200 3347 "" "Java0"
192.168.1.143 - - [08/Aug/2010:15:04:18] "GET /navcatalog/4f7469746c65 HTTP/1.1" 404 1009 "" "Java0"
192.168.1.143 - - [08/Aug/2010:15:04:20] "GET /navcatalog/4f7469746c65 HTTP/1.1" 404 1009 "" "Java0"
|
the stanza is downloaded but the navcatalog not found in the content server (404 error code)
if I see this link from localhost (
http://127.0.0.1:8080/navcatalog/4f7469746c65)
The response:
Quote:
404 Not Found
The path '/navcatalog/4f7469746c65' was not found.
Traceback (most recent call last):
File "/home/kovid/build/calibre/src/cherrypy/_cprequest.py", line 606, in respond
File "/home/kovid/build/calibre/src/cherrypy/_cperror.py", line 227, in __call__
NotFound: (404, "The path '/navcatalog/4f7469746c65' was not found.")
Powered by CherryPy 3.1.2
|
Robit