question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

epubcheck standard output error if role=doc-epigraph

See original GitHub issue

Hello, We have an epub containing role=doc-epigraph. Example : <section epub:type="epigraph" role="doc-epigraph"> This doc-epigraph value has been defined in:

Usually, both epub:type + role attributes can be used together on an element. As we now do for every other semantic values.

In epubcheck 4.2.2 (same as in 4.0.2), the XML report indicates <status>Well-formed</status>, which is fine. Example of batch run with XML report : java -jar %EPUBCKECK422% %EAN%.epub -out %EAN%.epubcheck422.xml

But epubcheck error output is reporting an error (java.lang.StackOverflowError refering to DuplicateAttributeDetector), which is a problem.

Example of batch run with error output : java -jar %EPUBCKECK422% %EAN%.epub 2> %EAN%.epubcheck422.log

Could you fix this please? Thnks

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
LaZaycommented, May 13, 2020

I just did… 😉

0reactions
rdeltourcommented, Jun 22, 2020

Fixed by #1142

Read more comments on GitHub >

github_iconTop Results From Across the Web

Messages - EPUBCheck - W3C
Code Severity Message CHK_001 error The custom message overrides file was not found. CSS_006 usage CSS selector specifies fixed position. CSS_012 usage Document links to multiple...
Read more >
EPUBCheck - Accessible Publishing Knowledge Base
Errors identify where a publication deviates from the requirements of the EPUB standard. They typically will not prevent an EPUB publication from being...
Read more >
epubcheck - Validation tool for EPUB - manpages.ubuntu!
All detected errors are simply printed to stderr When running this tool, the first argument should be the name (with the path) of...
Read more >
EpubCheck - COPTR
Input Formats: EPUB ... 2.1 EPubCheck standard on Smashwors publishing ... It can detect many types of errors in EPUB.
Read more >
epubcheck - PyPI
The original EpubCheck is the standard Java based validation tool for EPUB maintained by DAISY Consortium on behalf of the W3C, originally developed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found