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
I fixed the issue by manually going into the win10toast module's __init__.py file and changing the return value for on_destroy() to 0 instead of None. If you can find it, your issue might be fixed.
I fixed the issue by manually going into the win10toast module's __init__.py file and changing the return value for on_destroy() to 0 instead of None. If you can find it, your issue might be fixed.
WNDPROC return value cannot be converted to LRESULT TypeError: WPARAM is simple, so must be an int object (got NoneType)
How can i solve this please?
The text was updated successfully, but these errors were encountered: