本帖最后由 堡塔运维小林 于 2023-5-11 10:20 编辑
为了能快速了解并处理您的问题,请提供以下基础信息:
7.7.0
CentOS 7.5.1804 x86_64(Py3.7.9)
在软件商店搜索软件后,报错打不开软件商店
出错了,面板运行时发生错误!TypeError: 'NoneType' object is not subscriptable
REQUEST_DATE: 2023-05-11 09:18:24 PAN_VERSION: 7.7.0 OS_VERSION: CentOS 7.5.1804 x86_64(Py3.7.9) REMOTE_ADDR: 114.224.33.9 REQUEST_URI: POST /plugin?action=get_soft_listREQUEST_FORM: {'p': '2', 'type': '-1', '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/112.0.0.0 Safari/537.36Traceback (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 624, in get_soft_list softList = self.get_cloud_list(get) File "class/panelPlugin.py", line 323, in get_cloud_list softList['list'] = self.get_local_plugin(softList['list'])TypeError: 'NoneType' object is not subscriptable |
|