View Single Post
Old 12-28-2024, 07:49 PM   #2
Metapath
Enthusiast
Metapath began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Aug 2014
Device: iPad
Quote:
Originally Posted by ghffPar View Post
Hi all, first post on the forum.

Instead if I run:
Code:
sudo calibre-server --daemonize --log ./libreria-calibre/log ./libreria-calibre
I still can open the calibre viewer on the browser exposed by calibre server on my raspberry but opening my library results in
No books found message.

I am not running any antivirus on the server machine.
I believe your problem is that you need to specify the entire full path to the library.
./libreria-calibre is not the full path, but relative to your current directory. This is lost when you daemonize.

Your log should also list the full path from the root directory.

Last edited by Metapath; 12-28-2024 at 07:52 PM.
Metapath is offline   Reply With Quote