Coder Social home page Coder Social logo

Comments (4)

neevek avatar neevek commented on August 21, 2024

出现这个错误的时候,这条日志的前面一些日志是什么呢?应该还有一些其他的 Error 日志的。

from lightning.

w22gb8 avatar w22gb8 commented on August 21, 2024

谢谢回复,以下为通过阿里香港访问github时的错误日志:
2018-01-26 08:06:46.414 [V] [/root/lightning/remote.c:319] handle_close_cb - now will free the session object: 0x873b10
2018-01-26 08:06:47.793 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 192.30.253.112:443
2018-01-26 08:06:48.020 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: github.com:443, status: CONNECTED
2018-01-26 08:06:48.411 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 117.18.237.29:80
2018-01-26 08:06:48.414 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: ocsp.digicert.com:80, status: CONNECTED
2018-01-26 08:06:48.992 [E] [/root/lightning/socks5.c:73] socks5_parse_request - bad version: 128
2018-01-26 08:06:48.992 [E] [/root/lightning/remote.c:469] handle_socks5_request - socks5_parse_request failed
2018-01-26 08:06:48.992 [V] [/root/lightning/remote.c:272] close_session - now will close session: 0x87c350
2018-01-26 08:06:48.992 [V] [/root/lightning/remote.c:319] handle_close_cb - now will free the session object: 0x87c350
2018-01-26 08:06:49.554 [E] [/root/lightning/socks5.c:73] socks5_parse_request - bad version: 128
2018-01-26 08:06:49.554 [E] [/root/lightning/remote.c:469] handle_socks5_request - socks5_parse_request failed
2018-01-26 08:06:49.554 [V] [/root/lightning/remote.c:272] close_session - now will close session: 0x87c350
2018-01-26 08:06:49.554 [V] [/root/lightning/remote.c:319] handle_close_cb - now will free the session object: 0x87c350
2018-01-26 08:06:49.685 [E] [/root/lightning/socks5.c:73] socks5_parse_request - bad version: 128
2018-01-26 08:06:49.685 [E] [/root/lightning/remote.c:469] handle_socks5_request - socks5_parse_request failed
2018-01-26 08:06:49.686 [V] [/root/lightning/remote.c:272] close_session - now will close session: 0x87c350
2018-01-26 08:06:49.686 [V] [/root/lightning/remote.c:319] handle_close_cb - now will free the session object: 0x87c350
2018-01-26 08:06:49.688 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 151.101.76.133:443
2018-01-26 08:06:49.689 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: avatars3.githubusercontent.com:443, status: CONNECTED
2018-01-26 08:06:50.499 [E] [/root/lightning/socks5.c:73] socks5_parse_request - bad version: 240
2018-01-26 08:06:50.499 [E] [/root/lightning/remote.c:469] handle_socks5_request - socks5_parse_request failed
2018-01-26 08:06:50.499 [V] [/root/lightning/remote.c:272] close_session - now will close session: 0x87c350
2018-01-26 08:06:50.499 [V] [/root/lightning/remote.c:319] handle_close_cb - now will free the session object: 0x87c350
2018-01-26 08:06:52.374 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 216.58.203.10:443
2018-01-26 08:06:52.375 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: safebrowsing.googleapis.com:443, status: CONNECTED
2018-01-26 08:06:52.376 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 151.101.76.133:443
2018-01-26 08:06:52.377 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: assets-cdn.github.com:443, status: CONNECTED
2018-01-26 08:06:52.379 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 151.101.76.133:443
2018-01-26 08:06:52.381 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: assets-cdn.github.com:443, status: CONNECTED
2018-01-26 08:06:52.752 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 151.101.76.133:443
2018-01-26 08:06:52.753 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: assets-cdn.github.com:443, status: CONNECTED
2018-01-26 08:06:53.049 [I] [/root/lightning/remote.c:664] upstream_tcp_connect_domain - connected to 89.233.107.248:443
2018-01-26 08:06:53.363 [I] [/root/lightning/remote.c:803] upstream_tcp_connect_log - uv_tcp_connect: s2.bitcoinwisdom.com:443, status: CONNECTED
2018-01-26 08:06:53.697 [E] [/root/lightning/socks5.c:73] socks5_parse_request - bad version: 85
2018-01-26 08:06:53.697 [E] [/root/lightning/remote.c:469] handle_socks5_request - socks5_parse_request failed
2018-01-26 08:06:53.697 [V] [/root/lightning/remote.c:272] close_session - now will close session: 0x8829c0
2018-01-26 08:06:53.698 [V] [/root/lightning/remote.c:319] handle_close_cb - now will free the session object: 0x8829c0

from lightning.

neevek avatar neevek commented on August 21, 2024

看起来像是客户端的上行流量被污染了,服务端接收到了垃圾数据。
目前客户端和服务端的通信协议是 socks5,在这个标准协议上暂时无法解决这样的问题。

from lightning.

w22gb8 avatar w22gb8 commented on August 21, 2024

遇到这种情况能不能让客户端重新连接而不直接断开连接,用ss没遇到过连接被重置的情况。

from lightning.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.