• Discussion
  • Docket and MongoDB not installed tried multiple times

Something went wrong, an error occurred while running [Docker Manager]!
AttributeError: 'NoneType' object has no attribute 'containers'
REQUEST_DATE: 2025-02-10 09:24:37
PAN_VERSION: 7.0.15
OS_VERSION: Debian GNU/Linux 12 x86_64(Py3.12.3)
REMOTE_ADDR: 2401:4900:1c62:df45:2c61:3908:d157:e690
REQUEST_URI: POST /plugin%3Faction%3Da%26amp%3Bname%3Ddocker%26amp%3Bs%3DGetConList
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/class/panelPlugin.py", line 2256, in a
return public.run_plugin(get.name, get.s, get)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/www/server/panel/class/public/common.py", line 8661, in run_plugin
raise PanelError(res['msg'])
public.exceptions.PanelError: An error occurred while the panel was running: Traceback (most recent call last):
File "/www/server/panel/plugin/docker/docker_main.py", line 57, in GetConList
for con in self.__docker.containers.list(all=True):
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'containers'