GithubHelp home page GithubHelp logo

Comments (10)

just4somefun avatar just4somefun commented on June 14, 2024

我访问项目地址也是同样的提示,但实际已经部署成功了。

from edgetunnel.

zizifn avatar zizifn commented on June 14, 2024

已经部署成功,这个错误多数来源于dns请求的转发。由于edge 平台限制,目前不支持udp代理,但是应该不影响访问。。

from edgetunnel.

zizifn avatar zizifn commented on June 14, 2024

如何能提供,您访问什么网站时候,有这个错误的就更好了。

from edgetunnel.

Su-yj avatar Su-yj commented on June 14, 2024

已经部署成功,这个错误多数来源于dns请求的转发。由于edge 平台限制,目前不支持udp代理,但是应该不影响访问。。

所以项目部署成功后访问 done 的项目地址,返回这个request isn't trying to upgrade to websocket.是已经成功部署了吗?

如何能提供,您访问什么网站时候,有这个错误的就更好了。

访问Google、GitHub都是,所有网站都打不开。
我不确定是不是v2ray的问题,但已经是按照你的步骤来配置的了。我换成项目里最新的releases后配置完,也是无法访问。

from edgetunnel.

zizifn avatar zizifn commented on June 14, 2024

已经部署成功,这个错误多数来源于dns请求的转发。由于edge 平台限制,目前不支持udp代理,但是应该不影响访问。。

所以项目部署成功后访问 done 的项目地址,返回这个request isn't trying to upgrade to websocket.是已经成功部署了吗?

如何能提供,您访问什么网站时候,有这个错误的就更好了。

访问Google、GitHub都是,所有网站都打不开。 我不确定是不是v2ray的问题,但已经是按照你的步骤来配置的了。我换成项目里最新的releases后配置完,也是无法访问。

最新code兼容 v2ray 客户端,不需要下载 release里面的东西。具体配置,看readme里面的客户端配置。

from edgetunnel.

Su-yj avatar Su-yj commented on June 14, 2024

在家里重新部署了一次,可以正常使用,不知道是不是跟公司网络有关系,明天再看一下

from edgetunnel.

Su-yj avatar Su-yj commented on June 14, 2024

问题已解决,应该是我的 v2ray 客户端其他配置有问题,目前已经能用。
但还是发现几点问题,在浏览一些网站的时候,会报这样的错误,暂时不知道触发的条件

[www.google.com:443] socket errored: ErrorEvent {
  bubbles: false,
  cancelable: false,
  composed: false,
  currentTarget: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  defaultPrevented: false,
  eventPhase: 2,
  srcElement: null,
  target: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  returnValue: true,
  timeStamp: 1670894262729,
  type: "error",
  message: "WebSocket protocol error: Connection reset without closing handshake",
  filename: "",
  lineno: 0,
  colno: 0,
  error: undefined
}

[youtube.com:443] socket errored: ErrorEvent {
  bubbles: false,
  cancelable: false,
  composed: false,
  currentTarget: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  defaultPrevented: false,
  eventPhase: 2,
  srcElement: null,
  target: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  returnValue: true,
  timeStamp: 1670894254033,
  type: "error",
  message: "WebSocket protocol error: Connection reset without closing handshake",
  filename: "",
  lineno: 0,
  colno: 0,
  error: undefined
}

另外不确定是跟服务器有关,有时候打开 YouTube 会白屏,刷新依旧是白屏,但是如果我打开一下其他网站(如 Google)后,再打开 YouTube 就能正常访问

from edgetunnel.

zizifn avatar zizifn commented on June 14, 2024

问题已解决,应该是我的 v2ray 客户端其他配置有问题,目前已经能用。 但还是发现几点问题,在浏览一些网站的时候,会报这样的错误,暂时不知道触发的条件

[www.google.com:443] socket errored: ErrorEvent {
  bubbles: false,
  cancelable: false,
  composed: false,
  currentTarget: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  defaultPrevented: false,
  eventPhase: 2,
  srcElement: null,
  target: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  returnValue: true,
  timeStamp: 1670894262729,
  type: "error",
  message: "WebSocket protocol error: Connection reset without closing handshake",
  filename: "",
  lineno: 0,
  colno: 0,
  error: undefined
}

[youtube.com:443] socket errored: ErrorEvent {
  bubbles: false,
  cancelable: false,
  composed: false,
  currentTarget: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  defaultPrevented: false,
  eventPhase: 2,
  srcElement: null,
  target: WebSocket {
  url: undefined,
  readyState: 3,
  extensions: undefined,
  protocol: null,
  binaryType: undefined,
  bufferedAmount: NaN
},
  returnValue: true,
  timeStamp: 1670894254033,
  type: "error",
  message: "WebSocket protocol error: Connection reset without closing handshake",
  filename: "",
  lineno: 0,
  colno: 0,
  error: undefined
}

另外不确定是跟服务器有关,有时候打开 YouTube 会白屏,刷新依旧是白屏,但是如果我打开一下其他网站(如 Google)后,再打开 YouTube 就能正常访问

白屏可能和dns有关,尽量不太代理dns解析。选择ASIS。其他错误,如果能正常上网就忽略吧。

from edgetunnel.

dsas221203 avatar dsas221203 commented on June 14, 2024

怎么解决的

from edgetunnel.

zizifn avatar zizifn commented on June 14, 2024

maybe refer to issue #75 (comment)

from edgetunnel.

Related Issues (20)

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.