You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is related to the outage what Garmin had last Wednesday, however the addon is unable to connect to Garmin and receiving underneath error:
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.13/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.13/site-packages/garminconnect/__init__.py", line 235, in login self.garth.login( ~~~~~~~~~~~~~~~~^ self.username, self.password, prompt_mfa=self.prompt_mfa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ TypeError: Client.login() got an unexpected keyword argument 'prompt_mfa'
The text was updated successfully, but these errors were encountered:
Not sure if this is related to the outage what Garmin had last Wednesday, however the addon is unable to connect to Garmin and receiving underneath error:
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.13/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.13/site-packages/garminconnect/__init__.py", line 235, in login self.garth.login( ~~~~~~~~~~~~~~~~^ self.username, self.password, prompt_mfa=self.prompt_mfa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ TypeError: Client.login() got an unexpected keyword argument 'prompt_mfa'
The text was updated successfully, but these errors were encountered: