Hasinator7 / nature-sound-skill

Mycrfot skill for playing nature sounds
Other
0 stars 1 forks source link

Error on Picroft #2

Open TREE-Ind opened 6 years ago

TREE-Ind commented 6 years ago

@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.


~~.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.

Hasinator7 commented 6 years ago

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