You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for pointing this out!
I have just created a PR to fix this.
One note. The following findImage command will still display an error:
{
'FindImage': {
'constraints': { // whatever contraints },
'results': { 'blob': False } // without list
}
}
This is becase no _ref or list in result is specified when blob=false. If blob=false, at least one of { _ref, list in results} must be specified for the query to be valid. If blob=false and neither _ref or list in results is specified, the query is essentially returning nothing (no properties of the image, no blob, not being referred later). VDMS will return an error in this case.
FindImage with blob=False crashes server
Server error:
The text was updated successfully, but these errors were encountered: