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 None
json.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 1583, in publicObject
return run_exec().run(toObject, defs, get)
File "D:\BtSoft\panel\BTPanel\__init__.py", line 1815, 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)异常,请检查服务网络状况' |