Skip to content
New issue

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

missing 1 required positional argument: 'message' #56

Closed
iprak opened this issue Aug 16, 2024 · 0 comments
Closed

missing 1 required positional argument: 'message' #56

iprak opened this issue Aug 16, 2024 · 0 comments

Comments

@iprak
Copy link
Owner

iprak commented Aug 16, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant