Error running pySCHED #22
bmarcote
started this conversation in
Known issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you see the following error when running pySCHED on one of your scheduling files:
This happens because the encoding of the file is not completely UTF-8, or equivalently, it is not a truly plain-text file.
In general it happens because you saved the file with a text processor that introduced extra bits of data (not visible when you open it) in the actual file. This is typical from programs like MS Word, LibreOffice, etc, which tend to always format the text in the files.
The easy solution is to just copy all the content and paste into a new file using one editor meant more for code or plain-text files.
If you want some references on possible text editors here:
Beta Was this translation helpful? Give feedback.
All reactions