NAME
Statocles::Help::Error - A guide to fixing errors from Statocles
DESCRIPTION
This document shows various error messages that can be generated by Statocles and suggests possible fixes for them.
ERRORS
Could not load config file ...
Your configuration file cannot be parsed. Some common reasons for that are:
- Invalid indentation
-
If the error includes
did not find expected key
, you may have a problem with your indentation levels. Check your indentation levels to ensure they match up correctly. - Tabs instead of spaces
-
If the error includes
found character that cannot start any token
, you may have aTab
character for indentation. YAML does not allow tabs for indentation.