-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration of Azure AI Vision SDK in Android Flutter #119
Comments
Hi, Please follow this build.gradle to setup correct maven repo and password |
Thanks for the update the code is compiling as per suggestion, but after integrating in our flutter project when we try to start liveness check our app crashes Please find the log below of the crash and guide us how to resolve the same.
|
Can you please confirm if you are able to run the sample successfully ? If so, can you confirm that you are using the same dependencies as specified in the sample and you see camera turn on before the crash ? |
We tried the sample and it ran successfully, we added our endpoint and key and clicked on Liveness button and then the start button we get the following error
and then when we click on retry we get a white screen with a black circle (screenshot attached) The Phone we are using is on Android 11 Please help in resolving the issue |
Can you make sure the endpoint and key are from the same subscription that has access to FaceLiveness ? Also please make sure there are no trailing slashes at the end of URL for the sample. This error is for cases where Token generation is failing. It would be good if you can look at Network calls and see why call the /.../sessions is failing. |
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
`FAILURE: Build failed with an exception.
Execution failed for task ':app:checkInternalDebugAarMetadata'.
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: