[ERROR] DevSidecar Error
Closed this issue · 4 comments
waahah commented
Ⅰ. 请说明操作系统及DS的版本号:
- 操作系统:windows11
- DS版本号:v1.8.6-node17
Ⅱ. 问题描述:
使用DevSidecar开代理会导致WIFi断连
DevSidecar Error:
目标网站请求错误:【EHOSTUNREACH】 connect EHOSTUNREACH 20.27.177.113:443
目标地址:https://github.com:443/waahah
Ⅳ. 如何复现问题?
打开GitHub网站
Ⅴ. 请提供相关的错误日志,尽可能的详细:(日志文件在 ${user.home}/.dev-sidecar/logs/
目录下)
[ERROR] core - 下载远程 domestic-domain-allowlist.txt 文件失败, error: Error: getaddrinfo ENOTFOUND ghp.ci
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'ghp.ci'
} , response: undefined , body: undefined
[ERROR] server - 代理请求超时: GET ➜ https://ghp.ci:443/https://github.com/docmirror/dev-sidecar/releases/download/v1.8.6/DevSidecar-1.8.6-node17.exe, cost: 32151 ms
[ERROR] server - proxy res error: Error: aborted
at connResetException (node:internal/errors:691:14)
at TLSSocket.socketCloseListener (node:_http_client:407:19)
at TLSSocket.emit (node:events:402:35)
at node:net:687:12
at TCP.done (node:_tls_wrap:580:7) {
code: 'ECONNRESET'
}
[ERROR] server - Request error: Error: connect EADDRNOTAVAIL 231.234.251.30:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1161:16) {
errno: -4090,
code: 'EADDRNOTAVAIL',
syscall: 'connect',
address: '231.234.251.30',
port: 443
}
wangliang181230 commented
请求失败和下载远程 xxxx.txt 文件失败,并无关系。
github.com请求,偶尔失败吗?还是一直这样?
wangliang181230 commented
我这边试了下,是可以的。我的也是win10,node 17版。
wangliang181230 commented
另外,看一下 加速服务 -> IP测速
,看看 github.com
测速情况。
wangliang181230 commented
我今天也碰到 20.27.177.113
IP访问失败的情况,估计是这个预设IP不稳定。
你可以尝试在本地预设IP中删除它。
另外,下载远程 domestic-domain-allowlist.txt 文件失败
的问题,我也把远程加速镜像地址更换了,改成香港的加速镜像地址了。