login error
This is what I get when trying to login remotely to the server :
Failed to communicate with "/interface-data/init?1513346586880", with status: [400] Bad Request
Digest algorithm required fields missing
Not sure where this comes from, the server seems to run fine.
Service settings :
[Unit]
Description=Calibre Service
After=network.target
[Service]
Type=simple
User=howi
Group=howi
ExecStart=/usr/bin/calibre-server\
--max-opds-items=30\
--max-opds-ungrouped-items=100\
--port 8070 \
--log=/opt/calibre/calibre.log \
--enable-auth \
--userdb="/home/howi/.config/calibre/server-users.sqlite"\
/media/movies/calbel \
/media/movies/calsci
[Install]
WantedBy=multi-user.target
|