]> xmof Git - DeDRM.git/commitdiff
Fix Nook study key retrieval
authorNoDRM <no_drm123@protonmail.com>
Tue, 22 Mar 2022 14:49:44 +0000 (15:49 +0100)
committerNoDRM <no_drm123@protonmail.com>
Tue, 22 Mar 2022 14:49:44 +0000 (15:49 +0100)
CHANGELOG.md
DeDRM_plugin/ignoblekeyNookStudy.py

index 4cb498bd2bc3d303a9a4f9467fca5c79d25151a9..9f3940e7ed7ba8bc47978bb1ee8d3e4040970fca 100644 (file)
@@ -63,4 +63,6 @@ List of changes since the fork of Apprentice Harper's repository:
 - Obok: Fix issues with invalid UTF-8 characters by merging #26 by baby-bell.
 - ineptpdf: Fix broken V=3 key obfuscation algorithm. 
 - ineptpdf: (Hopefully) fix issues with some B&N PDF files.
+- Fix broken Amazon K4PC key retrieval (fixes #38)
 - Fix bug that corrupts output file for Print-Replica Amazon books (fixes #30).
+- Fix Nook Study key retrieval code (partially fixes #50).
index 93c691b09ebb0f2a1dfdb4a27fa101484edce3c2..fd85660e58579a0510e6b0c5221c6aa789b0a932 100644 (file)
@@ -157,7 +157,7 @@ def getNookLogFiles():
             logpath = path +'\\Barnes & Noble\\NOOKstudy\\logs\\BNClientLog.txt'
             if os.path.isfile(logpath):
                 found = True
-                print('Found nookStudy log file: ' + logpath.encode('ascii','ignore'), file=sys.stderr)
+                print('Found nookStudy log file: ' + logpath, file=sys.stderr)
                 logFiles.append(logpath)
     else:
         home = os.getenv('HOME')