FrameworkComputer / qmk_hid

Commandline tool for interacting with QMK devices over HID
BSD 3-Clause "New" or "Revised" License
49 stars 5 forks source link

Python GUI crashes on any action #33

Open j2kun opened 5 months ago

j2kun commented 5 months ago

E.g.

Traceback (most recent call last):
  File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 739, in <module>
    main()
  File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 325, in main
    set_rgb_u8(dev, RGB_MATRIX_VALUE_EFFECT, effect)
  File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 559, in set_rgb_u8
    send_message(dev, CUSTOM_SET_VALUE, msg, 0)
  File "/home/jeremy/macropad/python/qmk_hid/gui.py", line 547, in send_message
    debug_print("Error: ", ex)
TypeError: debug_print() takes from 0 to 1 positional arguments but 2 were given
JohnAZoidberg commented 2 months ago

Should be fixed by #36