【待反馈】AttributeError: module 'PluginLoader' has no attribute
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:AttributeError: module 'PluginLoader' has no attribute 'get_plugin_list'系统版本:center 7.9.
问题描述:Traceback (most recent call last):File "/www/server/panel/BTPanel/__init__.py", line 2602, in publicObject res = run_obj.run(toObject, defs, get)File "/www/server/panel/BTPanel/__init__.py", line 2549, in run result = getattr(toObject, get.action)(get)File "/www/server/panel/class/panelPlugin.py", line 2369, in get_soft_find softList = self.get_cloud_list(args)['list']File "/www/server/panel/class/panelPlugin.py", line 1274, in get_cloud_list softList = Plugin(False).get_plugin_list(force)File "/www/server/panel/class/pluginAuth.py", line 45, in get_plugin_list return PluginLoader.get_plugin_list(force)AttributeError: module 'PluginLoader' has no attribute 'get_plugin_list'REQUEST_DATE: 2026-04-09 13:55:20VERSION: CentOS7.9.2009 x86_64(Py3.7.9) - 11.6.0 REMOTE_ADDR: 175.30.82.15 REQUEST_URI: POST /plugin?action=get_soft_findREQUEST_FORM: {'sName': 'disk_analysis'}USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.1 Safari/605.1.15
相关截图(日志、错误):
您好,看提示是插件核心文件损坏,或者是版本不匹配导致的这个错误。
您登录到SSH终端里,把核心文件重命名
mv/www/server/panel/class/PluginLoader.py/www/server/panel/class/PluginLoader.py_backup
然后执行覆盖安装命令
if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
如果上面操作无法解决您的问题,请扫描右下角的二维码,联系我司客户服务经理,就说找我解决面板故障问题
页:
[1]