王炳明

Results 3 issues of 王炳明

When the node where openebs-lvm-controller is located goes down, the pod of lvm-controller will always be in terminating and will not be automatically started on other nodes. So I wonder...

在如下位置报错 ``` data = resp.json() if data['BaseResponse']['Ret'] == 0: self.message.username = data['User']['NickName'] self.message.username_hash = data['User']['UserName'] self.message.sync_key = data['SyncKey'] self.message.webwx_data_ticket = self.wx_req.session.cookies.get( "webwx_data_ticket") print( f"\rLogin success, Welcome [{self.message.username}]~", end='\n\n') return True...

When I execute the following command, everything is fine ```shell API=http://localhost:6443 yarn dev ``` but when I access the url(https://xx.xx.xx.xx:8005), I get error logs ![image](https://user-images.githubusercontent.com/22311419/115844648-9e988000-a452-11eb-975d-727919eedfa3.png)