Replies: 1 comment
-
socks5正常 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
预期情况
没错误
实际情况
root@test03:/opt/snmp_exporter/generator# make mibs
复现方法
设置终端代理
在snmp_exporter/generator 下
执行make mibs
root@test03:/opt/snmp_exporter/generator# unset https_proxy
root@test03:/opt/snmp_exporter/generator# unset http_proxy
root@test03:/opt/snmp_exporter/generator# make mibs
日志信息
2024-09-13 00:33:57.3292-INFO Current_SessionEnding
2024-09-13 00:33:57.3348-INFO MyAppExit Begin
2024-09-13 00:33:57.5085-INFO MyAppExit End
2024-09-13 00:33:57.5920-INFO OnExit
2024-09-13 07:03:44.0617-INFO v2rayN start up | v2rayN - V6.58.0.0 - 2024/09/08 | zz_v2rayN-With-Core-SelfContained\v2rayN.exe
2024-09-13 07:03:44.0749-INFO Microsoft Windows NT 10.0.22631.0 - 64
2024-09-13 07:04:44.6894-INFO UpdateTaskRunSubscription
2024-09-13 07:05:44.6871-INFO UpdateTaskRunGeo
2024-09-13 09:18:39.8466-INFO Current_SessionEnding
2024-09-13 09:18:39.8466-INFO MyAppExit Begin
2024-09-13 09:18:40.0059-INFO MyAppExit End
2024-09-13 09:20:04.7956-INFO v2rayN start up | v2rayN - V6.58.0.0 - 2024/09/08 | zz_v2rayN-With-Core-SelfContained\v2rayN.exe
2024-09-13 09:20:04.8094-INFO Microsoft Windows NT 10.0.22631.0 - 64
2024-09-13 09:20:07.6170-INFO Current_SessionEnding
2024-09-13 09:20:07.6170-INFO MyAppExit Begin
2024-09-13 09:20:07.6656-INFO MyAppExit End
2024-09-13 09:21:38.0803-INFO v2rayN start up | v2rayN - V6.58.0.0 - 2024/09/08 | \zz_v2rayN-With-Core-SelfContained\v2rayN.exe
2024-09-13 09:21:38.1125-INFO Microsoft Windows NT 10.0.22631.0 - 64
2024-09-13 09:22:39.0769-INFO UpdateTaskRunSubscription
2024-09-13 09:23:39.0833-INFO UpdateTaskRunGeo
2024-09-13 09:43:33.6944-DEBUG The operation has timed out.,The operation has timed out.
2024-09-13 09:43:33.7120-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, IProgress`1 progress, Int32 timeout)
at ServiceLib.Handler.DownloadHandler.DownloadFileAsync(String url, String fileName, Boolean blProxy, Int32 downloadTimeout)
额外信息
No response
我确认已更新至最新版本
我确认已查询历史issues
Beta Was this translation helpful? Give feedback.
All reactions