-
Notifications
You must be signed in to change notification settings - Fork 16
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
Issuance fails #69
Comments
Hi @GHkrishna! Here's a list of things to try :) (in order)
I was able to get everything working, but please let me know if you run into issues! |
I tried with multiple machines of different configs(all linux), but still unable to run the demo. I am facing the same issue as mentioned above. ContentsHere's the content of my
Note: The above schemaID and CredefId is the one that I have created as per the instruction. As per suggested in the video, I didn't get any error regarding the pickup protocol. Still tested it with both ErrorThis is the error from locust for your reference, From failuresFrom ExceptionsI see no reasons to why this must fail as per the documentation. I also had a look at the debugging section, but was unable to find anything helpful regarding this specific issue. Another thing to note is, I tried by cloning the exact version of credo(afj-0.4.2, as per the package.json) into the root directory as suggested by the docs, as AFJ has now been updated to credo-ts. Can this be an issue? Please let me know if there's anything required from my end to help debug the issue faster, this seems like a very interesting issue. |
Update on this, We were able to run the Quickstart with the following changes. I have created a PR #70 for this. The issue was while setting the environment variables for Issuer type below,
Since, the @anwalker293 can you please have a look at this? |
I am trying to issue credentials by uncommenting
LOCUST_FILES=locustMediatorIssue.py
as suggested by QuickstartHowever, I am encountering the following error,
The error comes from,
Here, the invite is set as follows,
But the invite when printed is 'None'
I have following config in
.env
as,I also tried replacing the above with my
ip
,localhost
,0.0.0.0
,127.0.0.1
. But there seems no change. Also I am not able to see any logs in the issuer container that are otherwise printed in case we do any such operations(like creating an OOB issuance) directly on the issuer agentThe text was updated successfully, but these errors were encountered: