
REQUEST_DATE: 2023-05-26 09:38:37
PAN_VERSION: 6.8.27
OS_VERSION: Debian GNU/Linux 11 x86_64(Py3.7.9)
REMOTE_ADDR: 192.168.56.1
REQUEST_URI: POST /plugin?action=install_plugin
REQUEST_FORM: {'sName': 'nginx', 'version': '1.21', 'type': '1', 'id': '52'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1805, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1757, in run
result = getattr(toObject,get.action)(get)
File "class/panelPlugin.py", line 168, in install_plugin
pluginInfo = self.get_soft_find(get.sName)
File "class/panelPlugin.py", line 984, in get_soft_find
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 404, in get_cloud_list
softList['list'] = self.get_local_plugin(softList['list'])
TypeError: 'NoneType' object is not subscriptable
This is a freshly installed aaPanel on a Debian11 VM. When prompted to download which software packages, I choose LNMP. But then it immediately dies.
I probably thought it's my /etc/resolv.conf
, but I just edited it to add Google's DNS servers and I still can't download it.