-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Notifications don't work on windows #289
Comments
I am running into the same isue. I get the following error on startup:
When I press the test notification button, I get
But despite this, no notification ever shows up |
Was pretty much getting the same errors as @try4cou the key was (I believe) Turned out I had Windows "Get notifications from apps and other senders" turned-off in "Notifications & actions" oddly although Hass Agent "Show Test Notification" failed to appear the sound could still be heard. Might be worth checking "Notifications & actions" |
Hi,
I'm using Hass.Agent latest version and I can't set up notifications on my computer. I can't even send a test notification on my windows 11 pc. Notifications are allowed in windows settings.
My log contains the following error:
2023-03-10 11:39:39.301 +01:00 [INF] [NOTIFIER] Attempting to show test notification ..
2023-03-10 11:39:39.314 +01:00 [INF] [NOTIFIER] Test notification attempt completed
2023-03-10 11:39:57.996 +01:00 [FTL] [PROGRAM] FirstChanceException: Unable to read data from the transport connection: Az I/O művelet megszakítva. (Egy folyamat véget ért, vagy egy alkalmazás megszakította az I/O műveletet.).
System.IO.IOException: Unable to read data from the transport connection: Az I/O művelet megszakítva. (Egy folyamat véget ért, vagy egy alkalmazás megszakította az I/O műveletet.).
---> System.Net.Sockets.SocketException (995): Az I/O művelet megszakítva. (Egy folyamat véget ért, vagy egy alkalmazás megszakította az I/O műveletet.)
--- End of inner exception stack trace ---
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token)
at System.Net.Security.SslStream.ReadAsyncInternal[TIOAdapter](TIOAdapter adapter, Memory`1 buffer)
Please help me to solve this issue.
Your help thanks in advance,
Andy
The text was updated successfully, but these errors were encountered: