安装docker后,安装了镜像,错误截图如下,
出错了,面板运行时发生错误! TypeError: argument of type 'NoneType' is not iterable
REQUEST_DATE: 2023-02-23 17:00:41 PAN_VERSION: 7.9.8 OS_VERSION: Ubuntu 18.04.6 LTS aarch64(Py3.7.8) REMOTE_ADDR: 122.231.105.238 REQUEST_URI: POST /project/docker/model?REQUEST_FORM: {'data': '{"url":"unix:///var/run/docker.sock","dk_model_name":"container","dk_def_name":"get_list"}'} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0 Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 1850, in publicObject res = run_obj.run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1797, in run result = getattr(toObject,get.action)(get) File "class/panelController.py", line 81, in model result = PluginLoader.module_run(module_name,def_name,pdata) File "/www/server/panel/class/projectModel/dockerModel.py", line 87, in model result = run_object(args) File "/www/server/panel/class/projectModel/bt_docker/dk_container.py", line 436, in get_list "merged": self.get_container_path(attr), File "/www/server/panel/class/projectModel/bt_docker/dk_container.py", line 360, in get_container_path if "MergedDir" not in detail["GraphDriver"]["Data"]:TypeError: argument of type 'NoneType' is not iterable
|
|