- REQUEST_DATE: 2025-08-17 23:35:12
- PAN_VERSION: 8.2.2
- OS_VERSION: Windows Server 2019 Datacenter (build 17763) x64 (Py3.8.6)
- REMOTE_ADDR: 115.216.234.26
- REQUEST_URI: POST /ajax?action=UpdatePanel
- REQUEST_FORM: {}
- USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36
- Traceback (most recent call last):
- File "class\ajax.py", line 728, 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 353, in raw_decode
- obj, end = self.scan_once(s, idx)
- json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 6 (char 5)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "class\ajax.py", line 732, 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 353, in raw_decode
- obj, end = self.scan_once(s, idx)
- json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 6 (char 5)
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "C:\BtSoft\panel\BTPanel\__init__.py", line 1584, in publicObject
- return run_exec().run(toObject, defs, get)
- File "C:\BtSoft\panel\BTPanel\__init__.py", line 1825, in run
- result = resobj(get)
- File "class\ajax.py", line 734, in UpdatePanel
- raise public.PanelError("连接宝塔官网(www.bt.cn)异常,请检查服务网络状况")
- public.PanelError: 面板运行时发生错误: '连接宝塔官网(www.bt.cn)异常,请检查服务网络状况'
复制代码
|
|