dwyl/book

Unhandled Error: The encoding "sutf-8" is not known.

Closed this issue · 1 comments

Sadly, the spellcheck job is failing on GitHub CI:
https://github.com/dwyl/book/actions/runs/4204187854/jobs/7294519677#step:10:7
image

Tried to install aspell on mac and getting similar error when attempting to run the spell-check on localhost:

sh ci/spellcheck.sh list
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8)
Unhandled Error: The encoding "sutf-8" is not known. This could also mean that the file "/opt/homebrew/Cellar/aspell/0.60.8/lib/aspell-0.60/sutf-8.cset" could not be opened for reading or does not exist.

I've done a bit of googling but not found anyone with this exact error ...
Don't understand what changed.
The version of aspell is still the same as the last time this passed:
https://github.com/dwyl/book/actions/runs/4180048980/jobs/7240644532#step:10:5
image

This doesn't impede the build / deploy script so the book still builds! https://dwyl.github.io/book/

Ok, it's fairly obvious in retrospect:

personal_ws-1.1 en 0 utf-8

I accidentally changed it to:

personal_ws-1.1 en 0 sutf-8

obvs there's no such thing as sutf-8 ...
which is why Google has never seen this error.
I feel both like a twit for this and proud to have a unique error. 😜