Hyperledger Indy 中的 PoolLedgerTimeout
PoolLedgerTimeout in Hyperledger Indy
问题:
我已经克隆了 Hyperledger-Indy SDK 存储库,然后我尝试 运行 nodeJs 示例首先我发出命令 npm run ledger: start
然后我发出 npm install 然后 npm 运行从 nodejs 文件夹开始。之后我得到了
> samples@1.0.0 start /home/tharindu/indy-sdk/samples/nodejs
> node src/main.js
gettingStarted.js -> started
Open Pool Ledger: pool1
done
(node:4013) UnhandledPromiseRejectionWarning: IndyError: PoolLedgerTimeout
at Object.callback (/home/tharindu/indy-sdk/samples/nodejs/node_modules/indy-sdk/src/wrapIndyCallback.js:15:10)
(node:4013) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4013) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
终端出现此错误。有人可以帮我解决这个问题吗?我尝试了很多来找到解决这个问题的方法,但我无法找到解决这个问题的方法。谢谢。
问题是因为你没有启动hiperledger Indy的pool ledger。
我可以复制这个问题。
https://imgur.com/a/AK0WlV9
我已经安装了包含 ledge 的 docker,所以我使用 docker 作为 运行 池分类帐,使用命令:
sudo docker run -itd -p 9701-9708:9701-9708 indy_pool
如果您没有安装 docker 并且没有 运行ed 分类帐,我向您推荐这个 link,只需几个步骤:https://medium.com/akeo-tech/step-by-step-guide-to-set-up-hyperledger-indy-64eeb524f558
问题:
我已经克隆了 Hyperledger-Indy SDK 存储库,然后我尝试 运行 nodeJs 示例首先我发出命令 npm run ledger: start
然后我发出 npm install 然后 npm 运行从 nodejs 文件夹开始。之后我得到了
> samples@1.0.0 start /home/tharindu/indy-sdk/samples/nodejs
> node src/main.js
gettingStarted.js -> started
Open Pool Ledger: pool1
done
(node:4013) UnhandledPromiseRejectionWarning: IndyError: PoolLedgerTimeout
at Object.callback (/home/tharindu/indy-sdk/samples/nodejs/node_modules/indy-sdk/src/wrapIndyCallback.js:15:10)
(node:4013) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4013) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
终端出现此错误。有人可以帮我解决这个问题吗?我尝试了很多来找到解决这个问题的方法,但我无法找到解决这个问题的方法。谢谢。
问题是因为你没有启动hiperledger Indy的pool ledger。 我可以复制这个问题。
https://imgur.com/a/AK0WlV9
我已经安装了包含 ledge 的 docker,所以我使用 docker 作为 运行 池分类帐,使用命令:
sudo docker run -itd -p 9701-9708:9701-9708 indy_pool
如果您没有安装 docker 并且没有 运行ed 分类帐,我向您推荐这个 link,只需几个步骤:https://medium.com/akeo-tech/step-by-step-guide-to-set-up-hyperledger-indy-64eeb524f558