我正在使用Mircosoft Cognitive Services' Face API和特别是当使用add person face API(Under Person)时,认知服务返回状态500,其中包含一条消息,表示"未指定"。有谁知道如何解决这个问题?
以下是我的POST请求:
POST https://southeastasia.api.cognitive.microsoft.com/face/v1.0/persongroups/fyp-prototype/persons/6CB8C802-370B-4034-9B95-965B760F2F43/persistedFaces HTTP/1.1
Content-Type: application/json
Host: southeastasia.api.cognitive.microsoft.com
Ocp-Apim-Subscription-Key: ••••••••••••••••••••••••••••••••
{
"url":"http://i.imgur.com/H0nYHTq.jpg"
}

以下是来自认知服务的返回消息:
{
"error": {
"code": "Unspecified",
"message": "Internal server error"
}
}