Update problem - homeassistant.components.met.weather

Hi All,

yesterday i updated home assistant core, and after that, weather is not working anymore.

[homeassistant.config] Upgrading configuration directory from 0.103.6 to 0.111.3

 Main PID: 18035 (hass)
    Tasks: 27 (limit: 65000)
   CGroup: /system.slice/home-assistant.service
           └─18035 /var/homeassistant/bin/python3 `/var/homeassistant/bin/hass` -c /var/homeassistant/.homeassistant

Jun 17 18:35:29 wolke.com.br hass[18035]: OSError: [Errno 126] Required key not available
Jun 17 18:35:31 wolke.com.br hass[18035]: 2020-06-17 18:35:31 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned 203
Jun 17 18:35:31 wolke.com.br hass[18035]: 2020-06-17 18:35:31 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 17 minutes
Jun 17 18:35:51 wolke.com.br hass[18035]: 2020-06-17 18:35:51 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned 203
Jun 17 18:35:51 wolke.com.br hass[18035]: 2020-06-17 18:35:51 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 20 minutes
Jun 17 18:36:01 wolke.com.br hass[18035]: 2020-06-17 18:36:01 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned
Jun 17 18:36:01 wolke.com.br hass[18035]: 2020-06-17 18:36:01 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 18 minutes
Jun 17 18:37:11 wolke.com.br hass[18035]: 2020-06-17 18:37:11 ERROR (MainThread) [mysensors.gateway_tcp] [Errno 104] Connection reset by peer
Jun 17 18:54:03 wolke.com.br hass[18035]: 2020-06-17 18:54:03 ERROR (MainThread) [metno] https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned 203
Jun 17 18:54:03 wolke.com.br hass[18035]: 2020-06-17 18:54:03 ERROR (MainThread) [homeassistant.components.met.weather] Retrying in 18 minutes

Any hint of what can be happening?

Thx in advance.

Yup. Me too. It happened as I was editing files so thought it was me.
Interesting to hear of another user having this issue.

Log Details (ERROR)

Logger: metno
Source: components/met/weather.py:143
First occurred: 7:26:08 AM (2 occurrences)
Last logged: 7:26:20 AM

https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/1.9/ returned 203

Seems it’s a known issue.

Same issue here, this is what I see in the log. Also on version 111.3.

A few days ago they have changed the api.

https://aa015h6buqvih86i1.api.met.no/weatherapi/locationforecast/2.0/documentation#version_2.0_%3A_2020-06-10

Thanks for the info … Ankl.

Has someone tested with version 111.4?

hi everyone,
I pulled the new version of the container and I am now running Version 0.111.4 in my docker environment and the problem have been solved.
Thanks to the devs.
Regards,
Ankl

For everyone whom don’t want to upgrade for now…
Here’s a quick workaround:

Can confirm this, just did the update to 111.4

1 Like