You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: