BlinkID / blinkid-cordova

ID scanning for cross-platform apps built with Cordova and Phonegap.
48 stars 34 forks source link

Multiple settings objects of type <selected card recognizer> found. This is not supported! #103

Closed jdixosnd closed 5 years ago

jdixosnd commented 5 years ago

I have updated my blinkid-cordova version from v4.7.0 to v4.8.0. After update I am trying to run the plugin but it gives following error.

Multiple settings objects of type 'Malaysian MyKad front side recognizer' found. This is not supported!

Failed to initialize BlinkID ERROR_STATUS_DUPLICATE_ENTRY: duplicate entry found where disallowed NativeRecognizerWrapper.java:154@Recognition: Failed to initialize native library! NativeRecognizerWrapper.java:155@Recognition: Reason:    ERROR_STATUS_DUPLICATE_ENTRY: duplicate entry found where disallowed libc: Access denied finding property "camera.hal1.packagelist"

I am not sure what it means by default entry. Please help me to resolve this issue.

i1E commented 5 years ago

Hi @jdixosnd,

it seems that you have added two instances Malaysian MyKad front side recognizer to the recognizer collection, and that is not allowed.

jdixosnd commented 5 years ago

Thank you @i1E !!