-
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
I have a valid ICO but it wont load #82
Comments
same - did you find a solution? |
Mine is inside Here is the code snippet: def notify(title, msg):
toaster = ToastNotifier()
toaster.show_toast(title,
msg,
icon_path='assets/notify.ico',
duration=2,
threaded=True
)
|
this doesn't work for me :( here's what i get :
|
Could you share the code in here or in pastebin or the link to your github repo if it's public? |
|
|
ERROR:root:Some trouble with the icon (E:\SilverAlerts\icon.ico): (0, 'LoadImage', 'No error message is available')
As stated above, that is the error message i get
toaster.show_toast("No Mans Sky", "Silver Deposit Ready", icon_path=r"icon.ico")
Thats the line
The text was updated successfully, but these errors were encountered: