You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I notice when you add more than 8 colors under the fading menu (Like a spectrum wave, but with only one color), the program crashes. I have attached the popup error. Upon selecting "Okay" the program exits.
An unhandled exception has occurred
----------------------------------------
<class 'ValueError'>:
byte must be in range(0, 256)
----------------------------------------
File "C:\Users\\AppData\Local\hue_plus\pkgs\hue_plus\hue_ui.py", line 640, in applyFunc
self.indexApply[self.presetModeWidget.currentIndex()]()
File "C:\Users\\AppData\Local\hue_plus\pkgs\hue_plus\hue_ui.py", line 380, in fadingApply
hue.fading(ser, 0, self.getChannel(), self.getColors(self.fadingList), speed)
File "C:\Users\\AppData\Local\hue_plus\pkgs\hue_plus\hue.py", line 450, in fading
command = create_command(ser, channel, color, "fading", 0, 0, 0, speed)
File "C:\Users\\AppData\Local\hue_plus\pkgs\hue_plus\hue.py", line 374, in create_command
command = bytearray(command)
Windows v1.4.5
The text was updated successfully, but these errors were encountered:
Hello,
I notice when you add more than 8 colors under the fading menu (Like a spectrum wave, but with only one color), the program crashes. I have attached the popup error. Upon selecting "Okay" the program exits.
Windows v1.4.5
The text was updated successfully, but these errors were encountered: