本帖最后由 堡塔运维香菜卷 于 2023-5-31 10:49 编辑
已重启面板,修复面板,均无效。重新登录,刷新缓存无效果。
REQUEST_DATE: 2023-05-15 01:22:31
PAN_VERSION: 7.9.97
OS_VERSION: Ubuntu 22.04.1 LTS (Jammy Jellyfish) x86_64(Py3.7.8)
REMOTE_ADDR: 192.168.1.110
REQUEST_URI: POST /ajax?action=get_pay_type
REQUEST_FORM: {}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Traceback (most recent call last):
File "/www/server/panel/BTPanel/__init__.py", line 2010, in publicObject
res = run_obj.run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1957, in run
result = getattr(toObject, get.action)(get)
File "class/ajax.py", line 1806, in get_pay_type
plugin_list, plu_panel)
File "class/ajax.py", line 1831, in __get_home_list
info = plu_panel.get_soft_find(x['name'])
File "class/panelPlugin.py", line 1937, in get_soft_find
res = self.check_status(softInfo)
File "class/panelPlugin.py", line 1835, in check_status
softInfo['dependnet'] = self.test_dependnet_status(softInfo['dependnet'])
File "class/panelPlugin.py", line 1842, in test_dependnet_status
for dep in dependnet.split(','):
AttributeError: 'list' object has no attribute 'split'
|
-
|