Traceback (most recent call last):
File "/www/server/panel/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 1726, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/__init__.py", line 1674, in run
result = getattr(toObject,get.action)(get)
File "/www/server/panel/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 |