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