View Single Post
Old 10-23-2021, 02:42 PM   #1
dator
Member
dator began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jul 2018
Device: Kobo Aura HD
Failed to communicate with ... error when connecting to server

After setting up server succefuly I added password authentication. Initially server worked fine with one user only. Once I added another user I can't access server at all. Doesn;tmatter witch user I try to login with on Edge, Chromium on Linux and Chrome and Safari on iOS I see this message

Code:
Failed to communicate with "/interface-data/init?1635013966752", with status: [400 (error)] Bad Request

Digest algorithm required fields missing
This is my setting

Code:
 
## startup service
[Unit]
Description=calibre content server
After=network.target

[Service]
Type=simple
User=...
Group=...
ExecStart=/opt/calibre/calibre-server /home/.../calibre-library --enable-local-write --enable-auth

[Install]
WantedBy=multi-user.target
EDIT

I'm not sure what casued initial issues, but after updating password for main user and deleting and readding another user everything works just fine.

Last edited by dator; 10-23-2021 at 04:34 PM.
dator is offline   Reply With Quote