skill-weather icon indicating copy to clipboard operation
skill-weather copied to clipboard

skill.error while asking for the weather

Open 0xsharkboy opened this issue 2 years ago • 12 comments

Hey, i'm on the picroft version and it returns a skill.error when i'm asking for the weather:

17:52:10.347 | INFO | 784 | WeatherSkill | Speaking dialog: current-weather-local 17:52:10.364 | ERROR | 784 | mycroft.skills.mycroft_skill.mycroft_skill:on_error:923 | skill.error Traceback (most recent call last): File "/home/pi/mycroft-core/mycroft/skills/mycroft_skill/event_container.py", line 73, in wrapper handler(message) File "/opt/mycroft/skills/mycroft-weather.mycroftai/__init__.py", line 122, in handle_current_weather self._report_current_weather(message) File "/opt/mycroft/skills/mycroft-weather.mycroftai/__init__.py", line 667, in _report_current_weather self._speak_weather(dialog) File "/opt/mycroft/skills/mycroft-weather.mycroftai/__init__.py", line 1186, in _speak_weather self.speak_dialog(dialog.name, dialog.data, wait=True) File "/home/pi/mycroft-core/mycroft/skills/mycroft_skill/mycroft_skill.py", line 1227, in speak_dialog self.dialog_renderer.render(key, data), File "/home/pi/mycroft-core/mycroft/dialog/dialog.py", line 110, in render line = line.format(**context) KeyError: 'low_temperature'

If someone can help me it would be very kind :D I need to specify that I changed the laguage to French In the Mycroft's config file

0xsharkboy avatar May 17 '22 17:05 0xsharkboy