daisy / ace

Ace by DAISY, an Accessibility Checker for EPUB
MIT License
74 stars 22 forks source link

in node, report time out on an html file (and maybe continue) #406

Closed pkra closed 4 months ago

pkra commented 5 months ago

System info:

I have an epub file where the GUI consistently gives me a timeout error for a particularly complex html file.

However, when running ace in node, it just hangs after a while. For node, it would be good to log something similar.

Also, it would also be great if ace could recover to continue and/or provide a (partial) report.

danielweck commented 5 months ago

Hi Peter, are you able to privately share the EPUB so we can repro the behaviour? This would help a lot. Thank you very much. Daniel

pkra commented 5 months ago

thanks @danielweck, I'll have to check.

pkra commented 4 months ago

"Unfortunately", I no longer have the issues with the particular book, neither with the GUI (via appimage) nor using nodejs.

I suspect I was running out of memory somewhere; I'll keep an eye out for the issue.

Again, sorry for the noise!