为了能快速了解并处理您的问题,请提供以下基础信息:
REQUEST_DATE: 2023-11-24 22:40:29
PAN_VERSION: 7.9.0
OS_VERSION: Windows Server 2012 R2 Datacenter (build 9600) x64 (Py3.8.6)
REMOTE_ADDR: 183.95.244.211
REQUEST_URI: POST /site?action=GetIndex
REQUEST_FORM: {'id': '2'}
USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36
Traceback (most recent call last):
File "D:\BtSoft\panel\BTPanel\__init__.py", line 1581, in publicObject
return run_exec().run(toObject, defs, get)
File "D:\BtSoft\panel\BTPanel\__init__.py", line 1813, in run
result = eval(fun)
File "", line 1, in
File "D:\BtSoft\panel/class\panelSite.py", line 2126, in GetIndex
info = self.get_site_info(Name)
File "D:\BtSoft\panel/class\panelSite.py", line 2739, in get_site_info
binds = re.search('\s?server_name\s(.+);', conf).groups()[0]
AttributeError: 'NoneType' object has no attribute 'groups'
|
|