Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Removing DRM protection from eBooks
Register FAQ Members List Calendar Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-20-2010, 02:50 PM
PLBriggs PLBriggs is offline
Junior Member
 
Join Date: May 2010
Posts: 1
PLBriggs is on a distinguished road
Unhappy

Getting "Unsupported version of kindle for pc" with unswindle v6rc1 and k4pc v1.1.0


Folks:

I'm experiencing the same error message about "unsupported version of kindle for pc" using unswindle.pyw v6-rc1. My current version of K4PC, v1.1.0, is dated 04-May-2010.

The code, obviously, is:
def _get_hexdigest(self):
path = self._exepath
sha1 = hashlib.sha1()
with open(path, 'rb') as f:
data = f.read(4096)
while data:
sha1.update(data)
data = f.read(4096)
hexdigest = sha1.hexdigest()
if not PC1KeyGrabber.supported_version(hexdigest):
raise UnswindleError("Unsupported version of Kindle For PC")
return hexdigest
Regards.......Peter
Reply With Quote
 
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 12:00 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons