What does this error mean? How do I fix it?

Running Picroft on a Raspberry Pi 3

mycroft.skills.settings:_send_settings_meta:214 - ERROR - [{'key': 'skill.schema.invalid'}]

The same error pops up about once or twice per minute.

This error means that one of your Skill’s settingsmeta.json files is in an invalid JSON format. The error messages before and after this line might provide some clue as to which Skill’s settingsmeta.json is in an invalid format - if the error has just appeared then it is likely to be the Skill that was last installed.

This can often happen during Skills development, and we recommend using JSON linter / parser to ensure that settingsmeta.json is correctly formatted.

1 Like