- Traceback (most recent call last):
- File "class/pluginAuth.py", line 100, in panel.class.pluginAuth.Plugin.get_plugin_list
- File "class/pluginAuth.py", line 174, in panel.class.pluginAuth.Plugin.__flush_plugin_auth
- 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 "class/pluginAuth.py", line 128, in panel.class.pluginAuth.Plugin.get_plugin_list
- public.PanelError: 面板运行时发生错误: 无法连接宝塔云端服务器,请刷新页面重试-2
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 1749, in publicObject
- return run_exec().run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1697, in run
- result = getattr(toObject,get.action)(get)
- File "class/ajax.py", line 1423, in get_pay_type
- plugin_list = plu_panel.get_cloud_list()
- File "class/panelPlugin.py", line 936, in get_cloud_list
- softList = Plugin(False).get_plugin_list(force)
- File "class/pluginAuth.py", line 133, in panel.class.pluginAuth.Plugin.get_plugin_list
- public.PanelError: 面板运行时发生错误: 无法连接宝塔云端服务器,请刷新页面重试-3
复制代码
|
|