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
Initial setup is OK but this happens when trying to run the software after the initial setup:
Traceback (most recent call last):
File "/usr/bin/huetui", line 8, in <module>
r = Root(5, 4, "Hue TUI", b, c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/huetui/frontend/root.py", line 13, in __init__
MainWindow(root, bridge, config)
File "/usr/lib/python3.11/site-packages/huetui/frontend/main_window.py", line 179, in __init__
self.light_menu = self.master.add_light_menu("Lights", 1, 0, 2, 2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/huetui/frontend/main_window.py", line 50, in add_light_menu
new_light_menu = LightMenu(
^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/huetui/frontend/lights_menu.py", line 64, in __init__
xrdb_colors = get_xrdb_colors()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/huetui/frontend/utils.py", line 29, in get_xrdb_colors
"black": colors[0],
~~~~~~^^^
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hey 👋🏼
Can you provide me with the output of xrdb -query on your system?
I think this bug may occur, when xrdb is installed, but no colors are set in .Xresources.
Initial setup is OK but this happens when trying to run the software after the initial setup:
The text was updated successfully, but these errors were encountered: