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]: 开启了tun模式,但是没有创建虚拟网卡 #5780

Closed
2 tasks done
whmyxh opened this issue Oct 3, 2024 · 1 comment
Closed
2 tasks done

[Bug]: 开启了tun模式,但是没有创建虚拟网卡 #5780

whmyxh opened this issue Oct 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@whmyxh
Copy link

whmyxh commented Oct 3, 2024

预期情况

开了tun不是应该创建虚拟网卡吗

实际情况

没有创建虚拟网关,也不知道是不是真的开启了tun模式。
image

复现方法

以管理员身份运行程序,开启tun模式

日志信息

2024-10-03 20:45:10.5045-INFO subscription更新订阅结束
2024-10-03 20:45:15.1762-INFO subscription更新订阅结束
2024-10-03 20:45:42.7789-INFO MyAppExit Begin
2024-10-03 20:45:42.8857-INFO MyAppExit End
2024-10-03 20:45:42.8975-INFO OnExit
2024-10-03 20:45:43.1432-INFO v2rayN start up | v2rayN - V6.60.0 - 2024/09/23 | D:\迅雷下载\v2rayN-With-Core\v2rayN.exe
2024-10-03 20:45:43.1495-INFO Microsoft Windows NT 10.0.22631.0 - 64
2024-10-03 20:46:43.4091-INFO UpdateTaskRunSubscription
2024-10-03 20:46:44.5829-INFO subscription更新订阅结束
2024-10-03 20:46:48.4798-INFO subscription更新订阅结束
2024-10-03 20:57:31.5315-DEBUG Response status code does not indicate success: 403 (rate limit exceeded).,Response status code does not indicate success: 403 (rate limit exceeded).
2024-10-03 20:57:31.5315-DEBUG at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
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-10-03 20:57:33.0718-DEBUG The remote server returned an error: (403) rate limit exceeded.,The remote server returned an error: (403) rate limit exceeded.
2024-10-03 20:57:33.0718-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.b__3_0(Object sender, AsyncCompletedEventArgs value)
at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 406
at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 86
at Downloader.DownloadService.StartDownload() in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 63
at Downloader.DownloadService.StartDownload() in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 68
at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 209
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-10-03 20:57:35.0932-DEBUG The remote server returned an error: (403) Forbidden.,The remote server returned an error: (403) Forbidden.
2024-10-03 20:57:35.0932-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-10-03 20:57:36.7193-DEBUG Response status code does not indicate success: 403 (rate limit exceeded).,Response status code does not indicate success: 403 (rate limit exceeded). 2024-10-03 20:57:36.7193-DEBUG at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() 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-10-03 20:57:38.1626-DEBUG The remote server returned an error: (403) rate limit exceeded.,The remote server returned an error: (403) rate limit exceeded. 2024-10-03 20:57:38.1626-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.<DownloadStringAsync>b__3_0(Object sender, AsyncCompletedEventArgs value) at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 406 at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 86 at Downloader.DownloadService.StartDownload() in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 63 at Downloader.DownloadService.StartDownload() in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 68 at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 209 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-10-03 20:57:39.2231-DEBUG The remote server returned an error: (403) Forbidden.,The remote server returned an error: (403) Forbidden. 2024-10-03 20:57:39.2231-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-10-03 20:57:41.3195-DEBUG Response status code does not indicate success: 403 (rate limit exceeded).,Response status code does not indicate success: 403 (rate limit exceeded).
2024-10-03 20:57:41.3195-DEBUG at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
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-10-03 20:57:45.6307-DEBUG The downloader cannot continue downloading because the network or server failed to download in range.,The downloader cannot continue downloading because the network or server failed to download in range.
2024-10-03 20:57:45.6314-DEBUG at ServiceLib.Common.DownloaderHelper.<>c.b__3_0(Object sender, AsyncCompletedEventArgs value)
at Downloader.AbstractDownloadService.OnDownloadFileCompleted(AsyncCompletedEventArgs e) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 406
at Downloader.DownloadService.SendDownloadCompletionSignal(DownloadStatus state, Exception error) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 86
at Downloader.DownloadService.StartDownload() in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 63
at Downloader.DownloadService.StartDownload() in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\DownloadService.cs:line 68
at Downloader.AbstractDownloadService.DownloadFileTaskAsync(String[] urls, CancellationToken cancellationToken) in C:\Users\bezzad\source\repos\Personal\Downloader\src\Downloader\AbstractDownloadService.cs:line 209
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-10-03 20:57:47.0915-DEBUG The remote server returned an error: (403) Forbidden.,The remote server returned an error: (403) Forbidden.
2024-10-03 20:57:47.0915-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, Action`3 completionDelegate)
at ServiceLib.Handler.DownloadHandler.TryDownloadString(String url, Boolean blProxy, String userAgent)

额外信息

No response

我确认已更新至最新版本

我确认已查询历史issues

@whmyxh whmyxh added the bug Something isn't working label Oct 3, 2024
@2dust
Copy link
Owner

2dust commented Oct 5, 2024

#4539
看这个,如果解决不了就换一个app试一试,也不行就放弃tun

@2dust 2dust closed this as completed Oct 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