ERROR - Failed to load skill: mycroft-hue

Hello everyone!

For any reason mycroft-hue skill stopped working.
CORE VERSION INSTALLED 0.9.13
ENCLOSURE VERSION INSTALLED 1.3.0
I chenked /var/log/mycroft-skills.log on my picroft and got

22:48:33.215 - mycroft.skills.core:load_skill:163 - ERROR - Failed to load skill: mycroft-hue
Traceback (most recent call last):
File “/usr/local/lib/python2.7/site-packages/mycroft_core-0.9.13-py2.7.egg/mycroft/skills/core.py”, line 135, in load_skill
skill = skill_module.create_skill()
File “/opt/mycroft/skills/mycroft-hue/init.py”, line 465, in create_skill
return PhillipsHueSkill()
File “/opt/mycroft/skills/mycroft-hue/init.py”, line 94, in init
self.brightness_step = int(self.config.get(‘brightness_step’))
AttributeError: ‘NoneType’ object has no attribute ‘get’

Could you please tell me what is wrong.

Regards
Matz

Hi @matz it looks like the skill expects an entry in the config. See the instructions here:

This seems to be a quite old skill (most new skills don’t require editing the config directly) so it may not be 100% working.

1 Like