Hello
I get the following error when I log into my panel
Even restarting the panel and doing FIX, but the problem was not solved
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 1950, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1902, in run
result = getattr(toObject, get.action)(get)
File "class/panelPlugin.py", line 758, in get_index_list
softList = self.get_cloud_list(get)['list']
File "class/panelPlugin.py", line 420, in get_cloud_list
softList['list'] = self.get_local_plugin(softList['list'])
TypeError: string indices must be integers
Please help me how to solve the problem