-
Notifications
You must be signed in to change notification settings - Fork 41
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
KeyError: 'pwm1_min' #33
Comments
I also have the exact same error. @chestm007 Any idea what could be the problem here? Thanks. |
I believe this is because the code assumes all cards support that item in the Code needs a change to fail gracefully in such cases - preferably to ignore cards which don't have the right endpoints. |
Better workaround:
This is enough to make it ignore card1, the built-in graphics. Solved the issue for me immediately. |
Same error with gcn1 card |
Installed the lasted version from GitHub, but got this:
Also tried all the pull request versions and got the same error.🌚
The text was updated successfully, but these errors were encountered: