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

System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (github.com:443) #656

Open
sentry-io bot opened this issue Jan 3, 2025 · 0 comments
Labels
Bug Something isn't working Needs Triaging This issue needs the developer's attention to sort & prioritize.

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 3, 2025

Sentry Issue: COLLAPSE-LAUNCHER-HZ

System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
  ?, in void AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
  ?, in async bool Socket.ConnectAsync(SocketAsyncEventArgs e)+WaitForConnectWithCancellation(?)
  ?, in async ValueTask<Stream> HttpConnectionPool.ConnectToTcpHostAsync(string host, int port, HttpRequestMessage initialRequest, bool async, CancellationToken cancellationToken)

System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (github.com:443)
  File "FallbackCDNUtil.cs", line 542, in async Task<HttpResponseMessage> FallbackCDNUtil.GetURLHttpResponse(HttpClient client, string url, HttpMethod httpMethod, CancellationToken token, int maxRetries, int delayMilliseconds)
    return await client.GetAsync(url, HttpCompletionOption.ResponseHeadersRead, token);
  File "FallbackCDNUtil.cs", line 511, in async Task<HttpResponseMessage> FallbackCDNUtil.GetURLHttpResponse(string Url, CancellationToken token, bool isForceUncompressRequest, int maxRetries, int delayMilliseconds)
    return hR;
  File "FallbackCDNUtil.cs", line 455, in async ValueTask<CDNUtilHTTPStatus> FallbackCDNUtil.TryGetURLStatus(CDNURLProperty cdnProp, string relativeURL, CancellationToken token, bool isUncompressRequest)
    var httpResponse = await GetURLHttpResponse(absoluteURL, token, isUncompressRequest);
...
(6 additional frame(s) were not displayed)

This issue was automatically created by Sentry via Alert +++

@sentry-io sentry-io bot added Bug Something isn't working Needs Triaging This issue needs the developer's attention to sort & prioritize. labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Needs Triaging This issue needs the developer's attention to sort & prioritize.
Projects
None yet
Development

No branches or pull requests

0 participants