We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: