We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading json '/home/ovos/.config/mycroft/apps/ovos.common_play/settings.json' JSONDecodeError('Expecting value: line 1 column 1 (char 0)')
Content of /home/ovos/.config/mycroft/apps/ovos.common_play/settings.json is {}.
/home/ovos/.config/mycroft/apps/ovos.common_play/settings.json
{}
The text was updated successfully, but these errors were encountered:
Got it again on a fresh setup.
Error loading json '/home/ovos/.config/mycroft/apps/ovos.common_play/settings.json' JSONDecodeError('Expecting value: line 1 column 1 (char 0)') Error loading json '/home/ovos/.config/mycroft/apps/ovos.common_play/settings.json' JSONDecodeError('Expecting value: line 1 column 1 (char 0)')
Sorry, something went wrong.
my guess is that something is reading and writing the settings at same time?
I am seeing this with skills now too
Error loading json '/home/ovos/.config/mycroft/skills/skill-ovos-date-time.openvoiceos/settings.json' JSONDecodeError('Expecting value: line 1 column 1 (char 0)')
also with the hello-world skill.
In both cases the settings.json contains only {}
The skills are running in their own containers.
JarbasAl
NeonDaniel
No branches or pull requests
Content of
/home/ovos/.config/mycroft/apps/ovos.common_play/settings.json
is{}
.The text was updated successfully, but these errors were encountered: