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

更新至最新版本无法使用 #2762

Closed
youremailaddress opened this issue Oct 10, 2020 · 7 comments
Closed

更新至最新版本无法使用 #2762

youremailaddress opened this issue Oct 10, 2020 · 7 comments

Comments

@youremailaddress
Copy link

除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。
如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用Discussion进行讨论。

你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明)
v2ray核心版本为4.31.0,v2rayn为3.24

你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。
Chrome 登上谷歌

你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等)
无法登上所有需要翻的网站(无法访问此网站xxxx.com 意外终止了连接。)

你期待看到的正确表现是怎样的?
Google正常使用
请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。

服务器端配置:
{
"log": {
"loglevel": "info",
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log"
},
"inbounds": [{
"port": 41579,
"protocol": "vmess",
"settings": {
"clients": [
{
"id": "xxx",
"level": 1,
"alterId": 0
}
]
},
"streamSettings": {
"network": "ws",
"wsSettings": {
"path": "xxx",
"headers": {
"Host": "xxx"
}
}
},
"listen": "127.0.0.1"
}],
"outbounds": [{
"protocol": "freedom",
"settings": {}
},{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}],
"routing": {
"rules": [
{
"type": "field",
"ip": ["geoip:private"],
"outboundTag": "blocked"
}
]
}
}

客户端配置:
{
"policy": null,
"log": {
"access": "",
"error": "",
"loglevel": "warning"
},
"inbounds": [
{
"tag": "proxy",
"port": 10808,
"listen": "127.0.0.1",
"protocol": "socks",
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls"
]
},
"settings": {
"auth": "noauth",
"udp": true,
"ip": null,
"address": null,
"clients": null,
"decryption": null
},
"streamSettings": null
}
],
"outbounds": [
{
"tag": "proxy",
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "xxx.xxx.xxx.xxx",
"port": 443,
"users": [
{
"id": "xxx",
"alterId": 0,
"email": "[email protected]",
"security": "auto",
"encryption": null,
"flow": null
}
]
}
],
"servers": null,
"response": null
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": true,
"serverName": "xxx"
},
"tcpSettings": null,
"kcpSettings": null,
"wsSettings": {
"connectionReuse": true,
"path": "xxx",
"headers": {
"Host": "xxx"
}
},
"httpSettings": null,
"quicSettings": null,
"xtlsSettings": null
},
"mux": {
"enabled": true,
"concurrency": 8
}
},
{
"tag": "direct",
"protocol": "freedom",
"settings": {
"vnext": null,
"servers": null,
"response": null
},
"streamSettings": null,
"mux": null
},
{
"tag": "block",
"protocol": "blackhole",
"settings": {
"vnext": null,
"servers": null,
"response": {
"type": "http"
}
},
"streamSettings": null,
"mux": null
}
],
"stats": null,
"api": null,
"dns": null,
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"port": null,
"inboundTag": [
"api"
],
"outboundTag": "api",
"ip": null,
"domain": null
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "proxy",
"ip": null,
"domain": [
"geosite:google",
"geosite:github",
"geosite:netflix",
"geosite:steam",
"geosite:telegram",
"geosite:tumblr",
"geosite:speedtest",
"geosite:bbc",
"domain:gvt1.com",
"domain:textnow.com",
"domain:twitch.tv",
"domain:wikileaks.org",
"domain:naver.com"
]
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "proxy",
"ip": [
"xx.xx.xx.xx/22",
此处省略..
],
"domain": null
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "direct",
"ip": null,
"domain": [
"domain:xxx.com",
此处省略...
]
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "block",
"ip": null,
"domain": [
"geosite:category-ads"
]
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "direct",
"ip": [
"geoip:private"
],
"domain": null
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "direct",
"ip": [
"geoip:cn"
],
"domain": null
},
{
"type": "field",
"port": null,
"inboundTag": null,
"outboundTag": "direct",
"ip": null,
"domain": [
"geosite:cn"
]
}
]
}
}
6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 /var/log/v2ray/error.log 文件中。
服务器端错误日志:
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/common/mux: received request for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/proxy/freedom: opening connection to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:17 [Info] [1476975143] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe
2020/10/10 23:49:21 [Info] [1476975143] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/common/mux: received request for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/proxy/freedom: opening connection to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:25 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:26 [Info] [458916920] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:26 [Info] [458916920] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: failed to open connection to tcp:content-autofill.googleapis.com:443 > v2ray.com/core/common/retry: [dial tcp 172.217.5.74:443: operation was canceled dial tcp: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/10/10 23:49:26 [Info] [458916920] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:33 [Info] [3164893210] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:49:34 [Info] [3164893210] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:36 [Info] [3608888191] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:37 [Info] [3608888191] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/common/mux: received request for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/proxy/freedom: opening connection to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:40 [Info] [826799667] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/common/mux: received request for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/app/dispatcher: default route for tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/proxy/freedom: opening connection to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:content-autofill.googleapis.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:48 [Info] [3645350994] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:49:49 [Info] [3645350994] v2ray.com/core/common/mux: session 3 ends. > io: read/write on closed pipe
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:49:53 [Info] [1461217884] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:49:55 [Info] [1461217884] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:50:28 [Info] [525887903] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:50:29 [Info] [525887903] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:50:33 [Info] [2015824177] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:51:37 [Info] [3328542981] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:51:38 [Info] [3328542981] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/common/mux: received request for tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/app/dispatcher: default route for tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/proxy/freedom: opening connection to tcp:github.com:443
2020/10/10 23:51:41 [Info] [3239795084] v2ray.com/core/transport/internet/tcp: dialing TCP to tcp:github.com:443
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/app/proxyman/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: connection ends > v2ray.com/core/proxy/vmess/inbound: failed to transfer request > websocket: close 1000 (normal)
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/app/proxyman/inbound: failed to close connection > v2ray.com/core/transport/internet/websocket: failed to close connection > v2ray.com/core/transport/internet/websocket: websocket: close sent
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/common/mux: unexpected EOF > v2ray.com/core/common/mux: failed to read metadata > io: read/write on closed pipe
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/freedom: connection ends > context canceled
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/common/mux: session 1 ends. > io: read/write on closed pipe
2020/10/10 23:51:42 [Info] [3239795084] v2ray.com/core/common/mux: session 2 ends. > io: read/write on closed pipe

客户端错误日志:
客户端并无异常

请附上访问日志。在 Linux 中,日志通常在 /var/log/v2ray/access.log 文件中。
并没有错误信息
其它相关的配置文件(如 Nginx)和相关日志。
nginx错误日志:
nginx无报错
nginx启用的网站配置:
server {
listen 80;
server_name xxx.com;
}
如果 V2Ray 无法启动,请附上 --test 输出。
v2ray可以正常启动
更新版本后无法连接,返回原来版本(4.27.5,3.23可用)
请预览一下你填的内容再提交。

@chuigda
Copy link

chuigda commented Oct 13, 2020

我也遇到了同样的情况。不同的是,我使用 QV2Ray 客户端;先后使用过 manjaro archlinuxcn 提供的 v2ray 4.29 和从GitHub release页面下载的 v2ray 4.31,均不能正常工作。4.27工作正常。

@chuigda
Copy link

chuigda commented Oct 13, 2020

perhaps related with this issue and this change

@rty813
Copy link

rty813 commented Oct 15, 2020

perhaps related with this issue and this change

是的,只需要把alterId改成非0值,就可以正常使用了

@youremailaddress
Copy link
Author

perhaps related with this issue and this change

Thanks a lot,I've tried and solved this problem.

@neepoo
Copy link

neepoo commented Oct 17, 2020

我也遇到了同样的情况。不同的是,我使用 QV2Ray 客户端;先后使用过 manjaro archlinuxcn 提供的 v2ray 4.29 和从GitHub release页面下载的 v2ray 4.31,均不能正常工作。4.27工作正常。

谢谢你, 我也是qv2ray客户端,版本是qv2ray-2.6.3-3,发行版是manjaro,v2ray-core升级到4.29版本无法使用,降级为4.27就可以了.

@feyn-github
Copy link

我用的是最新版本的v2ray,但是chrome无法登上google,显示没有响应

@kevin20114043
Copy link

2021/09/28 21:17:02 [Warning] [3280537287] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://www.kevin2021abcx.xyz/uuyevws): > dial tcp: lookup www.kevin2021abcx.xyz: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.] > common/retry: all retry attempts failed
2021/09/28 21:17:08 127.0.0.1:56145 accepted //www.youtube.com:443 [proxy]
2021/09/28 21:17:08 127.0.0.1:56146 accepted //www.youtube.com:443 [proxy]
2021/09/28 21:17:08 127.0.0.1:56147 accepted //alive.github.com:443 [proxy]
2021/09/28 21:17:10 [Warning] [1706628259] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://www.kevin2021abcx.xyz/uuyevws): > dial tcp: lookup www.kevin2021abcx.xyz: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.] > common/retry: all retry attempts failed
2021/09/28 21:17:10 [Warning] [2410664520] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://www.kevin2021abcx.xyz/uuyevws): > dial tcp: lookup www.kevin2021abcx.xyz: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.] > common/retry: all retry attempts failed
2021/09/28 21:17:10 [Warning] [841892245] app/proxyman/outbound: failed to process outbound traffic > proxy/vmess/outbound: failed to find an available destination > common/retry: [transport/internet/websocket: failed to dial WebSocket > transport/internet/websocket: failed to dial to (wss://www.kevin2021abcx.xyz/uuyevws): > dial tcp: lookup www.kevin2021abcx.xyz: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.] > common/retry: all retry attempts failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants