I'm getting an error on Picroft, wasn't sure if anyone else can reproduce or if it's just me but I wanted to post just to make sure. Here is the error log below.
~~.skills.core:wrapper:640 - ERROR - An error occurred while processing a request in NatureSoundSkill
Traceback (most recent call last):
~~python2.7/site-packages/mycroft_core-0.9.13-py2.7.egg/mycroft/skills/core.py", line 630, in wrapper
self.settings.store() # Store settings if they've changed
~~python2.7/site-packages/mycroft_core-0.9.13-py2.7.egg/mycroft/skills/settings.py", line 521, in store
with open(self._settings_path, 'w') as f:
IOError: [Errno 13] Permission denied: '/opt/mycroft/skills/nature-sound-skill/settings.json'
Going to try it out on my Mycroft desktop and test on the latest dev branch. Will update here whether I see the same error or if it looks like it's just a Picroft issue.
I cannot reproduce this error on my Picroft.
Does that happen with other skills too or is just my skill affected?
Which Picroft version are you on? So I can try to reproduce the error
@Hasinator7 Thanks for your work on this skill!
I'm getting an error on Picroft, wasn't sure if anyone else can reproduce or if it's just me but I wanted to post just to make sure. Here is the error log below.
Going to try it out on my Mycroft desktop and test on the latest dev branch. Will update here whether I see the same error or if it looks like it's just a Picroft issue.