Describe the bug
The application does not launch successfully, instead showing the following error messages:
Every launch attempt showed this message:
Unhandled runtime exception: Traceback (most recent call last):
File "lifx_control_panel\__main__.pyw", line 335, in main
File "lifx_control_panel\__main__.pyw", line 101, in __init__
File "lifx_control_panel\__main__.pyw", line 190, in scan_for_lights
File "lifxlan\frames.py", line 93, in __init__
File "lifxlan\frames.py", line 148, in _get_light_info
AttributeError: 'Device' object has no attribute 'get_color'
Please report this at:
https://github.com/samclane/lifx_control_panel/issues
To Reproduce
Steps to reproduce the behavior:
Download v2.3.1 (latest) lifx_control_panel.exe from release
Open executable
See error
Expected behavior
I'd expect the application to simply launch/open, but it errors out. When ok is pressed, both the error window and the purple splashscreen close. Running the executable with administrator rights does not do anything.
Screenshots
Primary error I was seeing
I saw this error once also, but couldn't get it to appear a second time, so not sure what that one was caused by
I saw this error once also, but couldn't get it to appear a second time, so not sure what that one was caused by
Desktop (please complete the following information):
Lifx-Control-Panel Version: 2.3.1
OS: Windows 10 Home Build 19045.3324
Please attach your logfile (lifx-control-panel.log)
No log files was generated, however I logged the output of the debug version of the release to the same filename which I provide here. This seems to indicate that the code does not cater to non-light devices (in this case, a LIFX switch), and doesn't fail gracefully.
Describe the bug The application does not launch successfully, instead showing the following error messages:
Every launch attempt showed this message:
To Reproduce Steps to reproduce the behavior:
Expected behavior I'd expect the application to simply launch/open, but it errors out. When
ok
is pressed, both the error window and the purple splashscreen close. Running the executable with administrator rights does not do anything.Screenshots
Primary error I was seeing
I saw this error once also, but couldn't get it to appear a second time, so not sure what that one was caused by
I saw this error once also, but couldn't get it to appear a second time, so not sure what that one was caused by
Desktop (please complete the following information):
Please attach your logfile (lifx-control-panel.log) No log files was generated, however I logged the output of the debug version of the release to the same filename which I provide here. This seems to indicate that the code does not cater to non-light devices (in this case, a LIFX switch), and doesn't fail gracefully.
lifx-control-panel.log
Additional context None.