Liveness StartFaceLivenessSession Validation Error

0

I am trying to get start with Aws Liveness check, I found quite a few good guides, this one in particular. https://ui.docs.amplify.aws/react/connected-components/liveness

I managed to get my backend up and running and creating sessions, however the liveness check errors when it calls the StartFaceLivenessSession

The error I get is this:

{
    "name": "ValidationException",
    "$fault": "client",
    "$metadata": {},
    "message": "Request has invalid parameters"
}

The error class seems to be this one RekognitionStreamingServiceException

However there is no way to figure out what the error is. I double checked the bucket name and region, the video format should ok since all that configuration was made by aws amplify

I cant find a way to check the session or anything related to it

Marcel
已提問 7 個月前檢視次數 148 次
1 個回答
0

Dear Marcel,

Thanks for reaching out.

Could you please share the version of the Amplify UI Liveness React SDK that you are getting the exception for? What’s the exact error you are seeing when you add an onError callback to the FaceLivenessDetector component?

It is recommended to use the latest version of the UI SDKs and you can find the releases here: https://github.com/aws-amplify/amplify-ui/releases

Regards,

AWS Team

AWS
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南