opq-osc / OPQ

OPQ RST UVW XYZ
https://opqbot.com
444 stars 96 forks source link

./OPQBot失败 #47

Closed iTeraxo closed 1 year ago

iTeraxo commented 1 year ago

事先确认项

OPQBot 版本

OPQBot_6.7.5-20220624_linux_amd64

系统架构

Linux

错误描述

错误日志: 2022/07/04 04:49:47.846 [C] 下载Config.json文件失败 (网络错误或未安装wget) 2022/07/04 04:49:47.846 [W] ClusterIP 0.0.0.0:8888 WorkerThread 50 CurrentClientIP 服务器网络是正常的,有wget

Logs

No response

重现步骤

  1. ...

其他

No response

Teeoo commented 1 year ago

39

iTeraxo commented 1 year ago

39

已经修改host后还是不可以

mcoo commented 1 year ago

39

已经修改host后还是不可以

首先你需要确保 wget 工具是否可用,然后确保自己能够连接上 test1.jsdelivr.net 网络,测试 wget 如果出现

 Wget error: ERROR: The certificate of is not trusted.

请安装证书

sudo apt-get install ca-certificates

如果你不会安装 Wget: Docker安装教程

iTeraxo commented 1 year ago

39

已经修改host后还是不可以

首先你需要确保 wget 工具是否可用,然后确保自己能够连接上 test1.jsdelivr.net 网络,测试 wget 如果出现

 Wget error: ERROR: The certificate of is not trusted.

请安装证书

sudo apt-get install ca-certificates

如果你不会安装 Wget: Docker安装教程

wget可用,test1.jsdelivr.net可以连接,host也修改了,实在不知道哪里的问题了

mcoo commented 1 year ago

你先用docker安装试一下排除一下wget的问题,如果一样那就是网络的问题,那就弄一下代理。