09-14-2021, 10:48 PM | #31 |
Sigil Developer
Posts: 8,160
Karma: 5450818
Join Date: Nov 2009
Device: many
|
Perhaps this is a new check recently added to their Daisy ACE checker. I will update Access-Aide to add the schema:accessibilityHazard none just to be safe. It can not hurt.
|
09-16-2021, 12:44 AM | #32 |
Wizard
Posts: 1,571
Karma: 11380098
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Pocketbook Era, Kobo Forma, Kindle Oasis 2
|
|
Advert | |
|
09-17-2021, 12:30 PM | #33 |
Sigil Developer
Posts: 8,160
Karma: 5450818
Join Date: Nov 2009
Device: many
|
|
09-19-2021, 02:45 AM | #34 | |
Wizard
Posts: 1,571
Karma: 11380098
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Pocketbook Era, Kobo Forma, Kindle Oasis 2
|
Quote:
Already downloaded and installed! |
|
01-05-2024, 06:15 AM | #35 |
Junior Member
Posts: 1
Karma: 10
Join Date: Jan 2024
Device: Kobo Clara 2E
|
I've installed it (Sigil 2.0.2) but I keep getting this error whenever I run the plugin:
Status failed Running ACE... please wait. 'ace' is not recognized as an internal or external command, operable program or batch file. What should I do? |
Advert | |
|
01-05-2024, 08:51 AM | #36 |
Grand Sorcerer
Posts: 5,640
Karma: 23191067
Join Date: Dec 2010
Device: Kindle PW2
|
Visit the Inclusive Publishing website and follow the ACE installation instructions.
|
01-26-2024, 01:24 PM | #37 |
Junior Member
Posts: 7
Karma: 10
Join Date: Oct 2012
Device: Kobo touch, iPad
|
Fix for macOS
I did a long debug and managed to get the plugin working on macOS.
Specifically in the aceWrapper function the process must be called with Code:
shell=True In addition you have to set the PATH variable to include Code:
/usr/local/bin In addition you have to refer to Ace with the full path, in my case Code:
/usr/local/bin/ace Code:
" ".join(args) Code:
process = Popen("PATH=$PATH:/usr/local/bin; "+" ".join(args), stdout=PIPE, stderr=PIPE, shell=True) |
07-15-2024, 12:38 PM | #38 |
Member
Posts: 15
Karma: 10
Join Date: Feb 2010
Device: nook, kindle, sony 600, ipad, iphone, droid
|
Thanks so much for this post. I made this change and the plugin is working on my Mac now too.
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
URL Checker plugin | Doitsu | Plugins | 20 | 04-18-2021 04:13 PM |
[Plugin] CSSLint - Simple CSSLint wrapper | Doitsu | Plugins | 1 | 03-23-2016 07:51 PM |
epub checker | drMerry | Development | 3 | 06-17-2011 03:04 PM |
Epub Revision - accessibility support | Nate the great | ePub | 1 | 02-23-2011 04:47 AM |
ePub to Mobi checker | MarcusStringer | ePub | 6 | 07-10-2010 02:34 AM |