Hi, I have exactly the same issue, using the option "--enable-local-write" does not help.
I'm starting calibre on my ubuntu 16 server with:
Code:
calibre-server /srv/ebooks --port=8090 --enable-local-write
When started, calibre works fine, but i cannot add books using:
Code:
calibredb add /srv/ebooks/toadd/ -r --with-library /srv/ebooks
Error message:
Code:
Another calibre program such as calibre-server or the main calibre program is running. Having multiple programs that can make changes to a calibre library running at the same time is a bad idea. calibredb can connect directly to a running calibre content server, to make changes through it, instead. See the documentation of the --with-library option for details.
Am I missing something? Thank you in advance!