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?
Device: kindle oasis 2,ONYX boox max lumi, ONYX boox tab x c
Quote:
Originally Posted by DNSB
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 <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.)
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.)