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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ