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

issueCredential reference API calls fail #57

Open
trentlarson opened this issue Mar 13, 2022 · 0 comments
Open

issueCredential reference API calls fail #57

trentlarson opened this issue Mar 13, 2022 · 0 comments

Comments

@trentlarson
Copy link

trentlarson commented Mar 13, 2022

I have a credential with ID a7c00bb8-db11-4eca-b15a-959fbc032112 in the state of Offered. However, when I try to call the issue endpoint as listed in the reference, I get errors:

  • When I 'Try It' in the UI or run locally in a node program, it fails with a 500 and response body:
{
  "error": "Unhandled exception: A value must be provided. (Parameter 'id')",
  "errorType": "ArgumentException"
}
  • When I use the curl command in a shell, I get an HTML error response body:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Length Required</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Length Required</h2>
<hr><p>HTTP Error 411. The request must be chunked or have a content length.</p>
</BODY></HTML>
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

1 participant