Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 03-14-2026, 08:34 AM   #691
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 83,504
Karma: 153646249
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by dearleuk View Post
I've got about six rouge entries in the shown loans list that won't go away. Tried returning and deleting, but they re-appear when the list is shown, is there any way to purge them?
Leave one of those entries alone and see if it goes away when the date is past expiry.

As for the others, I cannot say what's going on. Are they ePub or PDF?
JSWolf is offline   Reply With Quote
Old 03-14-2026, 10:19 AM   #692
dearleuk
Connoisseur
dearleuk began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Oct 2008
Device: sony
They are all ePub.

Thank you I'll keep an eye on them
dearleuk is offline   Reply With Quote
Old 03-14-2026, 10:46 AM   #693
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 83,504
Karma: 153646249
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by dearleuk View Post
They are all ePub.

Thank you I'll keep an eye on them
The thing is, someone has a problem returning a PDF while I had no problem returning an ePub.
JSWolf is offline   Reply With Quote
Old 03-14-2026, 01:50 PM   #694
dearleuk
Connoisseur
dearleuk began at the beginning.
 
Posts: 55
Karma: 10
Join Date: Oct 2008
Device: sony
Quote:
Originally Posted by JSWolf View Post
The thing is, someone has a problem returning a PDF while I had no problem returning an ePub.
Yes, I think all was fine until I borrowed a magazine, really don't know why I didn't just read it online.
dearleuk is offline   Reply With Quote
Old 03-16-2026, 05:14 PM   #695
mitra1
Zealot
mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.
 
Posts: 136
Karma: 2086978
Join Date: Nov 2019
Location: Roma, Italia
Device: kindle oasis 2,ONYX boox max lumi, ONYX boox tab x c
Quote:
Originally Posted by DNSB View Post
For those who might want to try @gbm's suggestion but do not have a Linux box to run the .sh commands on, I've attached the output .zip files to this message. There do not seem to be any changes in the calibre-migration plugin but included it for anyone who might need it.
I tried to install calibre-plugin.zip but i receive the following error

Spoiler:
calibre, version 9.5.0
ERRORE: Eccezione non gestita: <b>InvalidPlugin</b>:Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in &lt;module&gt;
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in &lt;module&gt;
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in &lt;module&gt;
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in &lt;module&gt;
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in &lt;module&gt;
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in &lt;module&gt;
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in &lt;module&gt;
from ._libcrypto_ctypes import (
...&lt;3 lines&gt;...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in &lt;module&gt;
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
non riuscita con messaggio:
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in &lt;module&gt;
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in &lt;module&gt;
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in &lt;module&gt;
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in &lt;module&gt;
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in &lt;module&gt;
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in &lt;module&gt;
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in &lt;module&gt;
from ._libcrypto_ctypes import (
...&lt;3 lines&gt;...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in &lt;module&gt;
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)


calibre 9.5 embedded-python: True
macOS-15.7.4-x86_64-i386-64bit-Mach-O Darwin ('64bit', 'Mach-O')
('Darwin', '24.6.0', 'Darwin Kernel Version 24.6.0: Mon Jan 19 22:00:10 PST 2026; root:xnu-11417.140.69.708.3~1/RELEASE_X86_64')
Python 3.14.2
OSX: ('15.7.4', ('', '', ''), 'x86_64')
Interface language: it
EXE path: /Applications/calibre.app/Contents/MacOS/calibre
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (2, 29, 0) && DeDRM (10, 0, 3) && Package KFX (from KFX Input) (2, 29, 0) && Comicvine (0, 14, 2) && Find Duplicates (1, 10, 10) && Goodreads (1, 8, 4) && KFX metadata reader (from KFX Input) (2, 29, 0) && From KFX (2, 29, 0) && KFX Input (2, 29, 0) && KindleUnpack - The Plugin (0, 83, 8) && Obok DeDRM (10, 0, 3) && ACSM Input Plugin GUI Extension (0, 1, 0)
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre/gui2/preferences/plugins.py", line 331, in add_plugin
File "calibre/customize/ui.py", line 581, in add_plugin
File "calibre/customize/ui.py", line 783, in initialize_plugin
calibre.customize.InvalidPlugin: Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
non riuscita con messaggio:
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)


Last edited by mitra1; 03-16-2026 at 05:18 PM.
mitra1 is offline   Reply With Quote
Old 03-16-2026, 08:51 PM   #696
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 51,958
Karma: 180003020
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by mitra1 View Post
I tried to install calibre-plugin.zip but i receive the following error.
You are going to have to get some help from a Mac user. The errors seem to indicate that OpenSSL is not installed and/or is not a signed version.

I've installed that version on 2 Windows and 3 Linux installs without issues.
DNSB is offline   Reply With Quote
Old 03-16-2026, 10:39 PM   #697
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,263
Karma: 8891824
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
see:

https://github.com/Leseratte10/acsm-...gin/issues/154
TRy this patched plugin.
bernie
Quote:
Originally Posted by mitra1 View Post
I tried to install calibre-plugin.zip but i receive the following error

Spoiler:
calibre, version 9.5.0
ERRORE: Eccezione non gestita: <b>InvalidPlugin</b>:Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in &lt;module&gt;
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in &lt;module&gt;
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in &lt;module&gt;
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in &lt;module&gt;
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in &lt;module&gt;
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in &lt;module&gt;
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in &lt;module&gt;
from ._libcrypto_ctypes import (
...&lt;3 lines&gt;...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in &lt;module&gt;
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
non riuscita con messaggio:
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in &lt;module&gt;
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in &lt;module&gt;
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in &lt;module&gt;
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in &lt;module&gt;
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in &lt;module&gt;
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in &lt;module&gt;
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in &lt;module&gt;
from ._libcrypto_ctypes import (
...&lt;3 lines&gt;...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in &lt;module&gt;
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in &lt;047FF2B6-B20D-3F43-9FEF-69120E324B19&gt; '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)


calibre 9.5 embedded-python: True
macOS-15.7.4-x86_64-i386-64bit-Mach-O Darwin ('64bit', 'Mach-O')
('Darwin', '24.6.0', 'Darwin Kernel Version 24.6.0: Mon Jan 19 22:00:10 PST 2026; root:xnu-11417.140.69.708.3~1/RELEASE_X86_64')
Python 3.14.2
OSX: ('15.7.4', ('', '', ''), 'x86_64')
Interface language: it
EXE path: /Applications/calibre.app/Contents/MacOS/calibre
Successfully initialized third party plugins: Gather KFX-ZIP (from KFX Input) (2, 29, 0) && DeDRM (10, 0, 3) && Package KFX (from KFX Input) (2, 29, 0) && Comicvine (0, 14, 2) && Find Duplicates (1, 10, 10) && Goodreads (1, 8, 4) && KFX metadata reader (from KFX Input) (2, 29, 0) && From KFX (2, 29, 0) && KFX Input (2, 29, 0) && KindleUnpack - The Plugin (0, 83, 8) && Obok DeDRM (10, 0, 3) && ACSM Input Plugin GUI Extension (0, 1, 0)
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "calibre/gui2/preferences/plugins.py", line 331, in add_plugin
File "calibre/customize/ui.py", line 581, in add_plugin
File "calibre/customize/ui.py", line 783, in initialize_plugin
calibre.customize.InvalidPlugin: Inizializzazione del plugin Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)
non riuscita con messaggio:
Traceback (most recent call last):
File "calibre/customize/ui.py", line 778, in initialize_plugin
File "calibre_plugins.deacsm.__init__", line 334, in initialize
from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest
File "/Users/user/Downloads/cancellanda/calibre-plugin.zip/libadobe.py", line 75, in <module>
from oscrypto import keys
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/keys.py", line 5, in <module>
from ._asymmetric import parse_certificate, parse_private, parse_public
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_asymmetric.py", line 27, in <module>
from .kdf import pbkdf1, pbkdf2, pkcs12_kdf
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/kdf.py", line 9, in <module>
from .util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/util.py", line 10, in <module>
from ._mac.util import rand_bytes
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_mac/util.py", line 208, in <module>
from .._openssl._libcrypto import libcrypto
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto.py", line 15, in <module>
from ._libcrypto_ctypes import (
...<3 lines>...
)
File "/Users/user/Library/Preferences/calibre/plugins/DeACSM/modules/oscrypto/oscrypto/_openssl/_libcrypto_ctypes.py", line 30, in <module>
libcrypto = CDLL(libcrypto_path, use_errno=True)
File "ctypes/__init__.py", line 433, in __init__
File "ctypes/__init__.py", line 473, in _load_library
OSError: dlopen(/usr/local/lib/libcrypto.dylib, 0x0006): tried: '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/libcrypto.dylib' (no such file), '/usr/local/lib/libcrypto.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (no such file), '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' (code signature in <047FF2B6-B20D-3F43-9FEF-69120E324B19> '/usr/local/Cellar/openssl@3/3.6.1/lib/libcrypto.3.dylib' not valid for use in process: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.)


Last edited by gbm; 03-16-2026 at 10:53 PM.
gbm is offline   Reply With Quote
Old 03-24-2026, 12:47 PM   #698
mitra1
Zealot
mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.mitra1 ought to be getting tired of karma fortunes by now.
 
Posts: 136
Karma: 2086978
Join Date: Nov 2019
Location: Roma, Italia
Device: kindle oasis 2,ONYX boox max lumi, ONYX boox tab x c
Quote:
Originally Posted by gbm View Post
Same error of the other time
mitra1 is offline   Reply With Quote
Old 04-07-2026, 06:58 AM   #699
enuddleyarbl
Guru
enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.
 
enuddleyarbl's Avatar
 
Posts: 831
Karma: 2111023
Join Date: Sep 2013
Device: Kobo Sage
I'm not sure if this is a problem with this plugin, Calibre or my setup, but I can no longer add epubs via acsm files in Calibre. I tell Calibre to Add a book and it looks like just the acsm file is brought in to Calibre. There's no epub. I've tried 3 different acsm files (2 of which worked last month). The Book Details window has a generic cover and the following:


Title: TheSubtleArtofFoldin 9781250382085 11842667
Formats: ACSM
Folder: Book files
Title sort: TheSubtleArtofFoldin 9781250382085 11842667
Date: 07 Apr 2026
uuid: 68664fcd-4425-4a4b-b53d-cb15e75aa9a2
Id: 1068
Modified: 07 Apr 2026
Size: <0.1 MB
Pages: None

I'm on Bazzite (linux) with Calibre 9.6 (flatpak) and ACSM Input 0.0.16.

EDIT: I've also now downloaded 2 different sample books from:

https://www.adobe.com/solutions/eboo...k-library.html

and neither one will import at all. The Adding Books dialog pops up and sits there at 0% until I abort it. EDIT 2: Oops. I let it try for longer and it finally imported. But, it's still just the acsm file and not the actual book.

EDIT 3: Sorry for all the edits. But, I found how to get the logs. Here it is, though the 1st line seems to tell it all (though I have no idea what to do about that):

Code:
Qt: Session management error: Could not open network socket
ApplicationPaletteChange event ignored
Using calibre Qt style: True
calibre Debug log
calibre 9.6  embedded-python: True
Linux-6.17.7-ba29.fc43.x86_64-x86_64-with-glibc2.42 Linux ('64bit', 'ELF')
('Linux', '6.17.7-ba29.fc43.x86_64', '#1 SMP PREEMPT_DYNAMIC Wed Mar 25 07:35:02 UTC 2026')
Python 3.14.2
Interface language: None
EXE path: /app/lib/calibre/bin/calibre-debug
Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (10, 0, 3) && Diaps Editing Toolbag (0, 5, 0) && EpubCheck (0, 2, 6) && Goodreads (1, 8, 4) && Kobo Utilities (2, 27, 1) && Modify ePub (1, 8, 9) && Quality Check (1, 14, 7) && ScrambleEbook (0, 6, 0)
calibre 9.6  embedded-python: True
Linux-6.17.7-ba29.fc43.x86_64-x86_64-with-glibc2.42 Linux ('64bit', 'ELF')
('Linux', '6.17.7-ba29.fc43.x86_64', '#1 SMP PREEMPT_DYNAMIC Wed Mar 25 07:35:02 UTC 2026')
Python 3.14.2
Interface language: None
EXE path: /app/lib/calibre/bin/calibre-debug
Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (10, 0, 3) && Diaps Editing Toolbag (0, 5, 0) && EpubCheck (0, 2, 6) && Goodreads (1, 8, 4) && Kobo Utilities (2, 27, 1) && Modify ePub (1, 8, 9) && Quality Check (1, 14, 7) && ScrambleEbook (0, 6, 0)
QPA platform: xcb
devicePixelRatio: 1.5
logicalDpi: 96.0 x 96.0
physicalDpi: 72.80274999999999 x 72.78805970149253
[0.00] Starting up...
[0.00] Initializing db...
[0.02] db initialized
[0.02] Constructing main UI...
[0.05] [DEBUG] [koboutilities.config:<module>:73] CreateNewCustomColumn is supported
qt.webengine.QWebEngineView OK
[0.22] [DEBUG] [koboutilities.action:KoboUtilitiesAction.genesis:120] Running in optimized mode
[0.49] GUI main window shown
[0.50] [DEBUG] [koboutilities.config:get_library_config:646] library_config: {
    "SchemaVersion": 1,
    "profiles": {
        "Carol's Forma": {
            "customColumnOptions": {
                "currentReadingLocationColumn": "#cesreadloc",
                "lastReadColumn": "#ceslastread",
                "percentReadColumn": "#cespercentread",
                "ratingColumn": "#cesrating",
                "restOfBookEstimateColumn": "",
                "timeSpentReadingColumn": ""
            },
            "forDevice": "N782120007529",
            "profileName": "Carol's Forma",
            "storeOptionsStore": {
                "doNotStoreIfReopened": false,
                "promptToStore": true,
                "storeIfMoreRecent": true,
                "storeOnConnect": true
            },
            "updateOptionsStore": {
                "doEarlyFirmwareUpdate": false,
                "doFirmwareUpdateCheck": false,
                "firmwareUpdateCheckLastTime": 0
            }
        },
        "Dave's Forma": {
            "customColumnOptions": {
                "currentReadingLocationColumn": "#dalreadloc",
                "lastReadColumn": "#dallastread",
                "percentReadColumn": "#dalpercentread",
                "ratingColumn": "#dalrating",
                "restOfBookEstimateColumn": "",
                "timeSpentReadingColumn": ""
            },
            "forDevice": "3565ce9f-f108-490e-9838-efdd9fbbe419",
            "profileName": "Dave's Forma",
            "storeOptionsStore": {
                "doNotStoreIfReopened": false,
                "promptToStore": true,
                "storeIfMoreRecent": true,
                "storeOnConnect": true
            },
            "updateOptionsStore": {
                "doEarlyFirmwareUpdate": false,
                "doFirmwareUpdateCheck": false,
                "firmwareUpdateCheckLastTime": 0
            }
        },
        "Dave's Sage": {
            "customColumnOptions": {
                "currentReadingLocationColumn": "#dalreadloc",
                "lastReadColumn": "#dallastread",
                "percentReadColumn": "#dalpercentread",
                "ratingColumn": "#dalrating",
                "restOfBookEstimateColumn": "",
                "timeSpentReadingColumn": ""
            },
            "forDevice": "a68f551c-a48e-4fd2-8fa1-6e3f836094fc",
            "profileName": "Dave's Sage",
            "storeOptionsStore": {
                "doNotStoreIfReopened": false,
                "promptToStore": true,
                "storeIfMoreRecent": true,
                "storeOnConnect": true
            },
            "updateOptionsStore": {
                "doEarlyFirmwareUpdate": false,
                "doFirmwareUpdateCheck": false,
                "firmwareUpdateCheckLastTime": 0
            }
        }
    },
    "readingPositionChangesStore": {
        "selectBooksInLibrary": true,
        "updeateGoodreadsProgress": false
    },
    "shelvesColumn": null
}
[0.50] [DEBUG] [koboutilities.action:KoboUtilitiesAction.set_toolbar_button_tooltip:180] setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouch'
[0.56] main UI initialized...
[0.56] Started up in 0.56 seconds with 2 books
Running file type plugin DeACSM failed with traceback:
Traceback (most recent call last):
  File "calibre/customize/ui.py", line 236, in _run_filetype_plugins
  File "calibre_plugins.deacsm.__init__", line 416, in run
    success, replyData = fulfill(path_to_ebook, deacsmprefs["notify_fulfillment"])
                         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dave/.var/app/com.calibre_ebook.calibre/config/calibre/plugins/DeACSM.zip/libadobeFulfill.py", line 425, in fulfill
    ret = operatorAuth(fulfillURL)
  File "/home/dave/.var/app/com.calibre_ebook.calibre/config/calibre/plugins/DeACSM.zip/libadobeFulfill.py", line 273, in operatorAuth
    ret = doOperatorAuth(operatorURL)
  File "/home/dave/.var/app/com.calibre_ebook.calibre/config/calibre/plugins/DeACSM.zip/libadobeFulfill.py", line 244, in doOperatorAuth
    resp = sendRequestDocu(init_license_service_request, activationURL + "/InitLicenseService").decode("utf-8")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'decode'
DeACSM v0.0.16: Trying to parse file URLLink.acsm
DeACSM v0.0.16: Try to fulfill ...
Post request failed with URLError
Added URLLink to db in: 0.1
Added 1 books in 135.9 seconds
[178.21] Shutdown starting...
[178.23] Shutdown message shown...
[178.23] Grid view shutdown
[178.23] Bookshelf view shutdown
[178.23] Actions shutdown
[178.43] Various services shutdown
[178.43] Metadata backup shutdown
[178.43] Current database closed
[178.43] Windows hidden
[178.44] Waiting for overseers, mdns, and live to shutdown
[178.44] Waiting for device manager to shutdown
[178.44] Shutdown complete in 0.23, quitting...
[178.44] Application event loop quit
And, for posterity, to get the logs, right-click the Preferences button in Calibre and Restart in Debug Mode. Calibre will tell you what to do.

EDIT FINAL: Aaaaaand, now it works. Maybe Adobe had server issues.

Last edited by enuddleyarbl; 04-07-2026 at 08:03 AM.
enuddleyarbl is offline   Reply With Quote
Old 04-07-2026, 11:47 AM   #700
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 83,504
Karma: 153646249
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by enuddleyarbl View Post
I'm not sure if this is a problem with this plugin, Calibre or my setup, but I can no longer add epubs via acsm files in Calibre. I tell Calibre to Add a book and it looks like just the acsm file is brought in to Calibre. There's no epub. I've tried 3 different acsm files (2 of which worked last month). The Book Details window has a generic cover and the following:


Title: TheSubtleArtofFoldin 9781250382085 11842667
Formats: ACSM
Folder: Book files
Title sort: TheSubtleArtofFoldin 9781250382085 11842667
Date: 07 Apr 2026
uuid: 68664fcd-4425-4a4b-b53d-cb15e75aa9a2
Id: 1068
Modified: 07 Apr 2026
Size: <0.1 MB
Pages: None

I'm on Bazzite (linux) with Calibre 9.6 (flatpak) and ACSM Input 0.0.16.

EDIT: I've also now downloaded 2 different sample books from:

https://www.adobe.com/solutions/eboo...k-library.html

and neither one will import at all. The Adding Books dialog pops up and sits there at 0% until I abort it. EDIT 2: Oops. I let it try for longer and it finally imported. But, it's still just the acsm file and not the actual book.

EDIT 3: Sorry for all the edits. But, I found how to get the logs. Here it is, though the 1st line seems to tell it all (though I have no idea what to do about that):

Code:
Qt: Session management error: Could not open network socket
ApplicationPaletteChange event ignored
Using calibre Qt style: True
calibre Debug log
calibre 9.6  embedded-python: True
Linux-6.17.7-ba29.fc43.x86_64-x86_64-with-glibc2.42 Linux ('64bit', 'ELF')
('Linux', '6.17.7-ba29.fc43.x86_64', '#1 SMP PREEMPT_DYNAMIC Wed Mar 25 07:35:02 UTC 2026')
Python 3.14.2
Interface language: None
EXE path: /app/lib/calibre/bin/calibre-debug
Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (10, 0, 3) && Diaps Editing Toolbag (0, 5, 0) && EpubCheck (0, 2, 6) && Goodreads (1, 8, 4) && Kobo Utilities (2, 27, 1) && Modify ePub (1, 8, 9) && Quality Check (1, 14, 7) && ScrambleEbook (0, 6, 0)
calibre 9.6  embedded-python: True
Linux-6.17.7-ba29.fc43.x86_64-x86_64-with-glibc2.42 Linux ('64bit', 'ELF')
('Linux', '6.17.7-ba29.fc43.x86_64', '#1 SMP PREEMPT_DYNAMIC Wed Mar 25 07:35:02 UTC 2026')
Python 3.14.2
Interface language: None
EXE path: /app/lib/calibre/bin/calibre-debug
Successfully initialized third party plugins: DeACSM (0, 0, 16) && DeDRM (10, 0, 3) && Diaps Editing Toolbag (0, 5, 0) && EpubCheck (0, 2, 6) && Goodreads (1, 8, 4) && Kobo Utilities (2, 27, 1) && Modify ePub (1, 8, 9) && Quality Check (1, 14, 7) && ScrambleEbook (0, 6, 0)
QPA platform: xcb
devicePixelRatio: 1.5
logicalDpi: 96.0 x 96.0
physicalDpi: 72.80274999999999 x 72.78805970149253
[0.00] Starting up...
[0.00] Initializing db...
[0.02] db initialized
[0.02] Constructing main UI...
[0.05] [DEBUG] [koboutilities.config:<module>:73] CreateNewCustomColumn is supported
qt.webengine.QWebEngineView OK
[0.22] [DEBUG] [koboutilities.action:KoboUtilitiesAction.genesis:120] Running in optimized mode
[0.49] GUI main window shown
[0.50] [DEBUG] [koboutilities.config:get_library_config:646] library_config: {
    "SchemaVersion": 1,
    "profiles": {
        "Carol's Forma": {
            "customColumnOptions": {
                "currentReadingLocationColumn": "#cesreadloc",
                "lastReadColumn": "#ceslastread",
                "percentReadColumn": "#cespercentread",
                "ratingColumn": "#cesrating",
                "restOfBookEstimateColumn": "",
                "timeSpentReadingColumn": ""
            },
            "forDevice": "N782120007529",
            "profileName": "Carol's Forma",
            "storeOptionsStore": {
                "doNotStoreIfReopened": false,
                "promptToStore": true,
                "storeIfMoreRecent": true,
                "storeOnConnect": true
            },
            "updateOptionsStore": {
                "doEarlyFirmwareUpdate": false,
                "doFirmwareUpdateCheck": false,
                "firmwareUpdateCheckLastTime": 0
            }
        },
        "Dave's Forma": {
            "customColumnOptions": {
                "currentReadingLocationColumn": "#dalreadloc",
                "lastReadColumn": "#dallastread",
                "percentReadColumn": "#dalpercentread",
                "ratingColumn": "#dalrating",
                "restOfBookEstimateColumn": "",
                "timeSpentReadingColumn": ""
            },
            "forDevice": "3565ce9f-f108-490e-9838-efdd9fbbe419",
            "profileName": "Dave's Forma",
            "storeOptionsStore": {
                "doNotStoreIfReopened": false,
                "promptToStore": true,
                "storeIfMoreRecent": true,
                "storeOnConnect": true
            },
            "updateOptionsStore": {
                "doEarlyFirmwareUpdate": false,
                "doFirmwareUpdateCheck": false,
                "firmwareUpdateCheckLastTime": 0
            }
        },
        "Dave's Sage": {
            "customColumnOptions": {
                "currentReadingLocationColumn": "#dalreadloc",
                "lastReadColumn": "#dallastread",
                "percentReadColumn": "#dalpercentread",
                "ratingColumn": "#dalrating",
                "restOfBookEstimateColumn": "",
                "timeSpentReadingColumn": ""
            },
            "forDevice": "a68f551c-a48e-4fd2-8fa1-6e3f836094fc",
            "profileName": "Dave's Sage",
            "storeOptionsStore": {
                "doNotStoreIfReopened": false,
                "promptToStore": true,
                "storeIfMoreRecent": true,
                "storeOnConnect": true
            },
            "updateOptionsStore": {
                "doEarlyFirmwareUpdate": false,
                "doFirmwareUpdateCheck": false,
                "firmwareUpdateCheckLastTime": 0
            }
        }
    },
    "readingPositionChangesStore": {
        "selectBooksInLibrary": true,
        "updeateGoodreadsProgress": false
    },
    "shelvesColumn": null
}
[0.50] [DEBUG] [koboutilities.action:KoboUtilitiesAction.set_toolbar_button_tooltip:180] setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouch'
[0.56] main UI initialized...
[0.56] Started up in 0.56 seconds with 2 books
Running file type plugin DeACSM failed with traceback:
Traceback (most recent call last):
  File "calibre/customize/ui.py", line 236, in _run_filetype_plugins
  File "calibre_plugins.deacsm.__init__", line 416, in run
    success, replyData = fulfill(path_to_ebook, deacsmprefs["notify_fulfillment"])
                         ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/dave/.var/app/com.calibre_ebook.calibre/config/calibre/plugins/DeACSM.zip/libadobeFulfill.py", line 425, in fulfill
    ret = operatorAuth(fulfillURL)
  File "/home/dave/.var/app/com.calibre_ebook.calibre/config/calibre/plugins/DeACSM.zip/libadobeFulfill.py", line 273, in operatorAuth
    ret = doOperatorAuth(operatorURL)
  File "/home/dave/.var/app/com.calibre_ebook.calibre/config/calibre/plugins/DeACSM.zip/libadobeFulfill.py", line 244, in doOperatorAuth
    resp = sendRequestDocu(init_license_service_request, activationURL + "/InitLicenseService").decode("utf-8")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'decode'
DeACSM v0.0.16: Trying to parse file URLLink.acsm
DeACSM v0.0.16: Try to fulfill ...
Post request failed with URLError
Added URLLink to db in: 0.1
Added 1 books in 135.9 seconds
[178.21] Shutdown starting...
[178.23] Shutdown message shown...
[178.23] Grid view shutdown
[178.23] Bookshelf view shutdown
[178.23] Actions shutdown
[178.43] Various services shutdown
[178.43] Metadata backup shutdown
[178.43] Current database closed
[178.43] Windows hidden
[178.44] Waiting for overseers, mdns, and live to shutdown
[178.44] Waiting for device manager to shutdown
[178.44] Shutdown complete in 0.23, quitting...
[178.44] Application event loop quit
And, for posterity, to get the logs, right-click the Preferences button in Calibre and Restart in Debug Mode. Calibre will tell you what to do.

EDIT FINAL: Aaaaaand, now it works. Maybe Adobe had server issues.
Go to post #680 in this thread and download the 0.1.0 version of this plugin and give it a try.
JSWolf is offline   Reply With Quote
Old 05-08-2026, 04:06 AM   #701
bookrex
Junior Member
bookrex began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2026
Device: Kobo Libra Colour
Thank you

Thank you for keeping this plugin up to date!
Had the problem of not being able to open acsm-files and convert them to epub. The solution of download the source for v0.1.0 worked.

Sent some money for coffee your way Leseratte_10 https://paypal.me/Leseratte

Quote:
Originally Posted by gbm View Post
Download this zip from https://github.com/Leseratte10/acsm-calibre-plugin.

https://github.com/Leseratte10/acsm-...ads/master.zip

Unzip it into a new folder I named mine acsm-calibre-plugin-master.

Now double click on bundle_calibre_plugin.sh select run.

You should now have a zip file named calibre-plugin.zip.

Now open calibre and go to Preferences--Plugins.

Now open calibre and go to Preferences--Plugins.

Now click on "load plugin from file"
Now go to the folder acsm-calibre-plugin-master click on
calibre-plugin.zip answer ok then yes then restart calibre.

You will now have the lateness beta acsm plugin with all the new commits

luck
bernie
bookrex is offline   Reply With Quote
Old 05-08-2026, 10:58 PM   #702
rxmom03
Addict
rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.
 
rxmom03's Avatar
 
Posts: 229
Karma: 539264
Join Date: Mar 2010
Location: DFW, TX
Device: Kobo Clara 2E, Kobo Libra Colour, iPhone, iPad
Hi, I have followed these instructions and was able to download the acsm plug-in. I originally wanted to do it anonymously, but when I tried a book from Kobo it wouldn't convert the acsm file. So I went back and tried to add my ADE account info but it wouldn't take it and gave me this error message

Spoiler:
calibre, version 9.8.0
ERROR: ADE activation failed: Could not link anonymous authentication to AdobeID.
This only works with a fresh AdobeID that has never been linked to any ADE install.

Can't link anon auth urn:uuid:e192368a-d992-4c62-bb97-bf1fefc2ef6b to account, account already has user ID urn:uuid:687ae465-5433-4182-9396-49c76cf11840


Is it telling me I need to make a new Adobe account and can't use the one I already have? Thanks for your help.

Quote:
Originally Posted by gbm View Post
Download this zip from https://github.com/Leseratte10/acsm-calibre-plugin.

https://github.com/Leseratte10/acsm-...ads/master.zip

Unzip it into a new folder I named mine acsm-calibre-plugin-master.

Now double click on bundle_calibre_plugin.sh select run.

You should now have a zip file named calibre-plugin.zip.

Now open calibre and go to Preferences--Plugins.

Now open calibre and go to Preferences--Plugins.

Now click on "load plugin from file"
Now go to the folder acsm-calibre-plugin-master click on
calibre-plugin.zip answer ok then yes then restart calibre.

You will now have the lateness beta acsm plugin with all the new commits
rxmom03 is offline   Reply With Quote
Old 05-09-2026, 02:44 AM   #703
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 51,958
Karma: 180003020
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by rxmom03 View Post
Hi, I have followed these instructions and was able to download the acsm plug-in. I originally wanted to do it anonymously, but when I tried a book from Kobo it wouldn't convert the acsm file. So I went back and tried to add my ADE account info but it wouldn't take it and gave me this error message

Spoiler:
calibre, version 9.8.0
ERROR: ADE activation failed: Could not link anonymous authentication to AdobeID.
This only works with a fresh AdobeID that has never been linked to any ADE install.

Can't link anon auth urn:uuid:e192368a-d992-4c62-bb97-bf1fefc2ef6b to account, account already has user ID urn:uuid:687ae465-5433-4182-9396-49c76cf11840


Is it telling me I need to make a new Adobe account and can't use the one I already have? Thanks for your help.
Or perhaps that you can't link an anonymous account to an existing and in use Adobe account. If you use your existing Adobe account to authorize the plugin, does it work?

You might have to remove the activation information from the DeACSM directory in the calibre plugins directory to be able to change the account.
DNSB is offline   Reply With Quote
Old 05-09-2026, 10:42 AM   #704
rxmom03
Addict
rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.rxmom03 ought to be getting tired of karma fortunes by now.
 
rxmom03's Avatar
 
Posts: 229
Karma: 539264
Join Date: Mar 2010
Location: DFW, TX
Device: Kobo Clara 2E, Kobo Libra Colour, iPhone, iPad
Quote:
Originally Posted by DNSB View Post
You might have to remove the activation information from the DeACSM directory in the calibre plugins directory to be able to change the account.
Where would I do that? I have checked under "Preferences" --> "Plugins" and the most likely option is to customize the plugin, but it doesn't let me do anything like that. Would it be best to delete the plugin and start over?
rxmom03 is offline   Reply With Quote
Old 05-09-2026, 03:22 PM   #705
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 83,504
Karma: 153646249
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by rxmom03 View Post
Where would I do that? I have checked under "Preferences" --> "Plugins" and the most likely option is to customize the plugin, but it doesn't let me do anything like that. Would it be best to delete the plugin and start over?
In the ASCM Input plugin, there is an option to copy your settings from ADE.
JSWolf is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[FileType Plugin] GetFileName Terisa de morgan Plugins 417 07-16-2024 03:37 AM
[FileType Plugin] YVES Bible Plugin ClashTheBunny Plugins 27 01-16-2023 01:25 AM
help with epub on_import filetype plugin digitalvideo Development 4 02-27-2020 05:13 AM
Question about file_types in FileType plugin Terisa de morgan Plugins 6 02-08-2017 05:53 AM
Zip Filetype Plugin? rsingley Plugins 7 02-11-2011 05:11 PM


All times are GMT -4. The time now is 01:14 AM.


MobileRead.com is a privately owned, operated and funded community.