hyxiaomo

Results 5 issues of hyxiaomo

**问题描述** 在`owner角色`下,部署管理页面,点击新建上线单(请求代码200),然后点击测试环境中的项目后,进入到提交上线单的页面,此时请求就不成功,400(选择测试环境中的代码后就这样)。 从运行日志以及浏览器后台(F12)来看,好像是客户端的 Socket.IO or Engine.IO版本不匹配,也查了网上的一些方法,但是目前依然不成功,这个不成功导致后面提交上线单的时候,分支选取和版本选取由于无法通信,显示无数据。 目前已经尝试了(Flask-SocketIO (3.0.2),python-engineio (4.0.0),python-socketio (5.0.4))和(Flask-SocketIO (5.0.0),python-engineio (4.0.0),python-socketio (5.0.4))这两组版本,但是依然没有成功。我这里的版本是从walle-web中创建的虚拟环境中看到的(venv) **问题描述** 日志堆栈贴上来。 logs/runtime.log ``` Server initialized for gevent. The client is using an unsupported version of the...

bug

walle支持docker、k8s等容器化部署方式吗?

bug

walle的标准安装是无法支持容器化部署,而docker安装支持容器化部署吗?感觉好像也不是这样,标准化安装后好像也支持docker相关命令

helps

walle启动正常,数据迁移和init都没有错误,网页也可以访问,但是登录时显示“后台服务未启动”,且error.log没有错误输出。 ![image](https://user-images.githubusercontent.com/53367177/105322074-4a87c080-5c03-11eb-988b-618b1344b652.png) 启动成功截图: > Stoping walle ---------------- Stop walle: [ ok ] Starting walle ---------------- Start walle: [ ok ] runtime: logs/runtime.log error: logs/error.log ### nginx `upstream webservers { server...

**问题描述** 在`owner角色`下,上线单页面,选取分支功能,显示无数据,且没有错误,点击旁边的刷新,就一直再转,很长时间了一直如此,也不报错。 并且,选取版本也没有数据。 ssh 免密登录目标服务器和GitHub成功。 **问题描述** 日志堆栈贴上来。 logs/runtime.log ``` Server initialized for gevent. The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this...

bug