View Single Post
Old 12-11-2010, 09:55 AM   #3
hakan42
Zealot
hakan42 is on a distinguished road
 
hakan42's Avatar
 
Posts: 136
Karma: 60
Join Date: Jul 2009
Location: Munich, Germany
Device: Nook Classic rooted; Galaxy S IV with Aldiko, other older devices
Hi,

I am using 0.7.33 with the --url-prefix option on Linux.

The command line I am using is

Code:
/usr/bin/calibre-server \
--port=8765 \
--with-library=/home/calibre/export \
--url-prefix=/calibre
When I try to access http://my-server:8765/calibre, though, I get an 404:

Code:
The path '/calibre' was not found.

Traceback (most recent call last):
  File "/usr/lib/calibre/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/lib/calibre/cherrypy/_cperror.py", line 227, in __call__
    raise self
NotFound: (404, "The path '/calibre' was not found.")
Access to http://my-server:8765/ works perfectly, showing me the start page of my library.

Any idea how I might start debugging this issue?


Regards,
Hakan
hakan42 is offline   Reply With Quote