Open yash1th opened 4 years ago
Also with:
The exception being raised in get_monitors
is
Procedure probably called with not enough arguments (4 bytes missing)
This is coming from the EnumDisplayMonitors
call in enumerators\windows
@feerrenrut This is a separate issue.
The error from screeninfo is exactly the same screeninfo.common.ScreenInfoError: No enumerators available
Perhaps what this shows is that the granularity of the error conidtion reporting is not correct.
I did some investigation (included in my previous comment) to work out what the real error is.
Improving granularity is yet another ticket. Please mark it as such.
This ticket is about tracking macOS platform problem.
Thanks, released as 0.6.4 on PyPI
I'm still getting this issue on the latest macOS, screeninfo 0.6.5.
Released a new version that addresses another iteration of this issue as 0.6.7.
I am getting the below error when ran on macOS
python version - 3.7.7 screeninfo version - 0.6.1 macOS catalina version - 10.15.3 (19D76)