kusti8 / OpenHWControl

A cross platform open source tool to control NZXT components easily through software
GNU General Public License v3.0
53 stars 3 forks source link

openhwcontrol does not start #9

Open evilphish opened 6 years ago

evilphish commented 6 years ago

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?

djhorine commented 5 years ago

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

sefatunckanat commented 5 years ago

+1 Screen Shot 2019-05-22 at 21 52 12