András Mózes
András Mózes
``` Process finished with exit code 0 ``` I hope it helped.
I made a big misstake :( ```python import sys import trio print(repr(sys.excepthook)) print(repr(sys.__excepthook__)) ``` ```text ``` and now `print(sys.excepthook is sys.__excepthook__)` is `False` (previously I didn't import `trio`)
Yes it is true, in debug, always there is the warning.
Hello **@jstasiak**, Thanks for your reply. I will create a ticket on PyCharm's side. I keep open this issue and later will update.
[issue](https://youtrack.jetbrains.com/issue/PY-44905) created.
The problem comes from the not proper `get_filter_from_event_type` function. The event type is `i=2782`, but the function creates a filter for `i=0`. 
Am I right or I miss something? Currently I use a monkey patch to overcome this issue. How can I help you solving this issue? Thanks for your help in...
I created an overview - you can find it [here](https://github.com/FreeOpcUa/opcua-asyncio/discussions/572#discussioncomment-796555).
Unfortunately I couldn't patch it properly. It would require more thorough examination of the event's implementation itself - the problem is buried there. What I have described is still valid....
I am facing with the same issue on Xamarin.Android (.NET 6). QRCoder version: `1.4.3` ```text Assembly 'QRCoder' with identity 'QRCoder, Version=1.4.3.0, Culture=neutral, PublicKeyToken=c4ed5b9ae8358a28' uses 'System.Drawing.Common, Version=4.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' which has...