Nico Jansen

Results 3 comments of Nico Jansen

I also had the same issue. The issue seems to be the following line in websocket.py: ``` context = ssl.create_default_context(purpose=ssl.Purpose.CLIENT_AUTH) ``` Based on the official documentation, `Purpose.CLIENT_AUTH` is used to...

I changed the source code (line 275 at main.c) to the following: ```c /* move rectangle out of screenshot area */ rect_x = rx -1; rect_y = ry -1; rect_w...

Hello, I have the same issue on Android 15. I was not able to reproduce it, and it only happens rarely :( However, it also happens two favourites use different...