Error: Auth appeared successful but there was an error sending the service ticket. #527
Closed
bobwinners
started this conversation in
General
Replies: 1 comment
-
See this open issue: #526 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
After I put in my multi-factor code I receive the following error:
Uncaught Exception
Garmin.Auth.GarminAuthenticationError: Auth appeared successful but there was an error sending the service ticket.
---> Flurl.Http.FlurlHttpException: Circular redirects detected.
at Flurl.Http.FlurlRequest.HandleExceptionAsync(FlurlCall call, Exception ex, CancellationToken token)
at Flurl.Http.FlurlRequest.SendAsync(HttpMethod verb, HttpContent content, CancellationToken cancellationToken, HttpCompletionOption completionOption)
at Flurl.Http.FlurlRequest.SendAsync(HttpMethod verb, HttpContent content, CancellationToken cancellationToken, HttpCompletionOption completionOption)
at Garmin.Auth.GarminAuthenticationService.CompleteGarminAuthenticationAsync(String loginResult, GarminApiAuthentication auth) in D:\a\peloton-to-garmin\peloton-to-garmin\src\Garmin\Auth\GarminAuthenticationService.cs:line 174
--- End of inner exception stack trace ---
at Garmin.Auth.GarminAuthenticationService.CompleteGarminAuthenticationAsync(String loginResult, GarminApiAuthentication auth) in D:\a\peloton-to-garmin\peloton-to-garmin\src\Garmin\Auth\GarminAuthenticationService.cs:line 181
at Garmin.Auth.GarminAuthenticationService.CompleteMFAAuthAsync(String mfaCode) in D:\a\peloton-to-garmin\peloton-to-garmin\src\Garmin\Auth\GarminAuthenticationService.cs:line 215
at PelotonToGarminConsole.Startup.RunAsync(CancellationToken cancelToken)
Any ideas?
Thanks,
Bob
Beta Was this translation helpful? Give feedback.
All reactions