dewgenenny / ScreenSync

ScreenSync is a python utility to synchronise current displayed screen colour with a RGB LED strip using a 'Magic Home' type controller
MIT License
22 stars 4 forks source link

Variable Scanner not declarated #4

Open fdelfranco opened 1 year ago

fdelfranco commented 1 year ago

https://github.com/dewgenenny/ScreenSync/blob/134fc21dccd176719047b3b5ece8dae9e8d0bf0a/screensync.py#L205

scanner is not declarated

L8Black commented 1 year ago

same

Traceback (most recent call last): File "screensync.py", line 201, in connectLED File "flux_led\device.py", line 43, in init File "flux_led\device.py", line 47, in setup File "flux_led\sock.py", line 30, in _retry_wrap File "flux_led\device.py", line 61, in connect socket.gaierror: [Errno 11001] getaddrinfo failed

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "screensync.py", line 264, in File "screensync.py", line 205, in connectLED NameError: name 'scanner' is not defined