Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 09-14-2021, 09:48 PM   #31
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,637
Karma: 5433388
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.
KevinH is offline   Reply With Quote
Old 09-15-2021, 11:44 PM   #32
graycyn
Wizard
graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.
 
Posts: 1,496
Karma: 11250344
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Forma, Kindle Oasis 2, Sony PRS-T2
Quote:
Originally Posted by KevinH View Post
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.
Sounds good to me!

And thanks for your help and appreciation for all the work you do!
graycyn is offline   Reply With Quote
Old 09-17-2021, 11:30 AM   #33
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,637
Karma: 5433388
Join Date: Nov 2009
Device: many
Happy to help. A new Access-Aide v054 is now available with this change.
Please do verify you are not using any animated GIFS in your epub since we set that value to none.

Quote:
Originally Posted by graycyn View Post
Sounds good to me!

And thanks for your help and appreciation for all the work you do!
KevinH is offline   Reply With Quote
Old 09-19-2021, 01:45 AM   #34
graycyn
Wizard
graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.
 
Posts: 1,496
Karma: 11250344
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Forma, Kindle Oasis 2, Sony PRS-T2
Quote:
Originally Posted by KevinH View Post
Happy to help. A new Access-Aide v054 is now available with this change.
Please do verify you are not using any animated GIFS in your epub since we set that value to none.
Definitely no animations of any sort! And I saw that you mention that on the first page, which is good, since everyone should probably be aware of checking for hazards.

Already downloaded and installed!
graycyn is offline   Reply With Quote
Old 01-05-2024, 05:15 AM   #35
lisbonlg
Junior Member
lisbonlg began at the beginning.
 
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?
lisbonlg is offline   Reply With Quote
Old 01-05-2024, 07:51 AM   #36
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,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by lisbonlg View Post
What should I do?
Visit the Inclusive Publishing website and follow the ACE installation instructions.
Doitsu is offline   Reply With Quote
Old 01-26-2024, 12:24 PM   #37
gregorio
Junior Member
gregorio began at the beginning.
 
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
Finally you have to enter the arguments not as a list, but as text:
Code:
" ".join(args)
The complete command then becomes:

Code:
process = Popen("PATH=$PATH:/usr/local/bin; "+" ".join(args), stdout=PIPE, stderr=PIPE, shell=True)
gregorio is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
URL Checker plugin Doitsu Plugins 20 04-18-2021 03:13 PM
[Plugin] CSSLint - Simple CSSLint wrapper Doitsu Plugins 1 03-23-2016 06:51 PM
epub checker drMerry Development 3 06-17-2011 02:04 PM
Epub Revision - accessibility support Nate the great ePub 1 02-23-2011 03:47 AM
ePub to Mobi checker MarcusStringer ePub 6 07-10-2010 01:34 AM


All times are GMT -4. The time now is 09:40 PM.


MobileRead.com is a privately owned, operated and funded community.