-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 - Toasts stopped working #86
Comments
I had noticed annoying changes as well. for starters, the "python" title looks ugly. before it would look like this the only thing I can think of is the major win10 change to 20H2 that occurred about 1~2 weeks ago. edit: probably related to #74 something I experienced too about win10toast: |
Did anyone find a way to edit the Notification Title being "Python" or the executable name ? |
I have exactly the same problem. The program works just fine in my personal computer. However no notifications are displayed on my work computer. In this last one, the only thing that appears is the small tooltip on the taskbar. Has anyone found the issue? |
I am using this. It works perfectly but I can't seem to figure out how to clear out the notifications or make python listen for click event
|
when packed with pyinstaller, the title will change to your app name that you chose in pyinstaller or if you just need some lightweight alternative to win10toast then try toastify (I am the author of |
Same problem here since at least a couple of weeks ago. I came from using ntfy.exe, which I assume is based on the same principles and also doesn't work. Any working alternative? |
Start using https://pypi.org/project/winotify/, so far the best lib |
Not a user of this library but I used the code as a starting point to build a notification library in go. I changed the nif flags from Im still figuring things out in my lib so i don't know if |
Hello,
I have been using this library to display toasts on my Windows 10 machine for over a year now. However, all of a sudden the notifications have stopped working and all I see is a small tooltip on the taskbar with my icon.
I have been searching from the internet and this post below describes exactly the problem as well:
https://www.reddit.com/r/learnpython/comments/b1hx0h/win10toast_not_showing_notifications/
Additional information:
Kind of running out of ideas over here. Anybody had this issue?
Best regards,
Ranel
The text was updated successfully, but these errors were encountered: