-
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
Fix TypeError #1494
Fix TypeError #1494
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1494 +/- ##
=======================================
Coverage 95.70% 95.70%
=======================================
Files 489 489
Lines 30264 30264
=======================================
Hits 28965 28965
Misses 1299 1299 |
Hi @gorgsenegger thanks for the PR! Note that all commits to hyperledger repo's must be DCO signed ( |
When calling /schemas/{schema_id}/write_record, a server error 500 occurrs. The log output says TypeError: inject() got an unexpected keyword argument 'required' Signed-off-by: Gorgsenegger <[email protected]>
a1327d3
to
5a571b1
Compare
Hi @ianco, I'm new to this, did the signoff work? Thank you! |
Yep it worked, thanks! |
Yup - DCO looks good. This seems like a Big Deal. Does this mean we are going to need an immediate 0.7.3 release? |
The error is in the |
When calling /schemas/{schema_id}/write_record, a server error 500 occurrs. The log output says
Other code in this file seems to indicate that the proposed change is what is needed to prevent the error from being thrown.