Pass image to/api/v1/recognition/recognize with an invalid API key
Expected behavior
The expected output should be this.
{
"message": "Service API key should be UUID",
"code": 26
}
Additional context
Version: v0.5.1
Using another image with an incorrect API key produces the expected behavior. I can't figure out why this specific image makes the API hang, even if I save it as a jpg it still hangs.
Thank you for this amazing project. I've encountered a weird issue and I'm not sure what is causing it.
Describe the bug Using the provided image along with an invalid API key causes the
/api/v1/recognition/recognize
endpoint to hang.To Reproduce
/api/v1/recognition/recognize
with an invalid API keyExpected behavior The expected output should be this.
Additional context
Using another image with an incorrect API key produces the expected behavior. I can't figure out why this specific image makes the API hang, even if I save it as a jpg it still hangs.