Don't know how to try my skill

i made a skill, but i’m not managing to try it except with this error :

19:25:13.829 - mycroft.skills.core:load_skill:106 - INFO - ATTEMPTING TO LOAD SKILL: skill-bouddha with ID -6582035098485335415
19:25:13.830 - mycroft.skills.core:load_skill:143 - ERROR - Failed to load skill: skill-bouddha
Traceback (most recent call last):
File “/home/euripid3/mycroft-core/mycroft/skills/core.py”, line 111, in load_skill
skill_descriptor[“name”] + MainModule, *skill_descriptor[“info”])
File “/opt/mycroft/skills/skill-bouddha/init.py”, line 41
def stop(self):
^

Any clue ?

seems like you may have a syntax error somewhere in your code before the def stop(self): function.

1 Like

Now it’s working !!!

1 Like