OpenHWControl
OpenHWControl copied to clipboard
openhwcontrol does not start
Greetings, just trying out openhwcontrol to see whether it works with my Kraken X62 under Linux Mint 19.0. After installing the dependencies and openhwcontrol itself via pip3 I try to start openhwcontrol as root and am presented with the following error:
An unhandled exception has occurred
----------------------------------------
<class 'AttributeError'>:
module 'hue_plus.hue' has no attribute 'profile_list'
----------------------------------------
File "/usr/local/bin/openhwcontrol", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.6/dist-packages/openhwcontrol/ui.py", line 64, in main
form = MainWindow()
File "/usr/local/lib/python3.6/dist-packages/openhwcontrol/ui.py", line 162, in __init__
self.profileListFunc()
File "/usr/local/lib/python3.6/dist-packages/openhwcontrol/ui.py", line 1209, in profileListFunc
if hue.profile_list():
Any remedy?
Same issue here on Pop!_OS 18.10.
Another oddity, running hue profile list gives me a very similar error:
Traceback (most recent call last): File "/usr/local/bin/hue", line 11, in <module> sys.exit(main()) File "/usr/local/lib/python3.6/dist-packages/hue_plus/hue.py", line 152, in main profile_list() NameError: name 'profile_list' is not defined
+1