-
Notifications
You must be signed in to change notification settings - Fork 516
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
Running Alice Faber Demo locally on Ubuntu 18.04, FAILING! #171
Comments
I got it working.... |
Awesome. Sorry for the lack of response. It was tough to figure out what was happening from the info. Any info on what you changed to make it work? |
Just putting this out here for others who face a similar issue. |
I'll give a try on mine again. It's worked in the past but haven't run it in awhile. I'm Ubuntu 18.04 as well so hopefully will see consistency. |
Had the same issue while following the tutorials. https://github.com/hyperledger/aries-cloudagent-python/tree/master/demo#running-in-docker I ran the command under the running in docker section, and received the error Tried to run the same command of "Running in a browser" section and everything worked.
Hope that can help others. |
Thank You @rodolfoleal |
The exact cause is that the seed is not registered to the localhost ledger which by default the demo searches for localhost. To overcome this issue:
You could try using indy-cli to add a DID to the ledger as well although I have not tried. Thereafter the demo will be able to |
That’s not right @dnaicker86. There is a DID that has a well known seed written on the ledger, and that DID is used to create the other objects, so no new seed/DID is needed. You can add them and specify the seed/DID is the one you want to use, but you don’t have to. The same well known seed is used for all sandbox Indy networks. |
It worked for me and resolved the issue. I think the documentation and tutorials need to be clarified as these errors still persist and developers need to try and make sense of them instead of them being told it is not right when they have to resolve on their own. |
I am following instructions from this read.md https://github.com/hyperledger/aries-cloudagent-python/blob/master/demo/README.md#running-locally.
Von network is running locally. ✔️
output:
Alice agent is running and waiting for invite details. ✔️
output:
Faber agent is failing ❌
output:
Any help from here would be grateful.
The text was updated successfully, but these errors were encountered: