|
发表于 2022-6-4 22:38:18
|
显示全部楼层
本帖最后由 koehler 于 2022-6-4 22:39 编辑
安装系统:Ubuntu 20.04.4
安装好面板之后弹出报错,出错了,面板运行时发生错误!
TypeError: the JSON object must be str, bytes or bytearray, not bool
下面是具体信息,这怎么解决啊
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 1304, in get_index_list
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 938, in get_cloud_list
softList = Plugin(False).get_plugin_list(force)
File "class/pluginAuth.py", line 27, in get_plugin_list
softList = json.loads(jsonData)
File "/www/server/panel/pyenv/lib/python3.7/json/__init__.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not bool |
|