- REQUEST_DATE: 1970-01-01 08:04:28
- PAN_VERSION: 7.7.0
- OS_VERSION: CentOS 7.9.2009 x86_64(Py3.7.9)
- REMOTE_ADDR: 10.10.102.94
- REQUEST_URI: POST /plugin?action=get_index_list
- REQUEST_FORM: {}
- USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36
- Traceback (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 664, in get_index_list
- softList = self.get_cloud_list(get)['list']
- File "class/panelPlugin.py", line 322, in get_cloud_list
- softList['list'] = self.get_local_plugin(softList['list'])
- TypeError: 'NoneType' object is not subscriptable
复制代码
面板运行时突然报了这个错误,应该怎么解决呢?
|
|