Hi how to fix this error in the panel
REQUEST_DATE: 2024-05-12 05:42:15
PAN_VERSION: 6.8.37
OS_VERSION: Ubuntu 22.04.2 LTS x86_64(Py3.7.8)
REMOTE_ADDR: 178.176.71.199
REQUEST_URI: POST /plugin?action=get_soft_list
REQUEST_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/124.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2077, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/init.py", line 2029, in run
result = getattr(toObject, get.action)(get)
File "class/panelPlugin.py", line 725, in get_soft_list
softList = self.get_cloud_list(get)
File "class/panelPlugin.py", line 422, in get_cloud_list
softList['list'] = self.get_local_plugin(softList['list'])
TypeError: string indices must be integers