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

[发布] 5.9.0 GAE 服务端代码升级到python3 #13994

Open
xxnet opened this issue Dec 3, 2023 · 15 comments
Open

[发布] 5.9.0 GAE 服务端代码升级到python3 #13994

xxnet opened this issue Dec 3, 2023 · 15 comments

Comments

@xxnet
Copy link
Contributor

xxnet commented Dec 3, 2023

https://github.com/XX-net/XX-Net/releases/tag/5.9.0

部署文档需要更新和更加详细:
https://github.com/XX-net/XX-Net/wiki/%E5%A6%82%E4%BD%95%E9%83%A8%E7%BD%B2GAE-APPID

@xxnet xxnet pinned this issue Dec 3, 2023
@XLX
Copy link

XLX commented Dec 3, 2023

用GAE无法更新GAE服务端,gcloud init登录谷歌账号后会跳转到XX-Net配置页面,无法继续后面步骤。
借助其它工具更新成功了,看到了“GoAgent 服务端已经升级到 python3 版本。Version: 4.0.0”的提示。
目前功能正常,试了YouTube 4K也可以看,后续再继续观望下。

@ottilis
Copy link

ottilis commented Dec 4, 2023

升级完了,OK。大致的步骤如下

结算帐号
https://console.cloud.google.com/billing

打开https://console.cloud.google.com/start ,点击选择项目

https://console.cloud.google.com/appengine/start/reception?project=

1、Install the Google Cloud CLI
https://cloud.google.com/sdk/docs/install-sdk

2、安装完打开Google Cloud SDK Shell

3、账号登入
gcloud auth login

gcloud config set account ACCOUNT

4、选择项目
gcloud config set project PROJECT_name

5、开启该项目管理者权限。
打开cloud build的权限,并将"App Engine"后面改成ENABLED

https://console.cloud.google.com/cloud-build/settings/service-account

6、进入到服务端文件目录,如:

CD D:\server\gae

7、升级命令
gcloud app deploy

故障排除命令
gcloud info --run-diagnostics

@189189lw
Copy link

189189lw commented Dec 5, 2023

这个必须要自己更新吗?不更新就不行?

@XLX
Copy link

XLX commented Dec 5, 2023

这个必须要自己更新吗?不更新就不行?

如果只用 X-Tunnel,不用 GAE 的话,不受影响。
用GAE的话,服务端之前是 python2,不更新最晚能用到 2024年1月30日

@189189lw
Copy link

189189lw commented Dec 5, 2023

还扣了我2新加坡元。。。。。。。。

@ottilis
Copy link

ottilis commented Dec 7, 2023

还扣了我2新加坡元。。。。。。。。

这个会退还的

@linkinkine
Copy link

用GAE无法更新GAE服务端,gcloud init登录谷歌账号后会跳转到XX-Net配置页面,无法继续后面步骤。 借助其它工具更新成功了,看到了“GoAgent 服务端已经升级到 python3 版本。Version: 4.0.0”的提示。 目前功能正常,试了YouTube 4K也可以看,后续再继续观望下。

方便问下是哪个工具么?我试了还是显示跳转localhost:8085

@XLX
Copy link

XLX commented Dec 12, 2023

用GAE无法更新GAE服务端,gcloud init登录谷歌账号后会跳转到XX-Net配置页面,无法继续后面步骤。 借助其它工具更新成功了,看到了“GoAgent 服务端已经升级到 python3 版本。Version: 4.0.0”的提示。 目前功能正常,试了YouTube 4K也可以看,后续再继续观望下。

方便问下是哪个工具么?我试了还是显示跳转localhost:8085

蓝灯 Lantern

@ottilis
Copy link

ottilis commented Dec 13, 2023

油管里有很好的节点分享

@Birminham
Copy link

第一次配置,请教一下大家,无法安装gcloud CLI,报错提示:Download failed: HTTP/1.1 503 Service Unavailable。目前卡到这一步了。
微信截图_20231221170445

@ottilis
Copy link

ottilis commented Dec 21, 2023

第一次配置,请教一下大家,无法安装gcloud CLI,报错提示:Download failed: HTTP/1.1 503 Service Unavailable。目前卡到这一步了。 微信截图_20231221170445

全程都要梯子,这是梯子断链吧

@Birminham
Copy link

第一次配置,请教一下大家,无法安装gcloud CLI,报错提示:Download failed: HTTP/1.1 503 Service Unavailable。目前卡到这一步了。 微信截图_20231221170445

全程都要梯子,这是梯子断链吧

我今天又试了几次,不是梯子断链,改成全局,其他的内容都可以访问,还是安装到那里报错。

@ottilis
Copy link

ottilis commented Dec 27, 2023

第一次配置,请教一下大家,无法安装gcloud CLI,报错提示:Download failed: HTTP/1.1 503 Service Unavailable。目前卡到这一步了。 微信截图_20231221170445

全程都要梯子,这是梯子断链吧

我今天又试了几次,不是梯子断链,改成全局,其他的内容都可以访问,还是安装到那里报错。

我刚才试了一遍,可以安装约3分钟左右。我是这样的,看有没有帮助:就chrome开了gae全局,系统无代理,下载后直接运行安装。

shell里操作是要系统的全局代理,否则无法认证和上传

@cym104
Copy link

cym104 commented Jan 18, 2024

升级到5.9.0以后又开始出之前版本出过的那个运行一俩小时以后GAE连接池就会掉光的问题(总 IP 数正常但连接池的新、h1、h2三个数字都停在0不动了)。
已经升级了5.9.0的GAE服务端以后客户端还能用回之前的版本么?(比如5.8.x)

@xxnet
Copy link
Contributor Author

xxnet commented Jan 18, 2024

@cym104 可以回滚的,协议没有改变

@xxnet xxnet unpinned this issue Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

7 participants