Windows面板登录浏览器显示错误Internal Server Error怎么处理
BT22
正在执行(22)...
===============================================
Traceback (most recent call last):
File "C:\BtSoft\panel\BTPanel\__init__.py", line 1058, in publicObject
return public.GetJson(eval(fun)),json_header
File "<string>", line 1, in <module>
File "C:\BtSoft\panel/class\config.py", line 103, in get_msg_configs
msgs = json.loads(public.readFile(cpath))
File "C:\Program Files\python\lib\json\__init__.py", line 354, in loads
return _default_decoder.decode(s)
File "C:\Program Files\python\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\python\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
|