View Single Post
Old 09-24-2019, 01:30 PM   #10
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,736
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by KevinH View Post
Perhaps we can work with Doitsu to return a -1 from his plugin if any exceptions are thrown.
Currently, the plugin only checks for Stack Overflow errors:

Code:
    # check for StackOverflowError error
    if stderr.find('java.lang.StackOverflowError') != -1:
        print('EPUBCheck Java error.\n', stderr)
        return -1
What other common Java error messages should I check for and how did you trigger them for testing purposes?
Doitsu is offline   Reply With Quote