-
Notifications
You must be signed in to change notification settings - Fork 23
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
Face API Service call failed #9
Comments
Hello @sandeep5793! Thanks for opening the issue! Could you please provide us with more information about your environment by answering the following questions?
Any other diagnostics information will be appreciated! |
Hi, I'm also facing this same error but on Rugula Face Flutter SDK. I'm getting error code 8 with message " Face API Service call failed. " If there's any work around for this issue, please let me know, cause I need to use it on an urgent basis. |
#fixed Hi. I was facing this issue on Android when I used to match local image that is in cache. I allowed permissions for WRITE/READ external storage from device. So everything worked properly but matching was slower than IOS. |
I added these permissions in the manifest . .
still not working . . any suggestion? |
Nevermind, it works now . . the issue was the image type . . I changed it from const TYPE = ImageType. IMAGE_TYPE_PRINTED; to const TYPE = ImageType.PRINTED; |
@neilakoh Well done!!. But did you notice that matching on AOS is slower than IOS ? |
I am getting this issue while using FaceSDK.matchFaces api in app for face matching . Earlier it was working fine and i was getting the response as required.
But now i am getting this as reponse
Stuck at this point
The text was updated successfully, but these errors were encountered: