DRM not working, showing key not found #2328
-
I've been trying to upload 1 of my books to calibre for a long time. When I tried using Command prompt, it gives this as error logs - During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Closest I could figure out, Calibre can't automatically get the key for Kindle for PC. I'm using version 2.2.0 (70623) with Calibre version 7.12, the latest version of DeDRM from this repository (not the auto-release, downloaded yesterday), and the KFX Input plugin from the forum (also downloaded yesterday). Edit: I tried to use the 'kindlekeys.py' program sepaately, and it gave me this error: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Log shows DeDRM 7.2.1. |
Beta Was this translation helpful? Give feedback.
-
Solved using ChatGPT. Apparently, you need Microsoft C++ language pack (V 14 and above) to run the pycrypto module, which retrieves the key for DeDRM. |
Beta Was this translation helpful? Give feedback.
Solved using ChatGPT. Apparently, you need Microsoft C++ language pack (V 14 and above) to run the pycrypto module, which retrieves the key for DeDRM.