We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
xfoxfu
No branches or pull requests
Sentry Issue: VATPRC-UNIAPI-F
The text was updated successfully, but these errors were encountered: