Hi all,
The android phone of my wife crashes when a notification arrives.
Any ideas how to debug this a bit more?
As use the iPhone app I“m a bit unskilled.
App version is: 3.14.0
BR
/Franz
Hi all,
The android phone of my wife crashes when a notification arrives.
Any ideas how to debug this a bit more?
As use the iPhone app I“m a bit unskilled.
App version is: 3.14.0
BR
/Franz
I haven’t noticed this myself. Can you show us how you’re sending the notification, so we can try to reproduce this issue?
@digitaldan It seems that there’s a breaking change in notifications since yesterday:
Exception is Fatal Exception: java.lang.NumberFormatException: For input string: "Mon Jul 01 2024 08:07:41 GMT+0200 (Central European Summer Time)" when parsing incoming notifications. It happens when parsing something as Long, so I guess it’s the timestamp field: openhab-android/mobile/src/full/java/org/openhab/habdroid/core/FcmMessageListenerService.kt at main · openhab/openhab-android · GitHub
Having the same issue here…
Yes, no notifications since yesterday and I can see the same exception in the apps log.
Got it, I’ll push out a fix here very shortly
this PR:
https://github.com/openhab/openhab-cloud/pull/469
is deploying right now, should be about ten minutes.
Thank you!
Notifications working again here.
Thank you so much for the quick fix, everything works again ![]()
Thanks! Works like a charm now