Skip to content
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

Error when running example program #8

Open
ndonkoHenri opened this issue Dec 24, 2022 · 3 comments
Open

Error when running example program #8

ndonkoHenri opened this issue Dec 24, 2022 · 3 comments

Comments

@ndonkoHenri
Copy link

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?

@zeropointnothing
Copy link

zeropointnothing commented Feb 7, 2023

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.

@SAURABHKUMARGGA
Copy link

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.

solved, thanks

@ndonkoHenri
Copy link
Author

ndonkoHenri commented Mar 10, 2023

Thanks but thesame traceback is always shown.
Do you guys get the notifications as expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants