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

Error handling for VATSIM Connect #25

Open
sentry-io bot opened this issue Oct 30, 2024 · 0 comments
Open

Error handling for VATSIM Connect #25

sentry-io bot opened this issue Oct 30, 2024 · 0 comments
Assignees
Milestone

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 30, 2024

Sentry Issue: VATPRC-UNIAPI-F

Flurl.Http.FlurlHttpException: Call failed with status code 400 (Bad Request): POST https://auth.vatsim.net/oauth/token
  File "FlurlClient.cs", line 337, in async Task<IFlurlResponse> FlurlClient.HandleExceptionAsync(FlurlCall call, Exception ex, CancellationToken token)
    throw ex;
  File "FlurlClient.cs", line 183, in async Task<IFlurlResponse> FlurlClient.SendAsync(IFlurlRequest request, HttpCompletionOption completionOption, CancellationToken cancellationToken) x 2
    return await HandleExceptionAsync(call, ex, cancellationToken).ConfigureAwait(false);
  File "ResponseExtensions.cs", line 21, in async Task<T> ResponseExtensions.ReceiveJson<T>(Task<IFlurlResponse> response)
    using var resp = await response.ConfigureAwait(false);
  File "Services/VatsimAuthService.cs", line 76, in async Task<TokenResponse> VatsimAuthService.GetTokenAsync(string code, string verifier)
  File "Controllers/AuthController.cs", line 362, in async Task<IActionResult> AuthController.VatsimCallback(string code, string state, string error)
@xfoxfu xfoxfu added this to the AIRAC 2412 milestone Oct 30, 2024
@xfoxfu xfoxfu modified the milestones: AIRAC 2412, Cycle 2502 Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant