面板运行时发生错误: 插件程序覆盖失败!
本帖最后由 YYSYSS 于 2023-6-12 16:43 编辑这个是什么原因导致的 重新安装也试了
Traceback (most recent call last):
File "pluginAuth.py", line 313, 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 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 2008, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1955, in run
result = getattr(toObject, get.action)(get)
File "class/panelPlugin.py", line 1577, in get_index_list
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 1077, in get_cloud_list
softList = Plugin(False).get_plugin_list(force)
File "pluginAuth.py", line 52, in pluginAuth.Plugin.__init__
File "pluginAuth.py", line 319, in pluginAuth.Plugin.__check_and_modify_api
public.PanelError: 面板运行时发生错误: 插件程序覆盖失败!
修复就变回官方的了 跟你一样的情况
REQUEST_DATE: 2023-07-25 03:43:16
PAN_VERSION: 8.0.1
OS_VERSION: CentOS7.9.2009 x86_64(Py3.7.9)
REMOTE_ADDR: x.x.x.x
REQUEST_URI: POST /plugin?action=get_index_list
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
Traceback (most recent call last):
File "pluginAuth.py", line 312, in pluginAuth.Plugin.__check_and_modify_api
AttributeError: 'bool' object has no attribute 'encode'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2018, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1965, in run
result = getattr(toObject, get.action)(get)
File "class/panelPlugin.py", line 1582, in get_index_list
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 1082, in get_cloud_list
softList = Plugin(False).get_plugin_list(force)
File "pluginAuth.py", line 52, in pluginAuth.Plugin.__init__
File "pluginAuth.py", line 319, in pluginAuth.Plugin.__check_and_modify_api
public.PanelError: 面板运行时发生错误: 插件程序覆盖失败!
一样的情况 怎么解决啊 是腾讯云的专版吗,我的出现这种情况,执行命令还原原版就行,是定制的内容出现冲突。
脚本命令,命令来自互联网
1.升级到腾讯云专享版命令
wget -O install.sh http://download.bt.cn/install/plugin/tencent/install.sh && sh install.sh install
2.恢复到原版命令
wget -O install.sh http://download.bt.cn/install/plugin/tencent/install.sh && sh install.sh uninstall
rm -rf /www/server/panel/data/o.pl 有成功修复的吗
页:
[1]