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
With version 1.34.1 we have encountered NullPointerException.
We had to revert to 1.33.1.
V/IdensicMobileSDKPlugin::MethodCallHandler(12899): onLaunchSDK: ...
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899):Failed to handle method call
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): java.lang.NullPointerExceptionE/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at com.sumsub.idensic.mobile.sdk.plugin.MethodCallHandler.onMethodCall(MethodCallHandler.kt:183)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at android.os.Handler.handleCallback(Handler.java:938)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at android.os.Handler.dispatchMessage(Handler.java:99)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at android.os.Looper.loop(Looper.java:233)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at android.app.ActivityThread.main(ActivityThread.java:8068)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at java.lang.reflect.Method.invoke(NativeMethod)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
E/MethodChannel#sumsub.com/flutter_idensic_mobile_sdk_plugin(12899): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
I/flutter (12899):Exception:PlatformException(error, null, null, java.lang.NullPointerExceptionI/flutter (12899): at com.sumsub.idensic.mobile.sdk.plugin.MethodCallHandler.onMethodCall(MethodCallHandler.kt:183)
I/flutter (12899): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
I/flutter (12899): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292)
I/flutter (12899): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319)
I/flutter (12899): at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
I/flutter (12899): at android.os.Handler.handleCallback(Handler.java:938)
I/flutter (12899): at android.os.Handler.dispatchMessage(Handler.java:99)
I/flutter (12899): at android.os.Looper.loop(Looper.java:233)
I/flutter (12899): at android.app.ActivityThread.main(ActivityThread.java:8068)
I/flutter (12899): at java.lang.reflect.Method.invoke(NativeMethod)
I/flutter (12899): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631)
I/flutter (12899): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
I/flutter (12899): )
I/flutter (12899):StackTrace: #0StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:646:7)
I/flutter (12899): #1MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
I/flutter (12899):<asynchronous suspension>I/flutter (12899): #2SNSMobileSDK.launch (package:flutter_idensic_mobile_sdk_plugin/flutter_idensic_mobile_sdk_plugin.dart:108:39)
I/flutter (12899):<asynchronous suspension>I/flutter (12899): #3SumSubService.init.<anonymous closure> (package:mobile_app/core/services/sumsub_service.dart:19:15)
I/flutter (12899):<asynchronous suspension>
The text was updated successfully, but these errors were encountered:
@robertnjenjic will you be able to assist me on downgrading to 1.33.1 as this is my first time setting up and as above, I am having issue with the android build. I tried just fixing the version to 1.33.1 in pubspec.yaml and build.gradle dependencies but now facing Namespace issue. Let me know if there is anything else I am missing any specific steps as the documentation only list setting steps for the latest version only
@robertnjenjic will you be able to assist me on downgrading to 1.33.1 as this is my first time setting up and as above, I am having issue with the android build. I tried just fixing the version to 1.33.1 in pubspec.yaml and build.gradle dependencies but now facing Namespace issue. Let me know if there is anything else I am missing any specific steps as the documentation only list setting steps for the latest version only
Manage to fix the Namespace issue and build the app but I am pretty sure the approach I have taken might not be all good
With version 1.34.1 we have encountered NullPointerException.
We had to revert to 1.33.1.
The text was updated successfully, but these errors were encountered: