kershner / screenBloom

Fake Ambilight for Philips Hue via Python
http://www.screenbloom.com
329 stars 48 forks source link

IndexError: list index out of range error on start #112

Open rejhgadellaabsl opened 2 years ago

rejhgadellaabsl commented 2 years ago

Hi,

We've been using ScreenBloom without problems for a while, but for some reason we've suddenly gotten a fairly consistent error when we try to launch ScreenBloom on Windows startup.

The traceback points to line 131 of sc_controller.py:

bbox = getDisplayRects()[int(display_index)]

Information:

Is it possible that ScreenBloom tries to get the 2nd display before Windows has detected it?

image