08-27-2024, 07:22 AM | #481 | |
Grand Sorcerer
Posts: 6,393
Karma: 12408443
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
|
Quote:
|
|
08-27-2024, 10:18 AM | #482 |
Zealot
Posts: 107
Karma: 9400
Join Date: Aug 2010
Location: Helsinki
Device: Kindle Paperwhite 2018
|
...probably should have been able to work that out for myself! Eep. Thank you!
|
09-06-2024, 10:54 PM | #483 | ||
Junior Member
Posts: 1
Karma: 10
Join Date: Sep 2024
Device: pocketbook verse
|
ACsm plugin stopped working.
My Acsm plugin worked well (thank you very much!) but stopped working today. (The last time I used it before was about 4 weeks ago.
I looked at the debug logs, and found problems with the new library. Quote:
Below is the log. There is 403, maybe that's the reason? Any help is appreciated. Datenolm. Quote:
|
||
09-07-2024, 01:46 AM | #484 | |
Junior Member
Posts: 6
Karma: 10
Join Date: May 2021
Device: kobo clara color
|
Quote:
|
|
09-07-2024, 07:24 AM | #485 | ||
Zealot
Posts: 111
Karma: 642206
Join Date: Mar 2021
Device: Kindle Voyage
|
Quote:
The first thing to do is to try to determine which key is being used and what is wrong with it. Check your debug log and before your error message you should see a line starting Quote:
Then open your drdrm.json file in notepad or some other text editor (To find out where this is, go to Preferences / Miscellaneous / Open Calibre Configuration folder and then switch into the plugins folder.) Search for the name of the encryption key If you have two entries with the same name, then judging by the previous error, it probably should be in the adeptkeys section. When you have found the key name, look at the value beside it. This should be a very long quoted string of hex characters i.e. should only contain the characters 0123456789abcdef Any other characters would cause the error you are getting. If that does not help pinpoint the error, then post your updated log (which will have changed since your original when you updated to v10.0.9 of DeDrm). |
||
09-09-2024, 06:44 AM | #486 |
Evangelist
Posts: 450
Karma: 41524
Join Date: Sep 2011
Device: Kobo Libra 2 & Clara BW
|
I'm getting SSL certificate problems. All was working well until this morning. I can still check out books through my library, download the acsm file from libbyapp.com, import into ADE and import into Calibre.
The error is in the overdrive libby plugin, but the issue seems to be here. I tried importing the certificate mentioned in #450 in this thread. However, https://acs.cdn.overdrive.com mentioned in #449 gets a 404 not found error. The certs I imported were 1p5.crt and lets-encrypt-r3.der. Upgrading to Calibre 7.17 didn't help. Spoiler:
EDIT: Solution at https://www.mobileread.com/forums/sh...&postcount=203 Also see post #204. Last edited by foosion; 09-09-2024 at 11:25 AM. |
09-11-2024, 08:57 PM | #487 | |
Junior Member
Posts: 6
Karma: 10
Join Date: May 2021
Device: kobo clara color
|
Quote:
|
|
Today, 01:57 PM | #488 |
Junior Member
Posts: 2
Karma: 10
Join Date: Nov 2024
Device: none
|
Hello, I while ago I downloaded calibre (V5.37) with DeDRM and DEACSM plug ins all worked fine (running Linux mint v21).
Today tried to do the same on another laptop loaded with the latest linux mint 22. Calibre loaded fine from their web store but was a newer version (7.6) as did DeDRM but DeACSM is refusing to load. I tried loading an older version of calibre but that proved beyond my technical abilities! Any help would be appreciated (but please keep it simple!) message below; Spoiler:
Last edited by theducks; Today at 02:40 PM. Reason: SPOILER LOG files |
Today, 02:09 PM | #489 |
Resident Curmudgeon
Posts: 76,433
Karma: 136564696
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
You need to go to the calibre website and download the latest calibre and then try again. Also, NEVER download calibre from any repository as most of the time, it won't work properly.
If you still have a problem, come back and post. Nobody is going to help you with an old version of calibre from a repository. |
Today, 02:33 PM | #490 | |
Custom User Title
Posts: 9,551
Karma: 64960981
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Quote:
|
|
Today, 02:33 PM | #491 |
Groupie
Posts: 183
Karma: 2010542
Join Date: Sep 2021
Device: PB Era, PB InkPad 3 Pro
|
While that's generally a good idea, it won't help with this particular issue. This issue is because the oscrypto bundled with 0.0.16 of the plugin is too old for newer Linux versions like Mint 22.
You'll need to download a newer beta version from Github like this one. |
Today, 03:03 PM | #492 | |
Junior Member
Posts: 2
Karma: 10
Join Date: Nov 2024
Device: none
|
Quote:
"no top-level_init_py file" calibre, version 7.6.0 ERROR: Unhandled exception: <b>InvalidPlugin</b>:The plugin in '/home/john/Downloads/calibre-plugins(1).zip' is invalid. It does not contain a top-level __init__.py file calibre 7.6 embedded-python: False Linux-6.8.0-38-generic-x86_64-with-glibc2.39 Linux ('64bit', 'ELF') ('Linux', '6.8.0-38-generic', '#38-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:25:01 UTC 2024') Python 3.12.3 Interface language: None EXE path: /usr/bin/python3.12 Successfully initialized third party plugins: DeDRM (7, 2, 1) Traceback (most recent call last): File "/usr/lib/calibre/calibre/gui2/preferences/plugins.py", line 325, in add_plugin plugin = add_plugin(path) ^^^^^^^^^^^^^^^^ File "/usr/lib/calibre/calibre/customize/ui.py", line 513, in add_plugin plugin = load_plugin(path_to_zip_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/calibre/calibre/customize/ui.py", line 64, in load_plugin return loader.load(path_to_zip_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/calibre/calibre/customize/zipplugin.py", line 299, in load plugin_name = self._locate_code(zf, path_to_zip_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/calibre/calibre/customize/zipplugin.py", line 394, in _locate_code raise InvalidPlugin(('The plugin in %r is invalid. It does not ' calibre.customize.InvalidPlugin: The plugin in '/home/john/Downloads/calibre-plugins(1).zip' is invalid. It does not contain a top-level __init__.py file |
|
Today, 03:51 PM | #493 | |
Wizard
Posts: 2,127
Karma: 8796706
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
|
Go to the calibre download page and install calibre from there.
https://calibre-ebook.com/download_linux Do this step!!!!!!!!! Go to this page Click the green Code button, then click on download zip. Extract the zip file then click on bundle_calibre_plugin.sh, select "Run in Terminal" that will built the plugin for you. Now open calibre go to Perferences--Plugins--Load plugin from file, select "calibre-plugin.zip" This is my debug on Mint 22 downloading a test epub for adobe. Code:
xxxxxxx@xxxxxxx:~$ calibre-debug -g calibre 7.21 embedded-python: True Linux-6.8.0-48-generic-x86_64-with-glibc2.39 Linux ('64bit', 'ELF') ('Linux', '6.8.0-48-generic', '#48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024') Python 3.11.5 Interface language: None EXE path: /opt/calibre/bin/calibre-debug Successfully initialized third party plugins: ACSM Input (0, 1, 0) && DeDRM (10, 0, 9) && ACSM Input Plugin GUI Extension (0, 1, 0) && Baen (1, 1, 0) && Barnes & Noble (1, 5, 6) && Diaps Editing Toolbag (0, 5, 0) && EpubMerge (3, 2, 0) && EpubSplit (3, 9, 0) && Goodreads (1, 8, 2) && Hyphenate This! (0, 1, 3) && Set KFX metadata (from KFX Output) (2, 12, 0) && KFX Output (2, 12, 0) && KePub Metadata Reader (3, 4, 3) && KePub Metadata Writer (3, 4, 3) && KePub Output (3, 7, 0) && KindleUnpack - The Plugin (0, 83, 1) && Kobo Books (1, 10, 2) && Kobo Utilities (2, 17, 2) && Modify ePub (1, 8, 5) && Quality Check (1, 13, 15) QPA platform: xcb devicePixelRatio: 1.0 logicalDpi: 96.0 x 96.0 physicalDpi: 92.53889943074003 x 92.67567567567568 ApplicationPaletteChange event ignored Using calibre Qt style: True [0.00] Starting up... [0.00] Showing splash screen... [1.08] splash screen shown [1.08] Initializing db... [1.34] db initialized [1.34] Constructing main UI... DEBUG: 0.0 Kobo Utilities Configuration - CreateNewCustomColumn is supported DEBUG: 0.0 KoboUtilites::action.py - loading translations DEBUG: 0.0 KoboUtilites::dialogs.py - loading translations DEBUG: 0.0 KoboUtilites::action.py - loading translations ACSM Input: GUI Plugin Genesis! qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile [2.29] GUI main window shown EpubMerge: DEBUG: 2024-11-10 13:55:34,864: calibre_plugins.epubmerge.epubmerge_plugin(156): macmenuhack file_path:/home/xxxxxxx/.config/calibre/plugins/fanficfare_macmenuhack.txt DEBUG: 0.7 No Kobo Touch, Glo or Mini appears to be connected DEBUG: 0.7 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None DEBUG: 0.7 KoboUtilities:set_toolbar_button_tooltip - start: text='None' DEBUG: 0.7 device_driver_name - could not load extended driver. Exception= No module named 'calibre_plugins.kobotouch_extended' DEBUG: 0.7 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders Driver: KoboTouch' DEBUG: 0.7 device_driver_name - could not load extended driver. Exception= No module named 'calibre_plugins.kobotouch_extended' [2.37] main UI initialized... [2.37] Hiding splash screen [2.37] splash screen hidden [2.37] Started up in 2.37 seconds with 3814 books DEBUG: 4.2 No Kobo Touch, Glo or Mini appears to be connected DEBUG: 4.2 No Kobo Touch, Glo or Mini appears to be connected DEBUG: 4.2 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None DEBUG: 4.2 KoboUtilities:set_toolbar_button_tooltip - start: text='None' DEBUG: 4.2 device_driver_name - could not load extended driver. Exception= No module named 'calibre_plugins.kobotouch_extended' DEBUG: 4.2 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders Driver: KoboTouch' DEBUG: 4.2 device_driver_name - could not load extended driver. Exception= No module named 'calibre_plugins.kobotouch_extended' ['zenity', '--modal', '--file-selection', '--title=Select books', '--separator=\n', '--attach=67108889', '--filename=/home/xxxxxxx/Downloads/bookbale/.fgdfg.gdfhjdhf*&^839', '--file-filter=Books | *.lrf *.rtf *.lit *.txt *.txtz *.text *.htm *.xhtm *.html *.htmlz *.xhtml *.pdf *.pdb *.updb *.pdr *.prc *.mobi *.azw *.doc *.epub *.fb2 *.fbz *.djv *.djvu *.lrx *.cbr *.cb7 *.cbz *.cbc *.oebzip *.rb *.imp *.odt *.chm *.tpz *.azw1 *.pml *.pmlz *.mbp *.tan *.snb *.xps *.oxps *.azw4 *.book *.zbf *.pobi *.docx *.docm *.md *.textile *.markdown *.ibook *.ibooks *.iba *.azw3 *.ps *.kepub *.kfx *.kpf *.acsm', '--file-filter=EPUB books | *.epub *.kepub', '--file-filter=Kindle books | *.mobi *.prc *.azw *.azw3 *.kfx *.tpz *.azw1 *.azw4', '--file-filter=PDF books | *.pdf *.azw4', '--file-filter=HTML books | *.htm *.html *.xhtm *.xhtml', '--file-filter=LIT books | *.lit', '--file-filter=Text books | *.txt *.text *.rtf *.md *.markdown *.textile *.txtz', '--file-filter=Comics | *.cbz *.cbr *.cbc *.cb7', '--file-filter=Archives | *.zip *.rar *.7z', '--file-filter=Wordprocessor files | *.odt *.doc *.docx', '--file-filter=All files | *', '--multiple'] ACSM Input v0.1.0: Trying to parse file The Adventures of Sherlock Holmes.acsm ACSM Input v0.1.0: Try to fulfill ... Notifying server ... Notifying server https://contentserver.adobe.com/fulfillment/FulfillmentNotification Fulfillment notification successful. ACSM Input v0.1.0: Downloading book ... ACSM Input v0.1.0: Loading book from http://contentserver.adobe.com/media/723caf6a-0e27-44be-8733-904cede39cd2.epub Download took 1338 ms (HTTP 200) That's a ZIP file -> EPUB ACSM Input v0.1.0: File successfully fulfilled ... ACSM Input v0.1.0: Executing plugin DeDRM ... DeDRM v10.0.9: Trying to decrypt 5htfks4d.epub DeDRM v10.0.9: Verifying zip archive integrity DeDRM v10.0.9: 5htfks4d.epub is a secure Adobe Adept ePub for UUID 9e387e4b-230e-4e68-ba40-2f6c33338da9 DeDRM v10.0.9: Trying Encryption key default_key uin7gjxi.epub is a secure Adobe Adept ePub. DeDRM v10.0.9: Decrypted with key default_key after 0.1 seconds DeDRM v10.0.9: Post-processing took 0.1 seconds DeDRM v10.0.9: Finished after 0.2 seconds ACSM Input v0.1.0: Plugin returned path '/tmp/calibre_7.21.0_tmp_j6wdpfql/k4znstm1.epub', updating. Added The Adventures of Sherlock Holmes to db in: 0.1 Added 1 books in 6.4 seconds Quote:
Last edited by gbm; Today at 03:56 PM. |
|
Today, 03:57 PM | #494 |
Well trained by Cats
Posts: 30,446
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
The last line says the issue.
A Plugin for Calibre is a ZIP with A SPECIFIC SET OF CONTENTS in this case, it is missing init.py Also, the Zip folder name is a bit odd. I assume you are trying to ADD a plugin. Where did you download from? Look inside that Zip. It may be a wrapper Zip (like the deDRM tools), that contains the real Zip that you want to add. |
Today, 06:09 PM | #495 |
Grand Sorcerer
Posts: 5,528
Karma: 100606001
Join Date: Apr 2011
Device: pb360
|
|
|
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 |