You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run a headless calibre instance through the calibre-web docker container from linuxserver.
DeDRM provides a small guide on how to install the plugin via the cli tools, but there is non for DeACSM.
I tried installing the plugin via calibre-customize add DeACSM.zip and copying the /config/.config/calibre/plugins directory over from a working calibre instance, that I configured via the GUI. But with this process, using calibredb add test.acsm --library /books I get:
DeACSM v0.0.16: Trying to parse file test.acsm
ADE sanity check: Can't parse activation container
DeACSM v0.0.16: ADE auth is missing or broken
Is there a possibility to use and configure the plugin from within the CLI?
Operating system
Linux
Which version of Calibre are you running?
6.28.1
Which version of the ACSM Input plugin are you running?
v0.0.16
Import type
No response
Further information
No response
The text was updated successfully, but these errors were encountered:
There is currently no way to configure the plugin using the CLI, but copying over the existing config folder should work just fine (people have done that in the past). Can't parse activation container means the plugin was unable to find or load the activation.xml file.
Depending on the plugin version you should either have:
plugins/deacsm.json and plugins/DeACSM/account/activation.xml, or
plugins/ACSMInput/ACSMInput.json and plugins/ACSMInput/activation.xml
Are these available and do the files look like valid XML?
Bug description
I run a headless calibre instance through the calibre-web docker container from linuxserver.
DeDRM provides a small guide on how to install the plugin via the cli tools, but there is non for DeACSM.
I tried installing the plugin via calibre-customize add DeACSM.zip and copying the /config/.config/calibre/plugins directory over from a working calibre instance, that I configured via the GUI. But with this process, using
calibredb add test.acsm --library /books
I get:Is there a possibility to use and configure the plugin from within the CLI?
Operating system
Linux
Which version of Calibre are you running?
6.28.1
Which version of the ACSM Input plugin are you running?
v0.0.16
Import type
No response
Further information
No response
The text was updated successfully, but these errors were encountered: