Closed Patrik-Stas closed 5 years ago
If you are running the indy ledger in docker (i.e. von-network) you need to run the docker version of the demo:
https://github.com/ianco/indy-catalyst/tree/master/agent/demo#running-the-dockerized-demo
If you are running the demo locally, then you need an indy network that is available on localhost.
We recommend running everything using docker.
@Patrik-Stas, @ianco, This appears to be an indy-catalyst
issue. Please confirm and I can transfer the issue to the correct repository.
@WadeBarnes correct
@Patrik-Stas, @ianco, The issue has been transferred to the bcgov/indy-catalyst repo.
Hi, I am trying to run demo. I've started VON Network locally by
Everything seems fine there
Then I created new pip environment and install
requirements.txt
from the bothagent
andagent/demo
directory (by the way seems likerequests
package is missing inagent/demo/requirements.txt
so I install that manuallypip install requests
)When I run
python faber-pg.py 8600
I see following output:
Any idea where did I go wrong? I tried to delete wallets and restart VON Network but I am still hitting this issue. I am running it on my localhost, MacOS with all indysdk libraries compiled at
1.8.3
.Thanks.