Thread: login error
View Single Post
Old 12-15-2017, 09:07 AM   #1
howi42
Member
howi42 began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Sep 2014
Device: none
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
howi42 is offline   Reply With Quote