续签时提示
TypeError: list indices must be integers or slices, not str
- 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 str
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 1711, in publicObject
- return run_exec().run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1659, 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
复制代码 |