请问有消息了吗?
- Traceback (most recent call last):
- File "class/pluginAuth.py", line 99, in panel.class.pluginAuth.Plugin.get_plugin_list
- AttributeError: 'bool' object has no attribute 'encode'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "class/pluginAuth.py", line 127, in panel.class.pluginAuth.Plugin.get_plugin_list
- public.PanelError: 面板运行时发生错误: 当前为离线模式,无法从云端获取软件列表,请先获取软件列表后再开启离线模式-1!
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 1762, in publicObject
- return run_exec().run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1710, in run
- result = getattr(toObject,get.action)(get)
- File "class/panelPlugin.py", line 1295, in get_index_list
- softList = self.get_cloud_list(get)['list']
- File "class/panelPlugin.py", line 929, in get_cloud_list
- softList = Plugin(False).get_plugin_list(force)
- File "class/pluginAuth.py", line 130, in panel.class.pluginAuth.Plugin.get_plugin_list
- public.PanelError: 面板运行时发生错误: 当前为离线模式,无法从云端获取软件列表,请先获取软件列表后再开启离线模式-2!
复制代码 |