MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

Error when asking: how windy is it #28

Open friedger opened 6 years ago

friedger commented 6 years ago

File "/opt/mycroft/skills/skill-weather/init.py", line 58, in build_query params.get("query").update({"lang": self.lang}) AttributeError: 'NoneType' object has no attribute 'update'

penrods commented 6 years ago

Is this still happening to you? I just tried and it worked, so I'm wondering if this is a characteristic that isn't reported for all locations by OpenWeatherMap.

friedger commented 6 years ago

I used the skill while I haven't yet set a location in my mycroft home account. There I saw the error

forslund commented 5 years ago

Hi @friedger I've tried to reproduce this issue but haven't been able to. Is it still happening for you?