Skip to content

[BUG] 更新节点的时候会出现大量context deadline exceeded的情况,是超时时间设置还是数据解析的问题? #168

@mlw221

Description

@mlw221

前置确认

  • 我已阅读 README.md,确认问题不是配置错误。
  • 我已在 Issues 中搜索,未找到类似的问题。
  • 我已在 config.example.yaml 中看过,未找到相关配置
  • 我确认我能清晰的表达我的观点、表达我的需求、表达我的问题、表达我的环境情况

问题描述

我用cloudflare 的worker做了加速代理。在更新github "https://raw.githubusercontent.com/"的代理资源时,会出现大量如下错误:

2025-08-21 01:13:59 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://XXXXX.imserver.ip-dynamic.org/https://raw.githubusercontent.com/yaney01/autoproxy/refs/heads/master/sub/splitted/vmess.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:59 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://XXXXX.imserver.ip-dynamic.org/https://raw.githubusercontent.com/yaney01/NoMoreWalls/refs/heads/master/list_raw.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:00 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://XXXXX.imserver.ip-dynamic.org/https://raw.githubusercontent.com/YasserDivaR/pr0xy/main/winformClash.yaml 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:00 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://XXXXX.imserver.ip-dynamic.org/https://raw.githubusercontent.com/youfoundamin/V2rayCollector/main/vless_iran.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:04 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://XXXXX.imserver.ip-dynamic.org/https://raw.githubusercontent.com/youfoundamin/V2rayCollector/main/vmess_iran.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)

测试这些订阅链接,在电脑浏览器里大部分都能正常访问。但在更新时会出现少量
context deadline exceeded (Client.Timeout exceeded while awaiting headers)错误
和大量context deadline exceeded (Client.Timeout or context cancellation while reading body)错误。

请参考。

复现步骤

添加了一些github分享的订阅地址后,出现了这类状况。

预期行为

是否可以通过优化数据解析或修改配置改善。

实际行为

影响更新节点的效率。

subs-check 版本

docker版本: v1.3.8-09292dc

环境详情

ubuntu:20.04

docker: Version:    28.1.1+1
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.20.1
    Path:     /usr/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.33.1
    Path:     /usr/libexec/docker/cli-plugins/docker-compose

日志

2025-08-20 23:56:50 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/zhlx2835/freefq/main/clash.yaml 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-20 23:56:50 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/ZY-404/v2ray/main/v2ray.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-20 23:56:50 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/ZywChannel/free/main/sub 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-20 23:56:50 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/zjfb/SubCrawler/main/sub/share/all 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-20 23:56:50 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/zjr13808836946/zjr_clash/main/V2_SSR_M 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-20 23:56:50 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/zhlx2835/freefq/main/v2 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-20 23:56:50 INF 获取节点数量: 28976
2025-08-20 23:56:50 INF 去重后节点数量: 13824
2025-08-20 23:56:50 INF 开始检测节点
2025-08-20 23:56:50 INF 当前参数 timeout=5500 concurrent=20 enable-speedtest=true min-speed=1024 download-timeout=10 download-mb=20 total-speed-limit=0
2025-08-21 00:38:32 INF 配置文件发生变化,正在重新加载
2025-08-21 00:38:32 INF 配置文件读取成功
2025-08-21 00:46:59 INF 可用节点数量: 16
2025-08-21 00:46:59 INF 测试总消耗流量: 0.528GB
2025-08-21 00:46:59 INF 检测完成
2025-08-21 00:46:59 INF 保存本地成功 filepath=/app/output/all.yaml
2025-08-21 00:46:59 INF substore更新完成
2025-08-21 00:46:59 INF 保存本地成功 filepath=/app/output/mihomo.yaml
2025-08-21 00:46:59 INF 保存本地成功 filepath=/app/output/base64.txt
2025-08-21 00:46:59 INF 下次检查时间: 2025-08-21 03:00:00
2025-08-21 01:08:49 INF 手动触发检测
2025-08-21 01:08:49 INF 开始检测代理
2025-08-21 01:08:49 INF 添加之前测试成功的节点,数量: 16
2025-08-21 01:08:49 INF 当前设置订阅链接数量: 324
2025-08-21 01:09:21 ERR 获取订阅链接错误跳过: 重试3次后失败: Get "https://github.com/LonUp/NodeList/raw/main/Clash/Node/Latest.yaml": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2025-08-21 01:09:21 ERR 获取订阅链接错误跳过: 重试3次后失败: Get "https://github.com/Epodonios/bulk-xray-v2ray-vless-vmess-...-configs/raw/main/sub/Finland/config.txt": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2025-08-21 01:09:21 ERR 获取订阅链接错误跳过: 重试3次后失败: Get "https://github.com/theGreatPeter/v2rayNodes/raw/main/nodes.txt": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2025-08-21 01:09:21 ERR 获取订阅链接错误跳过: 重试3次后失败: Get "https://github.com/Epodonios/bulk-xray-v2ray-vless-vmess-...-configs/raw/main/sub/Netherlands/config.txt": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2025-08-21 01:09:21 ERR 获取订阅链接错误跳过: 重试3次后失败: Get "https://github.com/Epodonios/bulk-xray-v2ray-vless-vmess-...-configs/raw/main/sub/Iran/config.txt": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2025-08-21 01:09:40 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/barry-far/V2ray-config/main/All_Configs_base64_Sub.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:09:53 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/ebrasha/free-v2ray-public-list/refs/heads/main/all_extracted_configs.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:09:56 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/main/Splitted-By-Protocol/ss.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:09:56 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/main/Splitted-By-Protocol/vless.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:09:56 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/main/All_Configs_base64_Sub.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:09:56 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/main/Splitted-By-Protocol/vmess.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:09:56 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/refs/heads/main/All_Configs_base64_Sub.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:01 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/refs/heads/main/Splitted-By-Protocol/ss.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:01 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/refs/heads/main/Splitted-By-Protocol/vless.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:01 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Epodonios/v2ray-configs/refs/heads/main/Splitted-By-Protocol/vmess.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:52 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/LalatinaHub/Mineral/refs/heads/master/result/nodes 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:53 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/liketolivefree/kobabi/main/sub_all.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:53 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/luxl-1379/merge/77247d23def72b25226dfa741614e9b07a569c72/sub/sub_merge_base64.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:54 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/sub/sub_merge.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:54 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mahdibland/SSAggregator/master/sub/sub_merge_yaml.yml 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:54 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mahdibland/V2RayAggregator/master/sub/sub_merge.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:10:55 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mahdibland/V2RayAggregator/refs/heads/master/sub/sub_merge_base64.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:03 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mermeroo/Loon/refs/heads/main/all.nodes.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:08 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mfbpn/tg_mfbpn_sub/main/trial.yaml 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:31 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/MhdiTaheri/V2rayCollector/main/sub/ss 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:31 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/MhdiTaheri/V2rayCollector/main/sub/mix 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:31 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/MhdiTaheri/V2rayCollector/main/sub/ssbase64 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:32 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/MhdiTaheri/V2rayCollector/main/sub/vless 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:35 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/MhdiTaheri/V2rayCollector_Py/refs/heads/main/sub/Mix/mix.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:39 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mheidari98/.proxy/main/all 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:41 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mheidari98/.proxy/refs/heads/main/vless 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:11:42 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/mheidari98/.proxy/refs/heads/main/vmess 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:00 ERR 订阅链接没有proxies: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Roywaller/clash_subscription/main/clash_subscription.txt
2025-08-21 01:12:00 ERR 订阅链接没有proxies: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Roywaller/clash_subscription/refs/heads/main/clash_subscription.txt
2025-08-21 01:12:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/channels/protocols/vmess 返回状态码: 404
2025-08-21 01:12:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/channels/protocols/hysteria 返回状态码: 404
2025-08-21 01:12:26 ERR 获取订阅链接错误跳过: 重试3次后失败: 订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/hysteria 返回状态码: 404
2025-08-21 01:12:26 ERR 获取订阅链接错误跳过: 重试3次后失败: 订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/countries/jp/mixed 返回状态码: 404
2025-08-21 01:12:32 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/SamanGho/v2ray_collector/refs/heads/main/v2tel_links1.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:32 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/SamanGho/v2ray_collector/refs/heads/main/v2tel_links2.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:32 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/sevcator/5ubscrpt10n/main/protocols/vl.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:32 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/shabane/kamaji/master/hub/b64/merged.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:33 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/shabane/kamaji/master/hub/b64/ss.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:33 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/shabane/kamaji/master/hub/b64/vless.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:12:35 ERR 获取订阅链接错误跳过: 重试3次后失败: 订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/soroushmirzaei/telegram-configs-collector/main/protocols/vmess 返回状态码: 404
2025-08-21 01:12:35 ERR 获取订阅链接错误跳过: 重试3次后失败: 订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/ssrsub/ssr/master/ssrsub 返回状态码: 404
2025-08-21 01:12:43 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/SoliSpirit/v2ray-configs/main/all_configs.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:04 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Surfboardv2ray/Proxy-sorter/main/submerge/converted.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:10 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/Surfboardv2ray/TGParse/main/splitted/mixed 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:18 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-0.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:18 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-1.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-2.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-3.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-4.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-5.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:19 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-7.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:21 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-8.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:36 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/vpei/free-node-1/refs/heads/main/res/nod-9.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:59 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/yaney01/autoproxy/refs/heads/master/sub/splitted/vmess.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:13:59 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/yaney01/NoMoreWalls/refs/heads/master/list_raw.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:00 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/YasserDivaR/pr0xy/main/winformClash.yaml 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:00 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/youfoundamin/V2rayCollector/main/vless_iran.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:04 ERR 获取订阅链接错误跳过: 重试3次后失败: 读取订阅链接: https://agent.imserver.ip-dynamic.org/https://raw.githubusercontent.com/youfoundamin/V2rayCollector/main/vmess_iran.txt 数据错误: context deadline exceeded (Client.Timeout or context cancellation while reading body)
2025-08-21 01:14:14 INF 获取节点数量: 50941
2025-08-21 01:14:14 INF 去重后节点数量: 26300
2025-08-21 01:14:14 INF 开始检测节点
2025-08-21 01:14:14 INF 当前参数 timeout=5500 concurrent=10 enable-speedtest=true min-speed=1024 download-timeout=10 download-mb=20 total-speed-limit=0
2025-08-21 03:00:00 WRN 已有检测正在进行,跳过本次检测
2025-08-21 03:46:22 INF 可用节点数量: 150
2025-08-21 03:46:22 INF 测试总消耗流量: 3.303GB
2025-08-21 03:46:22 INF 检测完成
2025-08-21 03:46:22 INF 保存本地成功 filepath=/app/output/all.yaml
2025-08-21 03:46:22 INF substore更新完成
2025-08-21 03:46:23 INF 保存本地成功 filepath=/app/output/mihomo.yaml
2025-08-21 03:46:23 INF 保存本地成功 filepath=/app/output/base64.txt
2025-08-21 03:46:23 INF 下次检查时间: 2025-08-22 03:00:00

截图

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions