|
REQUEST_DATE: 2022-07-19 21:22:56
PAN_VERSION: 7.9.3
OS_VERSION: CentOS 7.4.1708 x86_64(Py3.7.9)
REQUEST_URI: POST /plugin?action=get_usually_plugin
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Traceback (most recent call last): File "pluginAuth.py", line 311, in pluginAuth.Plugin.__check_and_modify_api 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 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 "/www/server/panel/BTPanel/__init__.py", line 1781, in publicObject return run_exec().run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1729, in run result = getattr(toObject,get.action)(get) File "class/panelPlugin.py", line 2522, in get_usually_plugin plugin_info = self.get_soft_find(p['plugin_name']) File "class/panelPlugin.py", line 1565, in get_soft_find softList = self.get_cloud_list(get)['list'] File "class/panelPlugin.py", line 955, in get_cloud_list softList = Plugin(False).get_plugin_list(force) File "pluginAuth.py", line 50, in pluginAuth.Plugin.__init__ File "pluginAuth.py", line 317, in pluginAuth.Plugin.__check_and_modify_apipublic.PanelError: 面板运行时发生错误: 插件程序覆盖失败!
7.9.2就有这个问题,没找到原因,用脚本升级了7.9.3还是有这个问题,重装一下宝塔试试去。
|
|