Skip to content
New issue

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

JSON error when starting audio service for the first time. #196

Open
goldyfruit opened this issue May 14, 2023 · 3 comments
Open

JSON error when starting audio service for the first time. #196

goldyfruit opened this issue May 14, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@goldyfruit
Copy link
Member

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 {}.

@goldyfruit
Copy link
Member Author

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)')

@JarbasAl
Copy link
Member

my guess is that something is reading and writing the settings at same time?

@Ramblurr
Copy link

Ramblurr commented Sep 12, 2023

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 JarbasAl transferred this issue from OpenVoiceOS/ovos-audio Apr 17, 2024
@JarbasAl JarbasAl added the bug Something isn't working label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants