jancy 发表于 2023-2-2 09:11:48

【待反馈】面板运行时发生错误: '连接宝塔官网(www.bt.cn)..

Traceback (most recent call last):File "D:\BtSoft\panel/class\ajax.py", line 698, in UpdatePanel    updateInfo = json.loads(result)File "C:\Program Files\python\lib\json\__init__.py", line 357, in loads    return _default_decoder.decode(s)File "C:\Program Files\python\lib\json\decoder.py", line 337, in decode    obj, end = self.raw_decode(s, idx=_w(s, 0).end())File "C:\Program Files\python\lib\json\decoder.py", line 355, in raw_decode    raise JSONDecodeError("Expecting value", s, err.value) from Nonejson.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)During handling of the above exception, another exception occurred:Traceback (most recent call last):File "D:\BtSoft\panel\BTPanel\__init__.py", line 1534, in publicObject    return run_exec().run(toObject, defs, get)File "D:\BtSoft\panel\BTPanel\__init__.py", line 1731, in run    result = eval(fun)File "", line 1, in   File "D:\BtSoft\panel/class\ajax.py", line 701, in UpdatePanel    raise public.PanelError("连接宝塔官网(www.bt.cn)异常,请检查服务网络状况")public.PanelError: 面板运行时发生错误: '连接宝塔官网(www.bt.cn)异常,请检查服务网络状况'

盏尽 发表于 2023-2-2 09:18:10

您好!根据以下方法,修复一下连接我司节点,不要在宝塔面板自带的终端里面执行
上海、香港地区使用链接里的方法:
https://www.bt.cn/bbs/thread-87257-1-1.html
其他地区服务器执行以下命令解决,请问具体是哪个地区的服务器呢?回复一下
不知道是那个地区服务器的建议从3选项开始一个一个尝试直到可以连接为止
wget http://125.90.93.52/tools/auto_fix.sh && bash auto_fix.sh
页: [1]
查看完整版本: 【待反馈】面板运行时发生错误: '连接宝塔官网(www.bt.cn)..