You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After completing the data extraction from the document scanning, we faced a white screen like the application crashed while completing the face liveness checking and selfie photos and also got the following error.
E/AndroidRuntime( 3171): java.lang.IllegalArgumentException: bitmap is null
E/AndroidRuntime( 3171): at androidx.core.graphics.drawable.DrawableKt.toBitmap(Drawable.kt:54)
E/AndroidRuntime( 3171): at androidx.core.graphics.drawable.DrawableKt.toBitmap$default(Drawable.kt:46)
E/AndroidRuntime( 3171): at com.klippa.identity_verification.modules.camerascreens.view.a.c(Unknown Source:33)
E/AndroidRuntime( 3171): at com.klippa.identity_verification.modules.camerascreens.view.a$$ExternalSyntheticLambda8.onClick(Unknown Source:2)
E/AndroidRuntime( 3171): at android.view.View.performClick(View.java:7892)
E/AndroidRuntime( 3171): at android.widget.TextView.performClick(TextView.java:16219)
E/AndroidRuntime( 3171): at android.view.View.performClickInternal(View.java:7869)
E/AndroidRuntime( 3171): at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
E/AndroidRuntime( 3171): at android.view.View$PerformClick.run(View.java:30880)
E/AndroidRuntime( 3171): at android.os.Handler.handleCallback(Handler.java:942)
E/AndroidRuntime( 3171): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3171): at android.os.Looper.loopOnce(Looper.java:226)
E/AndroidRuntime( 3171): at android.os.Looper.loop(Looper.java:313)
E/AndroidRuntime( 3171): at android.app.ActivityThread.main(ActivityThread.java:8757)
E/AndroidRuntime( 3171): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 3171): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
E/AndroidRuntime( 3171): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
Hi,
After completing the data extraction from the document scanning, we faced a white screen like the application crashed while completing the face liveness checking and selfie photos and also got the following error.
E/AndroidRuntime( 3171): java.lang.IllegalArgumentException: bitmap is null
E/AndroidRuntime( 3171): at androidx.core.graphics.drawable.DrawableKt.toBitmap(Drawable.kt:54)
E/AndroidRuntime( 3171): at androidx.core.graphics.drawable.DrawableKt.toBitmap$default(Drawable.kt:46)
E/AndroidRuntime( 3171): at com.klippa.identity_verification.modules.camerascreens.view.a.c(Unknown Source:33)
E/AndroidRuntime( 3171): at com.klippa.identity_verification.modules.camerascreens.view.a$$ExternalSyntheticLambda8.onClick(Unknown Source:2)
E/AndroidRuntime( 3171): at android.view.View.performClick(View.java:7892)
E/AndroidRuntime( 3171): at android.widget.TextView.performClick(TextView.java:16219)
E/AndroidRuntime( 3171): at android.view.View.performClickInternal(View.java:7869)
E/AndroidRuntime( 3171): at android.view.View.-$$Nest$mperformClickInternal(Unknown Source:0)
E/AndroidRuntime( 3171): at android.view.View$PerformClick.run(View.java:30880)
E/AndroidRuntime( 3171): at android.os.Handler.handleCallback(Handler.java:942)
E/AndroidRuntime( 3171): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 3171): at android.os.Looper.loopOnce(Looper.java:226)
E/AndroidRuntime( 3171): at android.os.Looper.loop(Looper.java:313)
E/AndroidRuntime( 3171): at android.app.ActivityThread.main(ActivityThread.java:8757)
E/AndroidRuntime( 3171): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 3171): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:571)
E/AndroidRuntime( 3171): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)
SDK version:
klippa_identity_verification_sdk: ^0.2.2
Please update Klippa to fix the face verification issue ASAP!
The text was updated successfully, but these errors were encountered: