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

[Bug]: 启用多服务器最低延迟后,无法在当前代理/当前连接中看到任何信息 #5640

Closed
2 tasks done
zhang33ya opened this issue Sep 4, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@zhang33ya
Copy link

预期情况

可以看见当前使用的代理节点以及连接信息

实际情况

当前代理/当前连接页面空白

复现方法

选择多个服务器--多服务器延迟,然后 启用多服务延迟

日志信息

2024-09-04 13:44:27.9799-INFO v2rayN start up | v2rayN - V6.56 - 2024/09/04 | E:\Uses\Download\v2rayN-With-Core\v2rayN-With-Core\v2rayN.exe
2024-09-04 13:44:27.9799-INFO Microsoft Windows NT 10.0.22631.0 - 64
2024-09-04 13:44:37.7936-INFO MyAppExit Begin
2024-09-04 13:44:37.9097-INFO MyAppExit End
2024-09-04 13:44:37.9288-INFO OnExit
2024-09-04 13:59:08.7395-INFO v2rayN start up | v2rayN - V6.56 - 2024/09/04 | E:\Uses\Download\v2rayN-With-Core\v2rayN-With-Core\v2rayN.exe
2024-09-04 13:59:08.7476-INFO Microsoft Windows NT 10.0.22631.0 - 64
2024-09-04 13:59:28.2179-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception.
2024-09-04 13:59:28.2179-DEBUG at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken) at ServiceLib.Common.HttpClientHelper.GetAsync(HttpClient client, String url, CancellationToken token) at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent) 2024-09-04 13:59:28.2179-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。. 2024-09-04 13:59:28.4333-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 13:59:28.4333-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.<DownloadStringAsync>b__3_0(Object sender, AsyncCompletedEventArgs value) at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 242 at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 66 at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 48 at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 53 at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 94 at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent) 2024-09-04 13:59:28.4333-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2024-09-04 13:59:54.8802-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 13:59:54.8802-DEBUG at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at ServiceLib.Common.HttpClientHelper.GetAsync(HttpClient client, String url, CancellationToken token)
at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent)
2024-09-04 13:59:54.8802-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
2024-09-04 14:00:06.9873-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception.
2024-09-04 14:00:06.9873-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request)
at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate) at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent) 2024-09-04 14:00:06.9873-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2024-09-04 14:00:09.0660-INFO UpdateTaskRunSubscription 2024-09-04 14:00:22.6118-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 14:00:22.6118-DEBUG at System.Net.Http.ConnectHelper.EstablishSslConnectionAsync(SslClientAuthenticationOptions sslOptions, HttpRequestMessage request, Boolean async, Stream stream, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.GetStringAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
at ServiceLib.Common.HttpClientHelper.GetAsync(HttpClient client, String url, CancellationToken token)
at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent)
2024-09-04 14:00:22.6118-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
2024-09-04 14:00:24.8860-DEBUG The operation has timed out.,The operation has timed out.
2024-09-04 14:00:24.8860-DEBUG at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout)
at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent)
2024-09-04 14:00:41.5540-DEBUG The operation has timed out.,The operation has timed out.
2024-09-04 14:00:41.5540-DEBUG at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent)
2024-09-04 14:00:41.7285-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception.
2024-09-04 14:00:41.7285-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.b__3_0(Object sender, AsyncCompletedEventArgs value)
at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 242
at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 66
at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 48
at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 53
at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 94
at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout)
at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent)
2024-09-04 14:00:41.7285-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-09-04 14:00:54.6170-DEBUG The operation has timed out.,The operation has timed out.
2024-09-04 14:00:54.6170-DEBUG at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout)
at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent)
2024-09-04 14:01:02.9085-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception.
2024-09-04 14:01:02.9085-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request)
at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate) at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent) 2024-09-04 14:01:02.9085-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2024-09-04 14:01:08.1198-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 14:01:08.1198-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request) at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate)
at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent)
2024-09-04 14:01:08.1198-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-09-04 14:01:08.7129-DEBUG Base64Decode,The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
2024-09-04 14:01:08.7129-DEBUG at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
at System.Convert.FromBase64String(String s)
at ServiceLib.Common.Utils.Base64Decode(String plainText)
2024-09-04 14:01:09.0665-INFO UpdateTaskRunGeo
2024-09-04 14:01:32.0850-DEBUG 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (github.com:443),由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (github.com:443)
2024-09-04 14:01:32.0850-DEBUG at ServiceLib.Common.DownloaderHelper.<>c__DisplayClass5_0.b__2(Object sender, AsyncCompletedEventArgs value)
at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 242
at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 66
at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 48
at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 53
at Downloader.AbstractDownloadService.StartDownload(String fileName) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 198
at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, String fileName, CancellationToken cancellationToken) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 105
at ServiceLib.Common.DownloaderHelper.DownloadFileAsync(IWebProxy webProxy, String url, String fileName, IProgress1 progress, Int32 timeout) at ServiceLib.Handler.DownloadHandler.DownloadFileAsync(String url, Boolean blProxy, Int32 downloadTimeout) 2024-09-04 14:01:32.0850-ERROR System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (github.com:443) 2024-09-04 14:01:44.4656-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 14:01:44.4656-DEBUG at ServiceLib.Common.DownloaderHelper.<>c__DisplayClass5_0.<DownloadFileAsync>b__2(Object sender, AsyncCompletedEventArgs value) at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 242 at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 66 at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 48 at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 53 at Downloader.AbstractDownloadService.StartDownload(String fileName) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 198 at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, String fileName, CancellationToken cancellationToken) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 105 at ServiceLib.Common.DownloaderHelper.DownloadFileAsync(IWebProxy webProxy, String url, String fileName, IProgress1 progress, Int32 timeout)
at ServiceLib.Handler.DownloadHandler.DownloadFileAsync(String url, Boolean blProxy, Int32 downloadTimeout)
2024-09-04 14:01:44.4656-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-09-04 14:01:57.8028-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The SSL connection could not be established, see inner exception.)
2024-09-04 14:01:57.8028-DEBUG
2024-09-04 14:01:57.8028-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-09-04 14:01:59.8204-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception.
2024-09-04 14:01:59.8204-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request)
at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate) at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent) 2024-09-04 14:01:59.8204-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2024-09-04 14:02:29.8216-DEBUG The operation has timed out.,The operation has timed out. 2024-09-04 14:02:29.8216-DEBUG at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent) 2024-09-04 14:02:45.8361-DEBUG The operation has timed out.,The operation has timed out. 2024-09-04 14:02:45.8361-DEBUG at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent) 2024-09-04 14:02:59.8276-DEBUG The operation has timed out.,The operation has timed out. 2024-09-04 14:02:59.8276-DEBUG at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent) 2024-09-04 14:03:17.8390-DEBUG The operation has timed out.,The operation has timed out. 2024-09-04 14:03:17.8390-DEBUG at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent) 2024-09-04 14:03:41.0193-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 14:03:41.0193-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request) at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate)
at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent)
2024-09-04 14:03:41.0193-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-09-04 14:04:10.1662-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (The SSL connection could not be established, see inner exception.)
2024-09-04 14:04:10.1662-DEBUG
2024-09-04 14:04:10.1662-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
2024-09-04 14:04:10.1662-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443))
2024-09-04 14:04:10.1662-DEBUG
2024-09-04 14:04:10.1662-ERROR System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443)
2024-09-04 14:04:11.0212-DEBUG The operation has timed out.,The operation has timed out.
2024-09-04 14:04:11.0212-DEBUG at ServiceLib.Handler.DownloadHandler.DownloadStringAsync(String url, Boolean blProxy, String userAgent)
2024-09-04 14:04:23.8420-DEBUG 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443),由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443)
2024-09-04 14:04:23.8420-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request)
at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate) at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent) 2024-09-04 14:04:23.8420-ERROR System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443) 2024-09-04 14:04:32.2149-DEBUG The SSL connection could not be established, see inner exception.,The SSL connection could not be established, see inner exception. 2024-09-04 14:04:32.2149-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.<DownloadStringAsync>b__3_0(Object sender, AsyncCompletedEventArgs value) at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 242 at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 66 at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 48 at Downloader.DownloadService.StartDownload() in D:\Repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 53 at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in D:\Repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 94 at ServiceLib.Common.DownloaderHelper.DownloadStringAsync(IWebProxy webProxy, String url, String userAgent, Int32 timeout) at ServiceLib.Handler.DownloadHandler.DownloadStringViaDownloader(String url, Boolean blProxy, String userAgent) 2024-09-04 14:04:32.2149-ERROR System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception. 2024-09-04 14:05:13.8509-DEBUG 由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814),由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814) 2024-09-04 14:05:13.8509-DEBUG at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at ServiceLib.Common.HttpClientHelper.DeleteAsync(String url)
at ServiceLib.Handler.ClashApiHandler.ClashConnectionClose(String id)
2024-09-04 14:05:13.8509-ERROR System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。
2024-09-04 14:05:14.4645-DEBUG 由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814),由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814)
2024-09-04 14:05:14.4645-DEBUG at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at ServiceLib.Common.HttpClientHelper.DeleteAsync(String url) at ServiceLib.Handler.ClashApiHandler.ClashConnectionClose(String id) 2024-09-04 14:05:14.4645-ERROR System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 2024-09-04 14:05:56.3134-DEBUG 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443),由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443) 2024-09-04 14:05:56.3134-DEBUG at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result) at System.Net.WebClient.GetWebResponseTaskAsync(WebRequest request) at System.Net.WebClient.DownloadBitsAsync(WebRequest request, Stream writeStream, AsyncOperation asyncOp, Action3 completionDelegate)
at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent)
2024-09-04 14:05:56.3134-ERROR System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443)
2024-09-04 14:06:15.7945-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443))
2024-09-04 14:06:15.7945-DEBUG
2024-09-04 14:06:15.7945-ERROR System.Net.Http.HttpRequestException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 (us.freecat.cloud:443)
2024-09-04 14:09:51.6890-DEBUG 由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814),由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814)
2024-09-04 14:09:51.6890-DEBUG at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at ServiceLib.Common.HttpClientHelper.DeleteAsync(String url) at ServiceLib.Handler.ClashApiHandler.ClashConnectionClose(String id) 2024-09-04 14:09:51.6890-ERROR System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 2024-09-04 14:09:52.2167-DEBUG 由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814),由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814) 2024-09-04 14:09:52.2167-DEBUG at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at ServiceLib.Common.HttpClientHelper.DeleteAsync(String url)
at ServiceLib.Handler.ClashApiHandler.ClashConnectionClose(String id)
2024-09-04 14:09:52.2167-ERROR System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。
2024-09-04 14:09:54.4749-DEBUG 由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814),由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814)
2024-09-04 14:09:54.4749-DEBUG at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at ServiceLib.Common.HttpClientHelper.DeleteAsync(String url) at ServiceLib.Handler.ClashApiHandler.ClashConnectionClose(String id) 2024-09-04 14:09:54.4749-ERROR System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。 2024-09-04 14:09:54.8662-DEBUG 由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814),由于目标计算机积极拒绝,无法连接。 (127.0.0.1:10814) 2024-09-04 14:09:54.8662-DEBUG at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at ServiceLib.Common.HttpClientHelper.DeleteAsync(String url)
at ServiceLib.Handler.ClashApiHandler.ClashConnectionClose(String id)
2024-09-04 14:09:54.8662-ERROR System.Net.Sockets.SocketException: 由于目标计算机积极拒绝,无法连接。

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

@zhang33ya zhang33ya added the bug Something isn't working label Sep 4, 2024
@2dust
Copy link
Owner

2dust commented Sep 4, 2024

请先测试是否每个节点都正常使用

@zhang33ya
Copy link
Author

zhang33ya commented Sep 4, 2024

请先测试是否每个节点都正常使用

嗯,当前代理看不到代理时,实际已经正常使用 多服务器最低延迟 节点打开youtube了,说明是有节点可用的。
至于每个节点都需要可用这个条件不是很合理吧,自动选择功能就是为了从一组不太可信(包括不可用的节点)的节点中选出一个延迟最低的。
(btw 后面过了一段时间自己好了,可能是满足了所有节点可用这个条件吧)

@zhang33ya
Copy link
Author

经测试当使用时多服务器最低延迟节点当前代理标签页不显示内容时,打开 v2rayN 设置中 Enable Statistics 后,当前代理标签页会立即显示预期内容。应该是刷新问题。

@2dust
Copy link
Owner

2dust commented Sep 4, 2024

经测试当使用时多服务器最低延迟节点当前代理标签页不显示内容时,打开 v2rayN 设置中 Enable Statistics 后,当前代理标签页会立即显示预期内容。应该是刷新问题。

可能是这个问题,等开发测试

@2dust 2dust closed this as completed in 14afeab Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants