Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

step1/createEvidence 一直返回 evidence already exists on chain #398

Open
ncnnnnn opened this issue Jul 9, 2024 · 0 comments
Open

step1/createEvidence 一直返回 evidence already exists on chain #398

ncnnnnn opened this issue Jul 9, 2024 · 0 comments

Comments

@ncnnnnn
Copy link

ncnnnnn commented Jul 9, 2024

step1/createEvidence 一直返回 evidence already exists on chain

创建一份错误报告需要您填写以下内容:

概述

清晰、准确地概述所遇到的问题。

swagger-ui.html#/其他相关接口-Evidence/createEvidenceUsingPOST
随便输入hash,一直返回:

{
"result": "",
"errorCode": 100503,
"errorMessage": "evidence already exists on chain",
"transactionInfo": null
}

复现

复现问题的步骤。

用 weid_install.sh 安装 WeIdentity-Build-Tools,配置sample。

http://127.0.0.1:6101/step1/userAgent/createWeId 等均正常生成weid。

调用 http://127.0.0.1:6101/step1/createEvidence 返回

{
"result": "",
"errorCode": 100503,
"errorMessage": "evidence already exists on chain",
"transactionInfo": null
}

期望结果与实际结果

描述您所期望的返回结果和实际的返回结果。

正常判断 step1/createEvidence

环境

  • 区块链类型(FISCO-BCOS,Fabric,Ethereum):FISCO-BCOS
  • 区块链版本及网络:3.0
  • WeIdentity版本:weid-java-sdk-3.1.1-rc.1

其他内容

配置文件

  • WeIdentity: 请上传所有位于 /src/main/resources/ 目录下的文件。

日志文件

  • FISCO-BCOS: 请上传区块链节点 /log/ 目录下的文件。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant