if I do ```python listener = UserNotificationListener.get_current() listener.add_notification_changed(handler) ``` where handler is another defined function I get ``` OSError: [WinError -2147023728] Element not found ``` I know I have access to notifications because ```python notifs=await listener.get_notifications_async(1) ``` works any fix? thanks
if I do
where handler is another defined function
I get
I know I have access to notifications because
works
any fix?
thanks