-
Notifications
You must be signed in to change notification settings - Fork 40
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
[BUG] 500 Internal Server Error for None values from client #778
Labels
bug
Something isn't working
Comments
Dmitry let me know this was a duplicate of #612, so I'll close this one |
Just link it to #612, I guess – it looks like one more way to test that the cardinality change (that I’m trying to modify the tests for) is working (or not if I failed 😊)
From: jtsextonMITRE ***@***.***>
Date: Thursday, March 6, 2025 at 10:44 AM
To: usnistgov/dioptra ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [usnistgov/dioptra] [BUG] 500 Internal Server Error for None values from client (Issue #778)
Dmitry let me know this was a duplicate of #612<#612>, so I'll close this one
—
Reply to this email directly, view it on GitHub<#778 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACS6IVXIPZZEVOBSEBB4VUL2TBUOPAVCNFSM6AAAAABYMWM5QOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBUGIZDGMRZGA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[jtsextonMITRE]jtsextonMITRE left a comment (usnistgov/dioptra#778)<#778 (comment)>
Dmitry let me know this was a duplicate of #612<#612>, so I'll close this one
—
Reply to this email directly, view it on GitHub<#778 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACS6IVXIPZZEVOBSEBB4VUL2TBUOPAVCNFSM6AAAAABYMWM5QOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMBUGIZDGMRZGA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
leaving it open and linked to #612 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The
entrypoints.create()
function on the client hasNone
as defaults for various parameters, such asparameters
,queues
,plugins
, but the RESTAPI gives a 500 Internal Server Error with these defaults.I suspect this problem is more widespread than just this function, as #711 also describes a similar issue.
To Reproduce
The text was updated successfully, but these errors were encountered: