Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Failed to handle method call #11

Closed
JAICHANGPARK opened this issue May 21, 2020 · 1 comment · Fixed by #12
Closed

Failed to handle method call #11

JAICHANGPARK opened this issue May 21, 2020 · 1 comment · Fixed by #12

Comments

@JAICHANGPARK
Copy link

Failed to handle method call
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): java.lang.IllegalArgumentException: Unsupported value: java.lang.reflect.InvocationTargetException
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at io.flutter.plugin.common.StandardMessageCodec.writeValue(StandardMessageCodec.java:278)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at io.flutter.plugin.common.StandardMethodCodec.encodeErrorEnvelope(StandardMethodCodec.java:69)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler$1.error(MethodChannel.java:236)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at de.mintware.flutter_p2p.FlutterP2pPlugin.onMethodCall(FlutterP2pPlugin.kt:352)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:226)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at io.flutter.embedding.engine.dart.DartMessenger.handleMessageFromDart(DartMessenger.java:85)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at io.flutter.embedding.engine.FlutterJNI.handlePlatformMessage(FlutterJNI.java:631)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at android.os.MessageQueue.nativePollOnce(Native Method)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at android.os.MessageQueue.next(MessageQueue.java:325)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at android.os.Looper.loop(Looper.java:142)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at android.app.ActivityThread.main(ActivityThread.java:6528)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at java.lang.reflect.Method.invoke(Native Method)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
E/MethodChannel#de.mintware.flutter_p2p/flutter_p2p(13511): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

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

Successfully merging a pull request may close this issue.

2 participants