View Single Post
Old 06-21-2017, 10:31 AM   #3
dcoul65
Junior Member
dcoul65 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jun 2017
Device: KOBO
Starting the Content server with command line

Hello,

I am working with the new (SUPERB!) Calibre 3.0. I can launch the content server using calibre-server.exe without any option. That works. But as soon as I add an option, I get error messages and of course the server fails to start. Examples of what I get with the following command:

calibre-server --ignored-fields Note,LCEAD,LC_GENRE,OCLC_OWI --daemonize

Python function terminated unexpectedly
'module' object has no attribute 'fork' (Error Code: 1)
Traceback (most recent call last):
File "site.py", line 101, in main
File "site.py", line 78, in run_entry_point
File "site-packages\calibre\srv\standalone.py", line 350, in main
File "site-packages\calibre\srv\standalone.py", line 28, in daemonize
AttributeError: 'module' object has no attribute 'fork'

I get something like this whatever option I am trying to use (I would like to use the logs capability: '--access-log c:\CalibreLogs' for instance. Am I missing something, or this is simply a bug that will be fixed oneday?

Also, it would be nice to have some control on the libraries display we get from the server. Currently, I have 20 libraries based on the LCC codes. It would be nice if I could organize these in a more organized way, eg in a table, for example. Maybe something to think in the future?

Thanks a lot for the great work.
dcoul65 is offline   Reply With Quote