这是绑定的时候 的报错信息
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 if not toObject.site_path_check(get): return public.ReturnJson(False, 'INIT_ACCEPT_NOT'), json_header File "/www/server/panel/BTPanel/__init__.py", line 1701, in run result = getattr(toObject,get.action)(get) File "class/panelSSL.py", line 1057, in GetAuthToken raise public.error_conn_cloud(str(ex)) public.Panel |