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

Unknown error occurred during Garmin Connect login request #129

Open
LukaszP2 opened this issue Feb 2, 2024 · 0 comments
Open

Unknown error occurred during Garmin Connect login request #129

LukaszP2 opened this issue Feb 2, 2024 · 0 comments

Comments

@LukaszP2
Copy link

LukaszP2 commented Feb 2, 2024

After upgrade to HA 2024.2.0b2

  - Traceback (most recent call last):
  File "/config/custom_components/garmin_connect/__init__.py", line 82, in async_login
    await self.hass.async_add_executor_job(self._api.login)
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/garminconnect/__init__.py", line 179, in login
    self.garth.login(self.username, self.password)
  File "/usr/local/lib/python3.12/site-packages/garth/http.py", line 160, in login
    self.oauth1_token, self.oauth2_token = sso.login(*args, client=self)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/garth/sso.py", line 98, in login
    assert title == "Success"
AssertionError
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