01-25-2024, 10:43 PM | #391 |
Custom User Title
Posts: 9,575
Karma: 64960983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Yes. Why wouldn't it?
|
01-26-2024, 12:03 AM | #392 |
Bibliophagist
Posts: 40,595
Karma: 157444382
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
|
|
Advert | |
|
01-26-2024, 03:12 AM | #393 |
Zealot
Posts: 120
Karma: 21932
Join Date: Feb 2013
Location: Norman, OK
Device: Kindle Voyage, Paperwhite 5th gen, Kobo Libra 2
|
|
02-07-2024, 11:23 AM | #394 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2024
Device: POCKET BOOK LITE
|
Hello everyone. The first thing I would like to say is that this plugin is excellent and thanks to it, from Linux Mint, I am able to convert ACSM files to EPUB very simply. Until now, I had no problems, but since yesterday I cannot return the books. When I choose "show loaned books" to return them, I get this error: "TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'". I have tried uninstalling the plugin and reinstalling it, and while it works fine when converting from ACSM to EPUB, the problem with returning the books remains the same. This action is very important because I have reached the limit of loans from my digital library and I need to return them. Has anyone experienced this same error and knows how to fix it? Greetings and thank you.
|
02-24-2024, 05:26 AM | #395 | |
Zealot
Posts: 131
Karma: 19894
Join Date: Mar 2010
Location: Bromley, UK
Device: Kindle PW 10th gen, Kindle Fire 7 9th gen, Kindle KB 3rd gen
|
Quote:
|
|
Advert | |
|
02-24-2024, 09:04 AM | #396 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2024
Device: POCKET BOOK LITE
|
I have tried to uninstall Calibre and the plugin. However, when I reinstall Calibre and install the plugin again, it appears as AUTHORIZED with the anonymous ID that was giving me an error when trying to return the books. I would like to deauthorize the device and authorize it again. Regarding your question about Libby, I am from Spain and I return all the ebooks from my digital libraries without any problem... the issue arises when I try to return those from a specific library, I get this error and cannot return them neither from Calibre nor from its website.
|
02-24-2024, 12:13 PM | #397 | |
Well trained by Cats
Posts: 30,452
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
You need to open the configuration folder :Plugins, and find the settings (will have the same name as the plugin( file type is usually JSON) Note if you see the <plugin name>.ZIP, you have not uninstalled it properly Calibre MUST not be running when doing this kind of housekeeping |
|
02-25-2024, 11:03 AM | #398 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2024
Device: POCKET BOOK LITE
|
I have completely uninstalled the program. I have also deleted the installation folders and reinstalled it from scratch. I install Calibre, and then I have tried to install the plugin and authenticate with my Adobe account but it doesn't work. It doesn't remove the DRM... A few weeks ago, I had the installation with anonymous authorization and it worked perfectly until it started to not let me return the books from Calibre. I don't know what the problem is anymore. I keep trying because I was very happy with how it worked.
|
02-25-2024, 01:48 PM | #400 |
Junior Member
Posts: 4
Karma: 10
Join Date: Feb 2024
Device: POCKET BOOK LITE
|
"In the clean installation, I already have both plugins, but I don't remember how to configure DeDRM. How do I import the keys from Adobe Digital Editions? I am on Linux Mint."
|
02-25-2024, 02:56 PM | #401 | |
The Grand Mouse 高貴的老鼠
Posts: 72,541
Karma: 309960766
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Voyage
|
Quote:
|
|
03-02-2024, 08:36 PM | #402 |
Junior Member
Posts: 9
Karma: 10
Join Date: Sep 2013
Device: Kindle Paperwhite
|
Hi,
I've previously used this plugin with Ubuntu. I'm giving Fedora 39 a try and get an error while installing. I've tried the 0.0.16 and 0.0.16-bugfix versions. It looks like a similar error with the Crypto library that was fixed previously for Fedora. Anybody using Fedora 39 with this plugin? Error: Code:
calibre, version 7.3.0 ERROR: Unhandled exception: <b>InvalidPlugin</b>:Initialization of plugin Traceback (most recent call last): File "/home/me/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 23, in <module> from Cryptodome import Random File "/usr/lib64/calibre/calibre/constants.py", line 214, in find_spec return ModuleSpec(fullname, DeVendorLoader(fullname.replace('dome', '', 1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/constants.py", line 183, in __init__ self.aliased_module = import_module(aliased_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'Crypto' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/calibre/calibre/customize/ui.py", line 710, in initialize_plugin p.initialize() File "calibre_plugins.deacsm.__init__", line 226, in initialize from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 29, in <module> from Crypto import Random ModuleNotFoundError: No module named 'Crypto' failed with traceback: Traceback (most recent call last): File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 23, in <module> from Cryptodome import Random File "/usr/lib64/calibre/calibre/constants.py", line 214, in find_spec return ModuleSpec(fullname, DeVendorLoader(fullname.replace('dome', '', 1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/constants.py", line 183, in __init__ self.aliased_module = import_module(aliased_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'Crypto' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/calibre/calibre/customize/ui.py", line 710, in initialize_plugin p.initialize() File "calibre_plugins.deacsm.__init__", line 226, in initialize from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 29, in <module> from Crypto import Random ModuleNotFoundError: No module named 'Crypto' calibre 7.3 embedded-python: False Linux-6.7.6-200.fc39.x86_64-x86_64-with-glibc2.38 Linux ('64bit', 'ELF') ('Linux', '6.7.6-200.fc39.x86_64', '#1 SMP PREEMPT_DYNAMIC Fri Feb 23 18:27:29 UTC 2024') Python 3.12.2 Interface language: None Traceback (most recent call last): File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 23, in <module> from Cryptodome import Random File "/usr/lib64/calibre/calibre/constants.py", line 214, in find_spec return ModuleSpec(fullname, DeVendorLoader(fullname.replace('dome', '', 1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/constants.py", line 183, in __init__ self.aliased_module = import_module(aliased_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'Crypto' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/calibre/calibre/customize/ui.py", line 710, in initialize_plugin p.initialize() File "calibre_plugins.deacsm.__init__", line 226, in initialize from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 29, in <module> from Crypto import Random ModuleNotFoundError: No module named 'Crypto' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/calibre/calibre/gui2/preferences/plugins.py", line 324, in add_plugin plugin = add_plugin(path) ^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/customize/ui.py", line 520, in add_plugin plugin = initialize_plugin(plugin, path_to_zip_file, PluginInstallationType.EXTERNAL) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/customize/ui.py", line 715, in initialize_plugin raise InvalidPlugin((_('Initialization of plugin %s failed with traceback:') calibre.customize.InvalidPlugin: Initialization of plugin Traceback (most recent call last): File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 23, in <module> from Cryptodome import Random File "/usr/lib64/calibre/calibre/constants.py", line 214, in find_spec return ModuleSpec(fullname, DeVendorLoader(fullname.replace('dome', '', 1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/constants.py", line 183, in __init__ self.aliased_module = import_module(aliased_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'Crypto' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/calibre/calibre/customize/ui.py", line 710, in initialize_plugin p.initialize() File "calibre_plugins.deacsm.__init__", line 226, in initialize from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 29, in <module> from Crypto import Random ModuleNotFoundError: No module named 'Crypto' failed with traceback: Traceback (most recent call last): File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 23, in <module> from Cryptodome import Random File "/usr/lib64/calibre/calibre/constants.py", line 214, in find_spec return ModuleSpec(fullname, DeVendorLoader(fullname.replace('dome', '', 1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/calibre/calibre/constants.py", line 183, in __init__ self.aliased_module = import_module(aliased_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'Crypto' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/calibre/calibre/customize/ui.py", line 710, in initialize_plugin p.initialize() File "calibre_plugins.deacsm.__init__", line 226, in initialize from libadobe import createDeviceKeyFile, update_account_path, sendHTTPRequest File "/home/username/Downloads/ACSMInput_0.0.16-bugfix.zip/libadobe.py", line 29, in <module> from Crypto import Random ModuleNotFoundError: No module named 'Crypto' |
03-04-2024, 02:09 PM | #403 |
Groupie
Posts: 183
Karma: 2010542
Join Date: Sep 2021
Device: PB Era, PB InkPad 3 Pro
|
Is this Calibre from the Fedora repos or from the Calibre website? Calibre from the Linux distribution's repos often have issues with plugins.
|
03-04-2024, 03:31 PM | #404 |
Resident Curmudgeon
Posts: 76,487
Karma: 136564766
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
03-04-2024, 04:40 PM | #405 |
Grand Sorcerer
Posts: 5,531
Karma: 100606001
Join Date: Apr 2011
Device: pb360
|
|
Thread Tools | Search this Thread |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[FileType Plugin] GetFileName | Terisa de morgan | Plugins | 417 | 07-16-2024 04:37 AM |
[FileType Plugin] YVES Bible Plugin | ClashTheBunny | Plugins | 27 | 01-16-2023 02:25 AM |
help with epub on_import filetype plugin | digitalvideo | Development | 4 | 02-27-2020 06:13 AM |
Question about file_types in FileType plugin | Terisa de morgan | Plugins | 6 | 02-08-2017 06:53 AM |
Zip Filetype Plugin? | rsingley | Plugins | 7 | 02-11-2011 06:11 PM |