WeBASE-Front icon indicating copy to clipboard operation
WeBASE-Front copied to clipboard

使用前置动态停止群组1(group1)以后,前置报错

Open 13813385093 opened this issue 1 year ago • 2 comments

使用前置提供的API接口:http://localhost:5002/WeBASE-Front/{groupId}/web3/operateGroup/{type} 试图停止group1以后,前置报错,并且无法再对任何接口进行操作。必须重启前置才能正常使用。其它群组可以正常操作。

13813385093 avatar Jul 04 '23 07:07 13813385093

初步判断为默认使用groupId 1来进行start群组导致启动group1失败。通过catch exception,切换到另一个group并发送启动group1的方法可以解决

CodingCattwo avatar Jul 04 '23 10:07 CodingCattwo

解决方法:https://github.com/WeBankBlockchain/WeBASE-Front/pull/859

CodingCattwo avatar Jul 05 '23 09:07 CodingCattwo