fatty- / daisy-pipeline

Automatically exported from code.google.com/p/daisy-pipeline
0 stars 0 forks source link

HTML to EPUB 3 conversion error #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Unzip the attached package
2. Convert HTML file to EPUB 3
3. Errors below happen.  Screenshot attached.  Also you can open the unpacked 
filed, which is still generated despite errors, in Readium, but MathML does not 
render correctly.

What is the expected output? What do you see instead?
See errors below and screenshot showing MathML rendering issue.

gerardoc$ sudo /Users/gerardoc/Downloads/daisy-pipeline-1/cli/dp2 html-to-epub3 
--x-html index.html --x-output-dir .
Password:
Sorry, try again.
Password:
[DP2] Job with id 24708f44-f4d2-4cb3-80af-9c33e4d097d7 submitted to the server
[WS] INFO(1) - Message:Navigation Document Created.
[WS] INFO(2) - Message:Package Document Created.
[WS] INFO(3) - Message:Writing in-memory document to EPUB/index.xhtml
[WS] INFO(4) - Message:Writing in-memory document to EPUB/toc.xhtml
[WS] INFO(5) - Message:Copied oerpub.css to EPUB/oerpub.css
[WS] INFO(6) - Message:Copy error: 
[WS] INFO(7) - Message:Copy error: 
[WS] INFO(8) - Message:Copy error: 
[WS] INFO(9) - Message:Copy error: 
[WS] INFO(10) - Message:Copy error: 
[WS] INFO(11) - Message:Copy error: 
[WS] INFO(12) - Message:Copy error: 
[WS] INFO(13) - Message:Copy error: 
[WS] INFO(14) - Message:Copy error: 
[WS] INFO(15) - Message:Copy error: 
[WS] INFO(16) - Message:Copy error: 
[WS] INFO(17) - Message:Copy error: 
[WS] INFO(18) - Message:Copy error: 
[WS] INFO(19) - Message:Copy error: 
[WS] INFO(20) - Message:Copy error: 
[WS] INFO(21) - Message:Copy error: 
[WS] INFO(22) - Message:Copy error: 
[WS] INFO(23) - Message:Copy error: 
[WS] INFO(24) - Message:Copy error: 
[WS] INFO(25) - Message:Copy error: 
[WS] INFO(26) - Message:Copy error: 
[WS] INFO(27) - Message:Copy error: 
[WS] INFO(28) - Message:Writing in-memory document to EPUB/package.opf
[WS] INFO(29) - Message:Writing in-memory document to META-INF/container.xml
[WS] ERROR(30) - java.io.FileNotFoundException: 
/Users/gerardoc/Downloads/module-2013-05-02-9807406629/epub/EPUB/internal-banner
.gif (No such file or directory)
[WS] ERROR(31) - java.io.FileNotFoundException: 
/Users/gerardoc/Downloads/module-2013-05-02-9807406629/epub/EPUB/internal-banner
.gif (No such file or directory)
[WS] ERROR(32) - java.io.FileNotFoundException: 
/Users/gerardoc/Downloads/module-2013-05-02-9807406629/epub/EPUB/internal-banner
.gif (No such file or directory)
[DP2] ERROR
gerardoc2:module-2013-05-02-9807406629 gerardoc$ 

What version of the product are you using? On what operating system?
Pipeline 2.1.5 on OS X (Mountain Lion) cli client.

Please provide any additional information below.

Original issue reported on code.google.com by gerar...@benespace.org on 2 May 2013 at 10:02

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by rdeltour@gmail.com on 7 May 2013 at 12:09

GoogleCodeExporter commented 9 years ago
The MathML elements were discarded by a step during the conversion, this is 
fixed in pull request #9:
https://github.com/daisy-consortium/pipeline-scripts-utils/pull/9

The other conversion errors is caused by missing resources, I'll work on that 
as part of issue 301.

Original comment by rdeltour@gmail.com on 16 May 2013 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by rdeltour@gmail.com on 18 May 2013 at 6:58