本帖最后由 谢花郎 于 2020-2-24 12:05 编辑
Traceback (most recent call last):
File "class/panelPlugin.py", line 1675, in a
return eval(execStr)
File "", line 1, in
File "plugin/masterslave/masterslave_main.py", line 818, in GetReplicateError
last_io_errno = re.search("Last_IO_Errno:\s+(\d+)", status["slavestatus"]).group(1)
AttributeError: 'NoneType' object has no attribute 'group
以上为修复时报错信息
|
|