为了能快速了解并处理您的问题,请提供以下基础信息:
[backcolor=rgba(255, 255, 255, 0.7)]v11.6.0
centos7
在运行docker运行环境时出错了,面板运行时发生错误!
REQUEST_DATE: 2026-03-23 11:49:13 VERSION: CentOS 7.9.2009 x86_64(Py3.7.9) - 11.6.0 REMOTE_ADDR: 101.82.161.50 REQUEST_URI: POST /mod/docker/com/get_all_exts?REQUEST_FORM: {'version': 'all'} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 HBPC/12.1.4.300
Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2602, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 2549, in run result = getattr(toObject, get.action)(get) File "/www/server/panel/mod/modController.py", line 91, in model raise public.PanelError(result['msg'])public.PanelError: 面板运行时发生错误: Traceback (most recent call last): File "/www/server/panel/mod/project/docker/runtime/runtimeManage.py", line 886, in get_all_exts exts = json.loads(public.readFile(self.exts_file)) 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 |
|