Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"did-fail-load" error message "Failed to check Content Document", v1.3.6 and other past versions? #184

Open
PaulXSB opened this issue Feb 12, 2025 · 10 comments

Comments

@PaulXSB
Copy link

PaulXSB commented Feb 12, 2025

Downloaded and updated to Ace V 1.3.6 on both Windows and OSX. Tried multiple files that passed on previous version. Got error messages with every ePub file I Checked

On Mac OSX: V 1.3.6
Running Ace on /Users/paul/Library/CloudStorage/[email protected]/My Drive/Publications/Hope Pope Francis/Edited files/Hope_V1_2.epub
Error: Failed to check Content Document 'text/ch009.xhtml': did-fail-load: -3 - - acehttps://0.0.0.0/EPUB/text/ch009.xhtml?AXE_RUNNER=9 - true - 6 - 1
Error: Failed to check Content Document 'text/ch009.xhtml': did-fail-load: -3 - - acehttps://0.0.0.0/EPUB/text/ch009.xhtml?AXE_RUNNER=9 - true - 6 - 1

Another ePub

Running Ace on /Users/paul/Desktop/Léonie Martin Remediated.epub
Error: Failed to check Content Document 'titlepage.xhtml': did-fail-load: -3 - - acehttps://0.0.0.0/titlepage.xhtml?AXE_RUNNER=14 - true - 9 - 1
Error: Failed to check Content Document 'titlepage.xhtml': did-fail-load: -3 - - acehttps://0.0.0.0/titlepage.xhtml?AXE_RUNNER=14 - true - 9 - 1

on Windows V 1.3.6
Running Ace on G:\My Drive\Publications\Hope Pope Francis\Edited files\Hope_V1.1.epub
Error: Failed to check Content Document 'text/ch002.xhtml': did-fail-load: -3 - - acehttps://0.0.0.0//EPUB/text/ch002.xhtml?AXE_RUNNER=2 - true - 7 - 1

Another book on Windows. One that was checked on previous version of Ace.

Running Ace on G:\My Drive\Publications\Leonie Martin\Léonie Martin Remediated.epub
Error: Failed to check Content Document 'index_split_000.html': did-fail-load: -3 - - acehttps://0.0.0.0//index_split_000.html?AXE_RUNNER=40 - true - 11 - 1

@danielweck
Copy link
Member

Intriguing! Thank you for reporting. Are you able to share (privately) the EPUBs so I can investigate? My email address is [email protected] (I am a project maintainer) Thank you

@danielweck
Copy link
Member

I am not able to reproduce the bug you are describing, sorry.

I tested EPUBs from https://github.com/PaulXSB/Daisy-Pipeline-UEB/ with Ace App (GUI) v1.3.6 as well as the Ace command line (which runs both the default Electron runner for Deque Axe as well as the legacy Puppeteer runner) on my MacOS computer.

  • Léonie Martin Remediated.epub
  • Leonie Martin - Baudouin-Croix, Marie.epub
  • This Is My Body_ A Call to Euch - Bishop Robert Barron Remediated.epub
  • The Jesuit Guide to (Almost) Everything_nodrm_B00395ZYWW_EBOK Remediated.epub

@PaulXSB
Copy link
Author

PaulXSB commented Feb 12, 2025 via email

@danielweck
Copy link
Member

I am happy to share some of the files that I tested. The attached file is one that is giving me errors. I can send more if you want.

Thank you, but there was no attachment in your email. Could you please send me a direct email instead of replying to this GitHub issue? [email protected]

@danielweck
Copy link
Member

Thank you for sending another EPUB to test with. Unfortunately once again I am unable to reproduce the issue. I took a look inside the failing EPUB chapter (i.e. XHTML document shown in the "did-fail-load" error message), it is a very small file with simple structure and content, so the markup evaluation should not timeout (this was a known issue). I wonder what causes this odd problem!

@danielweck
Copy link
Member

Could you please provide a description of your Mac and Windows computers? (hardware specifications, just to have an idea of computing power and available memory, as well as graphics card)
Could you please also indicate whether you are using an external display (assuming a laptop), and if you have antiviruses or network firewalls / security software running in the background (other than the default operating system ones).
Furthermore, could you please let us know if you are using a screen reader or other assistive technology.
Thank you!

@danielweck
Copy link
Member

danielweck commented Feb 13, 2025

Note to self (or other developers): there is a known issue with Electron (and perhaps Puppeteer too, as they both use Chromium) related to the GPU process which under some conditions crashes and causes some messages to be logged in the console (without halting the application). I am wondering if this could be related.

https://github.com/search?q=repo%3Adaisy%2Face%20disable-gpu&type=code

https://github.com/search?q=repo%3Adaisy%2Face-gui%20commandLine&type=code

https://github.com/daisy/ace/actions/runs/13165254820

@danielweck danielweck changed the title Failed to check Content Document error with V 1.3.6 both Windows and OSX "did-fail-load" error message "Failed to check Content Document", v1.3.6 and other past versions? Feb 13, 2025
@PaulXSB
Copy link
Author

PaulXSB commented Feb 13, 2025 via email

@danielweck
Copy link
Member

Hello again, your MacOS hardware is Apple Silicon M1 and M2. Could you please confirm that you are testing with the correct architecture-specific DMG application installer? The filename is Ace.by.DAISY-1.3.6-arm64.dmg (it has the additional ARM64 term at the end), here is the direct link:

https://github.com/daisy/ace-gui/releases/download/v1.3.6/Ace.by.DAISY-1.3.6-arm64.dmg

(this is the link displayed in the release page for v1.3.6 https://github.com/daisy/ace-gui/releases/tag/v1.3.6 )

danielweck added a commit that referenced this issue Feb 13, 2025
danielweck added a commit that referenced this issue Feb 13, 2025
…(unexplained "did-fail-load" error message)
@danielweck
Copy link
Member

Hello, I created special builds for Ace App (GUI) that disable the GPU. Could you please test them?

Windows Intel x64:
https://github.com/daisy/ace-gui/releases/tag/latest-windows-intel-gpu

MacOS Apple Silicon ARM64 (M1, etc.)
https://github.com/daisy/ace-gui/releases/tag/latest-macos-arm-gpu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants