-
Notifications
You must be signed in to change notification settings - Fork 30
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 11 notification crash #259
Comments
@panaris Let's continue here |
I think there is some bug where old code is still showing up for some reason. I suggest
|
Good call. that was indeed the problem. everything went right despite the strange errors. |
Looks like a bug in the dependency we use to create notifications jithurjacob/Windows-10-Toast-Notifications#117 There's some fixes for it but the repo is inactive. We will probably need to change to a more maintained library. |
This seems to be related to the notifier issue- the traceback shows it errors out somewhere inside Win10Toast. |
it's possible, because it shows no notifs other than the initial trakt one |
Update: I'm looking into using a more up-to-date library for notifications on windows. Either |
https://pypi.org/project/Windows-Toasts/ this works for sure. i know because i follow closely another project |
Needs more debugging to find the root cause. Is this a python bug? See #259 (comment)
@panaris Try reinstalling the master branch again. I've pushed a fix for this using |
yes, it works now except button does nothing. i'll report any other issue i find |
Please create a bug report for that! |
yes, button doesnt work but click works fine (except the console opening for a millisecond) |
Getting this error when I do step 3 @iamkroot , what am I missing? ERROR: Error [WinError 2] The system cannot find the file specified while executing command git version
|
do you have git installed? https://git-scm.com/book/en/v2/Getting-Started-Installing-Git |
with the new push
Originally posted by @panaris in #257 (comment)
The text was updated successfully, but these errors were encountered: