[GH-ISSUE #59] SubscriberConnection: UninitializedPropertyAccessException #52

Closed
opened 2026-05-07 00:19:12 +02:00 by BreizhHardware · 0 comments

Originally created by @binwiederhier on GitHub (Dec 15, 2021).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/59

java.lang.RuntimeException: 
  at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:4409)
  at android.app.ActivityThread.access$1900 (ActivityThread.java:246)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1993)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:236)
  at android.app.ActivityThread.main (ActivityThread.java:7876)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:656)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:967)
Caused by: kotlin.UninitializedPropertyAccessException: 
  at io.heckel.ntfy.msg.SubscriberConnection.cancel (SubscriberConnection.kt:90)
  at io.heckel.ntfy.msg.SubscriberService.stopService (SubscriberService.kt:122)
  at io.heckel.ntfy.msg.SubscriberService.onStartCommand (SubscriberService.kt:75)
  at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:4386)
  at android.app.ActivityThread.access$1900 (ActivityThread.java:246)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1993)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:236)
  at android.app.ActivityThread.main (ActivityThread.java:7876)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:656)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:967)
Originally created by @binwiederhier on GitHub (Dec 15, 2021). Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/59 ``` java.lang.RuntimeException: at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:4409) at android.app.ActivityThread.access$1900 (ActivityThread.java:246) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1993) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:236) at android.app.ActivityThread.main (ActivityThread.java:7876) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:656) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:967) Caused by: kotlin.UninitializedPropertyAccessException: at io.heckel.ntfy.msg.SubscriberConnection.cancel (SubscriberConnection.kt:90) at io.heckel.ntfy.msg.SubscriberService.stopService (SubscriberService.kt:122) at io.heckel.ntfy.msg.SubscriberService.onStartCommand (SubscriberService.kt:75) at android.app.ActivityThread.handleServiceArgs (ActivityThread.java:4386) at android.app.ActivityThread.access$1900 (ActivityThread.java:246) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1993) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:236) at android.app.ActivityThread.main (ActivityThread.java:7876) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:656) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:967) ```
BreizhHardware 2026-05-07 00:19:12 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#52
No description provided.