|
发表于 2024-5-12 20:12:26
|
显示全部楼层
我也是类似的问题,重新编译安装一遍nginx版本1.25.5,直接报错:
public.PanelError: 面板运行时发生错误: 插件程序解析失败!
REQUEST_DATE: 2024-05-12 19:12:09
PAN_VERSION: 8.1.0
OS_VERSION: Debian GNU/Linux 12 (bookworm) x86_64(Py3.7.16)
REMOTE_ADDR: 124.91.189.219
REQUEST_URI: GET /btwaf/index%3F
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0
Traceback (most recent call last):
File "pluginAuth.py", line 233, in pluginAuth.Plugin.__get_plugin_main_script
File "/www/server/panel/pyenv/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
File "/www/server/panel/pyenv/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/www/server/panel/pyenv/lib/python3.7/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 "/www/server/panel/BTPanel/__init__.py", line 2177, in panel_other
p = Plugin(name)
File "pluginAuth.py", line 64, in pluginAuth.Plugin.__init__
File "pluginAuth.py", line 283, in pluginAuth.Plugin.__compile
File "pluginAuth.py", line 242, in pluginAuth.Plugin.__get_plugin_main_script
public.PanelError: 面板运行时发生错误: 插件程序解析失败! |
|