You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-08-18 13:03:27.744 31786-31786 AndroidRuntime io.homeassistant.companion.android E FATAL EXCEPTION: main
Process: io.homeassistant.companion.android, PID: 31786
java.net.URISyntaxException: unknown EXTRA type at index 36: intent:sms:+4916212345678///#Intent;sms_body=testing123;action=android.intent.action.SENDTO;end
at android.content.Intent.parseUriInternal(Intent.java:7738)
at android.content.Intent.parseUri(Intent.java:7595)
at io.homeassistant.companion.android.notifications.MessagingManager.createOpenUriPendingIntent(MessagingManager.kt:1492)
at io.homeassistant.companion.android.notifications.MessagingManager.handleContentIntent(MessagingManager.kt:1044)
at io.homeassistant.companion.android.notifications.MessagingManager.sendNotification(MessagingManager.kt:952)
at io.homeassistant.companion.android.notifications.MessagingManager.access$sendNotification(MessagingManager.kt:101)
at io.homeassistant.companion.android.notifications.MessagingManager$handleMessage$4.invokeSuspend(MessagingManager.kt:535)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at android.os.Handler.handleCallback(Handler.java:942)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7918)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelling}@ef73fd9, Dispatchers.Main]
Screenshot or video of problem:
Additional information:
The text was updated successfully, but these errors were encountered:
Home Assistant Android app version(s):
2023.8.2-full
Android version(s):
13
Device model(s):
Pixel 7 Pro
Home Assistant version:
2023.7.x
Last working Home Assistant release (if known):
n/a
Description of problem, include YAML if issue is related to notifications:
When sending the following service call the app crashes
Companion App Logs:
Screenshot or video of problem:
Additional information:
The text was updated successfully, but these errors were encountered: