-
Notifications
You must be signed in to change notification settings - Fork 23
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
"3072 is not a valid ModeColors" #69
Comments
The problem is on this line openrgb-python/openrgb/utils.py Line 332 in 43c8bda
The reason for it is it's assuming that there is a limited set of openrgb-python/openrgb/utils.py Line 35 in 43c8bda
uint32 and can vary between devices.
As such that assumption on the possible
but ideally I think color_mode should be an integer. |
@trajano |
Thanks I'll see if I can do something about it in my PR but feel free to modify the PR to match. The main purpose was to make sure it does not crash. |
Erroring device is:
The text was updated successfully, but these errors were encountered: