sensi icon indicating copy to clipboard operation
sensi copied to clipboard

missing 1 required positional argument: 'message'

Open iprak opened this issue 6 months ago • 0 comments

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 354, in _async_refresh self.data = await self._async_update_data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/sensi/coordinator.py", line 643, in _async_update_data self._setup_headers(await refresh_access_token(self.hass)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/sensi/auth.py", line 161, in refresh_access_token result = await _get_new_tokens(hass, refresh_token) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/config/custom_components/sensi/auth.py", line 81, in _get_new_tokens raise SensiConnectionError from err TypeError: SensiConnectionError.init() missing 1 required positional argument: 'message'

iprak avatar Aug 16 '24 10:08 iprak