MiguelLucas / Mushu

https://mushu-api.vercel.app
MIT License
2 stars 0 forks source link

BUG-001: App crashing when alerts are triggered #17

Closed MiguelLucas closed 2 weeks ago

MiguelLucas commented 3 weeks ago

Whenever an alert is triggered, the app crashes instantly. This does not happen with notifiers.

Fatal Exception: android.app.RemoteServiceException$CannotPostForegroundServiceNotificationException: Bad notification for startForeground
       at android.app.ActivityThread.throwRemoteServiceException(ActivityThread.java:2103)
       at android.app.ActivityThread.-$$Nest$mthrowRemoteServiceException()
       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2394)
       at android.os.Handler.dispatchMessage(Handler.java:106)
       at android.os.Looper.loopOnce(Looper.java:205)
       at android.os.Looper.loop(Looper.java:294)
       at android.app.ActivityThread.main(ActivityThread.java:8248)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:971)