Quote:
Originally Posted by Leonatus
Now I also have version 4.2.2 at home, but the results are the same: "no problems found".
|
As I've mentioned before, it'd help if you provided more details.
1. Did you use my test case or your test case?
2. Did you test epub2 or epub3 books?
3. Did you repeat the test with epubcheck.jar or
Pagina EPUB-Checker?
in the meantime, please add/edit the following EpubCheck.json entry:
Code:
"clipboard_copy": true,
and re-test you book(s). This should copy the raw EPUBCheck data to the system clipboard.
Also please download
Pagina EPUB-Checker and test your book(s) with it.
In your next reply please post the following:
1. An HTML fragment that you expect to be flagged by EPUBCheck or a test epub file.
2. The raw EPUBCheck output.
3. The Pagina EPUB-Checker log file (
Logfile > Save logfile).
EDIT: If the problems occurs on a 23bit machine and you see a Stackoverflow message in the raw output, please change the following line plugin.py:
Code:
args = ['java', '-jar', epc_path, temp_dir, '-mode', 'exp', '--version']
to
Code:
args = ['java', '-Xss1024k', '-jar', epc_path, temp_dir, '-mode', 'exp', '--version']