Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Removing DRM protection from eBooks (http://stream-recorder.com/forum/forumdisplay.php?f=63)
-   -  

Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation

(http://stream-recorder.com/forum/showthread.php?t=6737)

any ANONYMOUS forum user 05-30-2010 12:32 PM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Quote:

Originally Posted by mtngr1 (Post 19273)
I do not have BNDesktopReaderClientAPI.db anywhere on my c drive.

Change the Windows Explorer settings to allow to show hidden and system files and folders. Then if you have Windows 7 or Vista, go to
Code:

C:\Users\USERNAME\AppData\Roaming\

mtngr1 05-30-2010 04:38 PM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
I have Windows XP and I have it set to show all files and that file is no where to be found on my HD.

any ANONYMOUS forum user 05-31-2010 12:51 AM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Quote:

Originally Posted by mtngr1 (Post 19279)
I have Windows XP and I have it set to show all files and that file is no where to be found on my HD.

In Windows XP it should be in
Code:

C:\Documents and Settings\USER\Application Data

mtngr1 05-31-2010 10:11 AM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Okay, found it! When I was doing a search, I was searching under user, and I must I've only installed it under my Documents and Settings. It's found in C:\Documents and Settings\USER\Application Data\Barnes & Noble\BNDesktopReader\ClientAPI

any ANONYMOUS forum user 05-31-2010 11:33 AM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Quote:

Originally Posted by mtngr1 (Post 19293)
Okay, found it! When I was doing a search, I was searching under user, and I must I've only installed it under my Documents and Settings. It's found in C:\Documents and Settings\USER\Application Data\Barnes & Noble\BNDesktopReader\ClientAPI

Your "ClientAPI.db" doesn't use underscores, so you should replace
Code:

dbpath = glob.glob(os.path.join(bndir, 'ClientAPI_*.db'))
with
Code:

dbpath = glob.glob(os.path.join(bndir, 'ClientAPI*.db'))
(remove underscore) as mentioned above.

mtngr1 05-31-2010 02:07 PM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Now it's showing this error- "B&N User Key not found. Unexpected DB format?" error.

mtngr1 05-31-2010 04:29 PM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Okay, I had read that you have to get rid of your client api key, and then open up Barnes and Noble reader and re enter your info:
Quote:

Originally Posted by Stream Recorder (Post 15016)
If you get the following error after running ignoblekey.pyw
"Error: Problem decoding key; unexpected DB format?"
you can either find and delete your 'ClientAPI_v012.db' file then re-authorize BDReader with your account information,
or just use the key-derivation script (ignoblekeygen).

Both ignoblekey and ignoblekeygen will produce the same output when they work correctly.

and I did that, and still nothing works. Now I bought the book with my B&N gift card, so what do I enter into the name box, because I've tried my user name, my real name, my credit card, my gift card, and the error I keep getting is "key cannot be the null string" whenever I put the key in, the drm book and save it under the name I want.

mtngr1 05-31-2010 04:49 PM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
I did it! I redid my name and credit card, and it worked! Thank you, now I can use what ever reader I want!

ch mn 09-11-2010 11:21 AM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Quote:

Originally Posted by mtngr1 (Post 19300)
I did it! I redid my name and credit card, and it worked! Thank you, now I can use what ever reader I want!

Where did you need to do this? I deleted ClientAPI.db, but all the nook desktop reader needed was my B&N account email and password, Which did not fix the problem. What version of the desktop reader are you using?

nowei 12-06-2010 12:03 PM

Re: Barnes and Noble: ignoblekey.py error: Could not locate B&N Reader installation


 
Quote:

Originally Posted by ch mn (Post 21376)
Where did you need to do this? I deleted ClientAPI.db, but all the nook desktop reader needed was my B&N account email and password, Which did not fix the problem. What version of the desktop reader are you using?

I'm having this exact issue, using Nook For PC 2.5.2.458.

Just for fun, I found the Barnes and Noble Desktop Reader 2.1.0.2 as well, no go.

So I ran the key generator script, full name as on the card and number. Key was generated, but I get a "Error: Key cannot be the null string" -- If I open the bnepubkey.b64 file, it's a line of stuff, so I don't think it's null.

I did make the appropriate script edits to find the database for the two desktop reader key extraction attempts.

Any ideas?


All times are GMT -6. The time now is 11:05 AM.