Interagtion lyric fail after update 0.110

Hello,

i post here because after the big update 0.110 of HA
Anglais

I encounter errors with community integration: lyric honeywell

Here the logs :
Error during setup of component lyric

Traceback (most recent call last):
*** File “/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py”, line 478, in request***
*** url, http_method=method, body=data, headers=headers***
*** File “/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py”, line 198, in add_token***
*** raise TokenExpiredError()***
***oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired) ***

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
*** File “/usr/src/homeassistant/homeassistant/setup.py”, line 175, in _async_setup_component***
*** component.setup, hass, processed_config # type: ignore***
*** File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run***
*** result = self.fn(self.args, self.kwargs)
*** File “/config/custom_components/lyric/init.py”, line 135, in setup***
*** setup_lyric(hass, lyric, config)***
*** File “/config/custom_components/lyric/init.py”, line 98, in setup_lyric***
*** hass.data[DATA_LYRIC] = LyricDevice(hass, conf, lyric)***
*** File “/config/custom_components/lyric/init.py”, line 148, in init***
*** if not lyric.locations:***
*** File “/usr/local/lib/python3.7/site-packages/lyric/init.py”, line 864, in locations***
*** if (self._locations):***
*** File “/usr/local/lib/python3.7/site-packages/lyric/init.py”, line 808, in _locations***
*** new_value = self._get(‘locations’)***
*** File “/usr/local/lib/python3.7/site-packages/lyric/init.py”, line 754, in _get***
*** client_secret=self._client_secret)***
*** File “/usr/local/lib/python3.7/site-packages/requests/sessions.py”, line 543, in get***
*** return self.request(‘GET’, url, kwargs)*
*** File “/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py”, line 497, in request***
*** self.auto_refresh_url, auth=auth, kwargs*
*** File “/usr/local/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py”, line 446, in refresh_token***
*** self.token = self._client.parse_request_body_response(r.text, scope=self.scope)***
*** File “/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py”, line 421, in parse_request_body_response***
*** self.token = parse_token_response(body, scope=scope)***
*** File “/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/parameters.py”, line 431, in parse_token_response***
*** validate_token_parameters(params)***
*** File “/usr/local/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/parameters.py”, line 441, in validate_token_parameters***
*** raise MissingTokenError(description=“Missing access token parameter.”)***
oauthlib.oauth2.rfc6749.errors.MissingTokenError: (missing_token) Missing access token parameter.

Can you help me

thank you in advance

Did this fix itself automatically? I’m suddenly getting this error (without any HA updates), I’m assuming it is a temporary problem on the Honeywell server?

Update: I deleted lyric.conf, restarted, and it prompted me to setup Lyric again. All working now.

Thanks, Deleting lyric.conf worked for me too, although it did not prompt me to configure. I had to go into unused entities and run configure Lyric.

Thanks again