Skip to content
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

Getting Started errors #40

Closed
swcurran opened this issue Jan 18, 2024 · 3 comments
Closed

Getting Started errors #40

swcurran opened this issue Jan 18, 2024 · 3 comments
Assignees

Comments

@swcurran
Copy link
Contributor

Tried the Getting Started guide and ran into trouble:

  1. On the kli init step, the action worked, but the expected output about the OOBIs was not printed.
  2. On the kli incept command, there was an error printed, and I noticed that the my-scripts/incept.json file was not in the image.

Any ideas on the issues?

@2byrds
Copy link
Contributor

2byrds commented Jan 19, 2024

Thank you for reporting!
I'm happy to do a session together with you since you are one of the first to test (if you like).
Som initial notes:

First, it is good to make sure you aren't using any old image builds. So please double check that you built with --no-cache flag.

Looking at the config-docker file for the init command, it specifies the witnesses in iurls:
https://github.com/hyperledger-labs/did-webs-resolver/blob/main/volume/dkr/examples/my-scripts/keri/cf/config-docker.json

And the docker compose up should have started the witnesshost service https://github.com/hyperledger-labs/did-webs-resolver/blob/main/docker-compose.yml#L14

Can you try to curl one of the witness OOBIs from your webs docker contianer to see if the oobi is addressable? Also send me the command/output that you see when running init.

I'll go back and try to test a cleaner env, perhaps i have some local files or something.

@2byrds
Copy link
Contributor

2byrds commented Jan 19, 2024

@swcurran thank you for the PR. I clean my env and ran with your changes and it looks good for me. Note: if you want to run the commands quickly you can execute the ./get_started_docker.sh from the volume/dkr/examples dir (during that script there will be an opportunity to start up your file server via the GETTING_STARTED instructions.... i need to add some prompt that says that)

@2byrds
Copy link
Contributor

2byrds commented Feb 1, 2024

fixed by #41

@2byrds 2byrds closed this as completed Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants