最近升级到7.9,发现各种问题经常需要修复,但是这个SSL问题修复也添加不了
Traceback (most recent call last): File "class/panelSSL.py", line 473, in ApplyDVSSL if not 'authPath' in result['data']: result['data']['authPath'] = '/.well-known/pki-validation/'TypeError: list indices must be integers or slices, not strDuring handling of the above exception, another exception occurred:Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 1715, in publicObject return run_exec().run(toObject, defs, get) File "/www/server/panel/BTPanel/__init__.py", line 1663, in run result = getattr(toObject,get.action)(get) File "class/panelSSL.py", line 476, in ApplyDVSSL authfile = get.path + '/.well-known/pki-validation/' + result['data']['authKey']TypeError: list indices must be integers or slices, not str
|
|