-
Notifications
You must be signed in to change notification settings - Fork 18
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
hue-plus wont start #36
Comments
What is the command that you're using to run it? |
i have "hue &" in my openbox autostart which used to work fine it doesnt run on autostart so i get the aforementioned output from running "sudo hue" in the terminal (running without sudo says it doesnt have permission to access the ports) i didn't mention it in the OP because they seem unrelated, but since hue-plus stopped working after i upgraded packages "libnghttp2" and "tslib" it might be worth mentioning after all. |
Same issue on Ubuntu 18.04. running command
|
I looked into the code, and realized the mistake I made. hue, is the command line mode. Which is pretty cool, but I wasn't aware (I'm sure there's something documenting it, but I didn't read it). So, when I typed in |
hey there, i'm getting a traceback error when trying to run your script
Traceback (most recent call last):
File "/usr/bin/hue", line 11, in
sys.exit(main())
File "/usr/lib/python3.6/site-packages/hue_plus/hue.py", line 156, in main
raise InvalidCommand("No such mode")
hue_plus.hue.InvalidCommand: No such mode
uname -a
Linux amala 4.16.3-1-ARCH #1 SMP PREEMPT Thu Apr 19 09:17:56 UTC 2018 x86_64 GNU/Linux
i'm not sure what other information to provide, please let me know.
The text was updated successfully, but these errors were encountered: