出错了,面板运行时发生错误!
AttributeError: 'NoneType' object has no attribute 'groups'
- REQUEST_DATE: 2023-03-06 23:06:14
- PAN_VERSION: 7.7.0
- OS_VERSION: CentOS 7.6.1810 x86_64(Py3.7.9)
- REMOTE_ADDR: 104.245.99.168
- REQUEST_URI: POST /config?action=getFpmConfig
- REQUEST_FORM: {'version': '74'}
- USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
复制代码- Traceback (most recent call last):
- File "/www/server/panel/BTPanel/__init__.py", line 1669, in publicObject
- return run_exec().run(toObject, defs, get)
- File "/www/server/panel/BTPanel/__init__.py", line 1617, in run
- result = getattr(toObject,get.action)(get)
- File "class/config.py", line 525, in getFpmConfig
- tmp = re.search(rep, conf).groups()
- AttributeError: 'NoneType' object has no attribute 'groups'
复制代码
|
|