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

Add retry for VATSIM services #29

Open
sentry-io bot opened this issue Jan 21, 2025 · 0 comments
Open

Add retry for VATSIM services #29

sentry-io bot opened this issue Jan 21, 2025 · 0 comments
Assignees
Labels

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 21, 2025

Sentry Issue: VATPRC-UNIAPI-12

Flurl.Http.FlurlHttpException: Call failed with status code 500 (Internal Server Error): GET https://api.vatsim.net/v2/members/1889002
  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/VatsimService.cs", line 36, in async Task<UserInfo> VatsimService.GetUserInfo(string cid, CancellationToken ct)+(?) => { }
  File "Services/VatsimService.cs", line 33, in async Task<UserInfo> VatsimService.GetUserInfo(string cid, CancellationToken ct)
...
(2 additional frame(s) were not displayed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant