View Single Post
  #4  
Old 10-19-2009, 04:13 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: How to remove DRM from sony ebooks


I get the following error message when trying to remove DRM from EPUB with python scripts:
Error : Unexpected EOF

I downloaded ineptkey.pyw and ineptpdf.pyw. Then
  • Extracted the key with ineptkey.pyw (v3) and got an adeptkey.der file
  • Tried to remove the DRM from the epub file with ineptpdf.pyw (v2)
    and it failed with the error : "Error : Unexpected EOF"

The error message occurs on nextline() function with linepos variable value 970.630.

The ebook is 970.691 bytes long.

Please help
Reply With Quote