- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 1845, in publicObject
- return run_exec().run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1797, in run
- result = getattr(toObject,get.action)(get)
- File "class/panelPlugin.py", line 1506, in get_soft_list
- softList = self.get_cloud_list(get)
- File "class/panelPlugin.py", line 1070, in get_cloud_list
- softList = Plugin(False).get_plugin_list(force)
- File "class/pluginAuth.py", line 45, in get_plugin_list
- return PluginLoader.get_plugin_list(force)
- AttributeError: module 'PluginLoader' has no attribute 'get_plugin_list'
复制代码
还是一样。
点击文件的话,就出现这样的。
- Traceback (most recent call last):
- File "PluginLoader.py", line 43, in PluginLoader.module_run
- AttributeError: module '/www/server/panel/class/filesModel/uploadModel.py' has no attribute 'main'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 1845, in publicObject
- return run_exec().run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1797, in run
- result = getattr(toObject,get.action)(get)
- File "class/panelController.py", line 81, in model
- result = PluginLoader.module_run(module_name,def_name,pdata)
- File "PluginLoader.py", line 45, in PluginLoader.module_run
- TypeError: not all arguments converted during string formatting
复制代码
|