Tratux

Results 2 comments of Tratux

mss.exception.ScreenShotError: gdi32.GetDIBits() failed. I get the same error after using 'mss' with 'threading.Timer' for a while. My code uses mss to get one pixel from the screen at the same...

@BoboTiG I've tested and I got the same error with this code. The code executed for at least 10 min without an error. ``` import mss import threading import numpy...