hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

Not able to connect to Indy Pool #2592

Closed tharunprabhakaran closed 6 months ago

tharunprabhakaran commented 1 year ago

I have started the indy-pool from CI folder indy-pool.dockerfile and the nodes are up. When I try to execute the samples/node.js getting_started.js, it throws, panicked at 'FIXME: IndyError { inner: Invalid argument IO error }', src/services/pool/networker.rs:88:45. Even the python sample throws a similar error. I checked the ports are same and the genesis file are same. Not sure how to debug this issue.

It is to be noted that the environment is Node.js 12.x and the Ubuntu 18 on VirtualBox.