Traceback (most recent call last):
File "class/pluginAuth.py", line 137, in panel.class.pluginAuth.Plugin.get_plugin_list
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 340, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 39 (char 38)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1753, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1701, in run
result = getattr(toObject,get.action)(get)
File "class/panelPlugin.py", line 1302, in get_index_list
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 936, in get_cloud_list
softList = Plugin(False).get_plugin_list(force)
File "class/pluginAuth.py", line 142, in panel.class.pluginAuth.Plugin.get_plugin_list
public.PanelError: 面板运行时发生错误: 解析软件列表发生错误,已尝试自动修复,请刷新页面重试! |