Skip to content
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_id always when i use it any api same error : does not exist #7

Open
mrosama opened this issue Aug 31, 2016 · 0 comments
Open

face_id always when i use it any api same error : does not exist #7

mrosama opened this issue Aug 31, 2016 · 0 comments

Comments

@mrosama
Copy link

mrosama commented Aug 31, 2016

{
"error": "INVALID_ARGUMENTS: face_id does not exist",
"error_code": 1005

}

i get face_id from detection/detect when i pass url image
and use this face_id to add face to person i create it is name osama_salama1 i want add this face to person ..


var api= new FacePP('*_', '_');

    api.request('person/add_face',{person_name:'osama_salama1',face_id:'9d30f34bc1df98a177afe653df93c27f'}, function(err, result) {
      if (err) {
        // TODO handle error
        console.dir(err)
        return;
      }
      // TODO use result
      document.getElementById('response').innerHTML = JSON.stringify(result, null, 2);
    });

my problem is evey time i use face_id in any api give me same error ..what i miss .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant