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
2023-05-25 15:16:53 INFO - Authenticating GarminClient(username='rrrroooottt@gmail.com', user_agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36')
Traceback (most recent call last):
File "/usr/local/bin/garpy", line 10, in <module>
sys.exit(main())
File "/usr/lib/python3/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/lib/python3/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/lib/python3/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.7/dist-packages/garpy/cli.py", line 88, in download
username=username, password=password, user_agent=user_agent
File "/usr/local/lib/python3.7/dist-packages/garpy/client.py", line 97, in __enter__
self.connect()
File "/usr/local/lib/python3.7/dist-packages/garpy/client.py", line 117, in connect
self._authenticate()
File "/usr/local/lib/python3.7/dist-packages/garpy/client.py", line 142, in _authenticate
"authentication failure: did you enter valid credentials?"
ConnectionError: authentication failure: did you enter valid credentials?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: