SUMMARY The app crashes every time I start it. STEPS TO REPRODUCE 1. Start app 2. see crash OBSERVED RESULT Crash EXPECTED RESULT normal operation SOFTWARE/OS VERSIONS Android app version 1.34.0 from Google Play Store. ADDITIONAL INFORMATION Stack trace obtained by LogFox FATAL EXCEPTION: main Process: org.kde.kdeconnect_tp, PID: 26605 java.lang.RuntimeException: Unable to start service org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver@ab4ea0 with Intent { cmp=org.kde.kdeconnect_tp/org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver mCallingUid=10330 }: java.lang.NullPointerException: Parameter specified as non-null is null: method org.kde.kdeconnect.NetworkPacket.set, parameter value at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5134) at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2481) at android.os.Handler.dispatchMessage(Handler.java:106) 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) Caused by: java.lang.NullPointerException: Parameter specified as non-null is null: method org.kde.kdeconnect.NetworkPacket.set, parameter value at org.kde.kdeconnect.NetworkPacket.set(Unknown Source:7) at org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin.sendNotification(NotificationsPlugin.java:265) at org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin.sendCurrentNotifications(NotificationsPlugin.java:525) at org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin.$r8$lambda$1g-q3QAHM9K8CCvVH9UOWdz85V4(NotificationsPlugin.java:0) at org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationsPlugin$$ExternalSyntheticLambda0.onServiceStart(R8$$SyntheticClass:0) at org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver.onStartCommand(NotificationReceiver.java:92) at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5116) ... 9 more
Version 1.34.1 was released yesterday with the fix, sorry for breaking the app!
(In reply to Albert Vaca Cintora from comment #1) > Version 1.34.1 was released yesterday with the fix, sorry for breaking the > app! No problem! Thank you for your work and your support!