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.
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.