Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I/O Error #49

Closed
GoogleCodeExporter opened this issue Mar 24, 2016 · 4 comments
Closed

I/O Error #49

GoogleCodeExporter opened this issue Mar 24, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

PROBLEM:

While executing the epub validation tool version epubcheck-1.0.4.jar, i 
found the below error. Epub is not getting validated successfully.

METHOD:

What steps will reproduce the problem?
1. Run epub validation

RESULT:

Error: 9781842557358_Legend.epub: I/O error reading 
OEBPS/john_9781842557358_oeb_cop_r1.html.

EXPECTED:

Nill error in epub validation

PLATFORM:

Windows 2000


Original issue reported on code.google.com by tamizhse...@india.com on 22 Oct 2009 at 8:45

Attachments:

@GoogleCodeExporter
Copy link
Author

Issue 48 has been merged into this issue.

Original comment by soroto...@gmail.com on 13 Nov 2009 at 5:19

@GoogleCodeExporter
Copy link
Author

This is caused by an invalid character in the text -- it just has a really bad 
error message 

The files charset is defined as "iso-8859-1" but the first <div/> has a "smart 
quote" that is invalid in that code page -- if you were to change the codepage 
to a better one like "UTF-8" (and, of course, resave the file in that encoding) 
or use an ISO-8859-1 quote ('), the epub will pass validation


Original comment by m1k....@gmail.com on 2 Dec 2009 at 10:11

@GoogleCodeExporter
Copy link
Author

BTW, with 1.0.5 you will get an additional error before the "I/O error" one 
which is a lot more descriptive:-

ERROR: 9781842557358_Legend.epub/OEBPS/john_9781842557358_oeb_opf_r1.opf: Only 
UTF-8 and UTF-16 encodings are allowed for XML, detected ISO-8859-1

Original comment by m1k....@gmail.com on 2 Dec 2009 at 10:29

@GoogleCodeExporter
Copy link
Author

Fixed in r125

Original comment by soroto...@gmail.com on 24 Dec 2009 at 9:25

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant