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

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-27-2010, 02:09 PM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Question

ereader2html error: IOError [Errno 13] Permission denied


Hi-

I am a newbie to this forum and was wondering if someone out there could possibly help me. When I try to run ereader2html.py to take the DRM off a .pdb book, this is what happens:

Code:
C:\Python26>python ereader2html.py outlander.pdb Outlander "My name" 12345678
eReader2Html v0.09. Copyright (c) 2008 The Dark Reverser
Processing...
Traceback (most recent call last):
  File "C:\Python26\ereader2html.py", line 884, in <module>
    sys.exit(main())
  File "C:\Python26\ereader2html.py", line 870, in main
    convertEreaderToHtml(infile, name, cc, outdir)
  File "C:\Python26\ereader2html.py", line 822, in convertEreaderToHtml
    file(os.path.join(imagedirpath, name), 'wb').write(contents)
IOError: [Errno 13] Permission denied: 'Outlander\\images/'
It looks to me that for some reason I am not being allowed access to the "Outlander" directory that I created for my files. Does anyone know why this has happened and what i can do to fix it? Thanks in advance for your suggestions!
Reply With Quote
  #2  
Old 05-27-2010, 02:29 PM
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: ereader2html error: IOError [Errno 13] Permission denied


Similar problem was solved by the following

Quote:
you did not properly select the file to be converted (the *.pdb file) the first time and so it tried to read from the eReader_Tools directory itself and failed with an I/O error.

The hint was here in the log …

PDB Path = “C:\Users\Me\Documents\Downloads\eReader_Tool s”

This should be pointing at the *.pdb book to be converted not at the eReader_Tools directory.

Which in turn caused this error:

IOError: [Errno 13] Permission denied: ‘C:\\Users\\Marcy\\Documents\\Downloads\\eReader_T ools’
Reply With Quote
  #3  
Old 05-27-2010, 05:08 PM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Question

Re: ereader2html error: IOError [Errno 13] Permission denied


Sorry...but I don't understand how to correct my error by what you told me to do. I am a little "challenged" working with scripts.
Reply With Quote
  #4  
Old 05-28-2010, 02:24 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: ereader2html error: IOError [Errno 13] Permission denied


Quote:
Originally Posted by nanster View Post
Sorry...but I don't understand how to correct my error by what you told me to do. I am a little "challenged" working with scripts.
Create a new folder like C:\ebooks

Place ereader2html.py and outlander.pdb into the directory.

The open command prompt

Type
Code:
C:
and hit Enter

Type
Code:
cd \ebooks
Then run
Code:
ereader2html.py outlander.pdb Outlander "My name" 12345678
Reply With Quote
  #5  
Old 05-28-2010, 08:33 AM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Question

Re: ereader2html error: IOError [Errno 13] Permission denied


I did exactly what you said to do, and I got the same error message. I tried it on two different computers with the same result, as well. Any other ideas???
Reply With Quote
  #6  
Old 05-28-2010, 08:59 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: ereader2html error: IOError [Errno 13] Permission denied


Quote:
Originally Posted by nanster View Post
I did exactly what you said to do, and I got the same error message. I tried it on two different computers with the same result, as well. Any other ideas???
Try to change the outdir:
Code:
ereader2html.py outlander.pdb temp "My name" 12345678
or
Code:
ereader2html.py outlander.pdb c:\ereader\temp\ "My name" 12345678
Also have you tried to use erdr2pml.py and xpml2xhml.py instead of ereader2html.py?
Reply With Quote
  #7  
Old 05-29-2010, 07:12 AM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Default

Re: ereader2html error: IOError [Errno 13] Permission denied


Very frustrating! I have tried all of your suggestions - even erdr2pml.py, and the outcome is the same every time. Is it inpossible to take the DRM protection off of some books???? I can't imagine what the problem is. Any other suggestions? Thanks again fro trying to help!
Reply With Quote
  #8  
Old 05-29-2010, 01:20 PM
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: ereader2html error: IOError [Errno 13] Permission denied


Quote:
Originally Posted by nanster View Post
Very frustrating! I have tried all of your suggestions - even erdr2pml.py, and the outcome is the same every time. Is it inpossible to take the DRM protection off of some books???? I can't imagine what the problem is. Any other suggestions? Thanks again fro trying to help!
Could you please post a log (just replace your Name, Credit card number and your username)?

Do you use 8 digits of the credit card number? Do you use the name that is on your credit card? Have you tried eReaderPDB2PMLZ.pyw?
Reply With Quote
  #9  
Old 05-30-2010, 07:35 AM
nanster nanster is offline
Junior Member
 
Join Date: May 2010
Location: Florida
Posts: 7
nanster is on a distinguished road
Default

Re: ereader2html error: IOError [Errno 13] Permission denied


Here is the latest log:

Code:
C:\ebooks>erdr2pml.py outlander.pdb temp "Jane Doe" 87654321
eRdr2Pml v0.11. Copyright (c) 2009 The Dark Reverser
Processing...
   Decoding File
   Extracting images
Traceback (most recent call last):
  File "C:\ebooks\erdr2pml.py.py", line 621, in <module>
    sys.exit(main())
  File "C:\ebooks\erdr2pml.py.py", line 607, in main
    convertEreaderToPml(infile, name, cc, outdir)
  File "C:\ebooks\erdr2pml.py.py", line 568, in convertEreaderToPml
    file(os.path.join(imagedirpath, name), 'wb').write(contents)
IOError: [Errno 13] Permission denied: 'temp\\outlander_img/'
I have tried putting in bogus names and credit cards numbers to see if that was the problem, and the scripts stops right away and tells me that there is an incorrect name/cc #, so that isn't it. I guess I have that part right, anyway!

I looked for erdrPDB2pml.pyw online and can't find it...
Reply With Quote
  #10  
Old 05-30-2010, 10:34 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: ereader2html error: IOError [Errno 13] Permission denied


Quote:
Originally Posted by nanster View Post
eRdr2Pml v0.11
eRdr2PML v0.15, v0.14,... are available.

eRdr2PML v0.15:
Code:
http://www.mediafire.com/?omt2inzuyhm
Quote:
Originally Posted by nanster View Post
File "C:\ebooks\erdr2pml.py.py"
I wonder whether the file is named erdr2pml.py.py or erdr2pml.py
Reply With Quote
Reply Post New Thread
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 09:12 AM.


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