View Single Post
Old 08-01-2019, 09:56 AM   #256
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,739
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Leonatus View Post
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']

Last edited by Doitsu; 08-01-2019 at 10:07 AM.
Doitsu is offline   Reply With Quote