|
发表于 2022-6-7 22:39:35
|
显示全部楼层
回帖奖励 +50 元宇宙币
Traceback (most recent call last):
File "class/panelSSL.py", line 1044, in GetAuthToken
result = json.loads(rtmp);
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
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/panelSSL.py", line 1060, in GetAuthToken
raise public.error_conn_cloud(str(ex))
public.PanelError: 面板运行时发生错误: 抱歉,连接云端服务器失败! - |
|