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

NPE with release 1.34.1 (Flutter) #32

Open
robertnjenjic opened this issue Jan 28, 2025 · 3 comments
Open

NPE with release 1.34.1 (Flutter) #32

robertnjenjic opened this issue Jan 28, 2025 · 3 comments

Comments

@robertnjenjic
Copy link

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.NullPointerException
E/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(Native Method)
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.NullPointerException
I/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(Native Method)
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: #0      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:646:7)
I/flutter (12899): #1      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
I/flutter (12899): <asynchronous suspension>
I/flutter (12899): #2      SNSMobileSDK.launch (package:flutter_idensic_mobile_sdk_plugin/flutter_idensic_mobile_sdk_plugin.dart:108:39)
I/flutter (12899): <asynchronous suspension>
I/flutter (12899): #3      SumSubService.init.<anonymous closure> (package:mobile_app/core/services/sumsub_service.dart:19:15)
I/flutter (12899): <asynchronous suspension>
@JamiuJimoh
Copy link

We are having this same issue

@Bikram-Shrestha
Copy link

@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

@Bikram-Shrestha
Copy link

@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

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

3 participants