Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python GUI crashes on any action #33

Open
j2kun opened this issue May 26, 2024 · 1 comment
Open

Python GUI crashes on any action #33

j2kun opened this issue May 26, 2024 · 1 comment

Comments

@j2kun
Copy link

j2kun commented May 26, 2024

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
Copy link
Member

Should be fixed by #36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants