Weilet

Results 10 comments of Weilet

我也是。。。估计是被封了,楼主是不是试过短时间发送大量信息

**close as owner ignore my pull request and fix the bug with (nearly) my code** ## for those who want to contribute I think it's a very private repository because...

通过修改 `DISABLE_PKG_VERSION_XML` 参数的方法好像已经失效了 Windows WSL2 环境下使用下面命令创建容器: ``` docker run -d --device /dev/net/tun --cap-add NET_ADMIN -ti \ -p 127.0.0.1:1080:1080 -p 127.0.0.1:8888:8888 -v /tmp/.X11-unix:/tmp/.X11-unix \ -v $HOME/.easyconn:/root/.easyconn -e DISABLE_PKG_VERSION_XML=1 -e DISPLAY hagb/docker-easyconnect:vncless-7.6.3...

具体的提示是 `The EasyConnect version is too low` 和 `The client version and server software version is not matching`,各个版本都试过了,可能和服务端有特殊要求有关?

补充一个 vncless-7.6.7 的失败截图 ![image](https://github.com/Hagb/docker-easyconnect/assets/32561597/b5f5409d-b0fe-4a4e-bccb-0b5acc3a9758)

> @Weilet 看看运行以下命令的输出? > > ```shell > docker image ls hagb/docker-easyconnect:vncless-7.6.3 > ``` ``` REPOSITORY TAG IMAGE ID CREATED SIZE hagb/docker-easyconnect vncless-7.6.3 03d26cc0d9ec 4 days ago 367MB ```

vncless-7.6.3 的报错信息显示我的客户端和服务端版本不一致,所以这应该是我的服务端有特殊要求? ![image](https://github.com/Hagb/docker-easyconnect/assets/32561597/384bd284-94f2-45a4-87e0-8c5e0472d832)

> 服务端的版本我是不知道的,`https://服务端地址/por/ec_pkg.csp?platform=linux` 的返回是 404,难道是因为服务端不是 linux 的?

> > > > > > > > > 服务端的版本我是不知道的,`https://服务端地址/por/ec_pkg.csp?platform=linux` 的返回是 404,难道是因为服务端不是 linux 的? > > 服务端有没有提供 Linux 客户端? 没有的,身边的同事都是使用 Windows

> > `https://服务端地址/por/ec_pkg.csp?platform=linux` 的返回是 404 > > > 没有的,身边的同事都是使用 Windows > > @Weilet 那我怀疑它是很旧很旧的那种 EasyConnect,是使用 java 浏览器插件的而不是我们用的客户端的。 可以试一下用 cli 版本的镜像(`EC_VER` 填 `7.6.3`、`7.6.7` 或 `7.6.8`,其他值不可用),不过如果我的猜测没错的话 cli 版本也不管用。 是的,连接成功以后会跳转到一个需要加载 Java 浏览器插件的页面,还得用 IE...