总览页面报错
AttributeError: 'bool' object has no attribute 'info'
REQUEST_DATE: 2026-09-04 14:19:21
VERSION: Debian GNU/Linux 13 (trixie) x86_64(Py3.7.16) - 13.0.0
REMOTE_ADDR: 192.168.31.115
REQUEST_URI: POST /btdocker/status/get_docker_system_info?
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/152.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2578, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 2524, in run
result = getattr(toObject, get.action)(get)
File "/www/server/panel/class/panelController.py", line 81, in model
result = PluginLoader.module_run(module_name,def_name,pdata)
File "/www/server/panel/class/btdockerModel/statusModel.py", line 279, in get_docker_system_info
system_info = self.docker_client(self._url).info()
AttributeError: 'bool' object has no attribute 'info' |
|