TypeError: 'NoneType' object is not subscriptable
REQUEST_DATE: 2021-11-07 08:26:34 PAN_VERSION: 7.7.0 OS_VERSION: Debian GNU/Linux 9 armv7l(Py3.7.8) REMOTE_ADDR: 192.168.0.192 REQUEST_URI: POST /plugin?action=get_soft_listREQUEST_FORM: {'p': '1', 'type': '0', 'tojs': 'soft.get_list', 'force': '0', 'query': ''} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 1640, in publicObject return run_exec().run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1588, in run result = getattr(toObject,get.action)(get) File "class/panelPlugin.py", line 623, in get_soft_list softList = self.get_cloud_list(get) File "class/panelPlugin.py", line 322, in get_cloud_list softList['list'] = self.get_local_plugin(softList['list'])TypeError: 'NoneType' object is not subscriptable
|
|