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

Cancelling Notifications on Android - RuntimeException: Missing type parameter. #2487

Open
sentry-io bot opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 9, 2025

Sentry Issue: ACTER-APP-10R

PlatformException: PlatformException(error, Missing type parameter., null, java.lang.RuntimeException: Missing type parameter.
	at i4.a.d(SourceFile:27)
	at i4.a.<init>(SourceFile:2)
	at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin$a.<init>(SourceFile:1)
	at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.loadScheduledNotifications(SourceFile:26)
	at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.removeNotificationFromCache(SourceFile:1)
	at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.cancelNotification(SourceFile:54)
	at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.cancel(SourceFile:23)
	at com.dexterous.flutterlocalnotifications.FlutterLocalNotificationsPlugin.onMethodCall(SourceFile:426)
	at O4.k$a.a(SourceFile:18)
	at F4.c.l(SourceFile:19)
	at F4.c.m(SourceFile:42)
	at F4.c.i(SourceFile:1)
	at F4.b.run(SourceFile:1)
	at android.os.Handler.handleCallback(Handler.java:958)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:257)
	at android.os.Looper.loop(Looper.java:368)
	at android.app.ActivityThread.main(ActivityThread.java:8839)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:572)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1049)
)
  File "message_codecs.dart", line 648, in StandardMethodCodec.decodeEnvelope
  File "platform_channel.dart", line 334, in MethodChannel._invokeMethod
  File "<asynchronous suspension>"
  File "flutter_local_notifications_plugin.dart", line 277, in FlutterLocalNotificationsPlugin.cancel
  File "<asynchronous suspension>"
...
(21 additional frame(s) were not displayed)

RuntimeException: Missing type parameter.
  File "SourceFile", line 27, in d
  File "SourceFile", line 2, in <init>
  File "SourceFile", line 1, in <init>
  File "SourceFile", line 26, in loadScheduledNotifications
  File "SourceFile", line 1, in removeNotificationFromCache
...
(16 additional frame(s) were not displayed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

0 participants