-
Notifications
You must be signed in to change notification settings - Fork 7
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
ConfigParser.NoSectionError #1
Comments
Hey! I believe the problem was just that the default config file didn't follow the most recent format. I updated it and the error that you posted should be fixed. I can't test it right now because I don't have any lights plugged in, so can you tell me if everything works? Thanks! |
web_server.py now works, thanks :] If its needed Ill create next issue later (and upload some screens). |
I seem to have neglected generate.py after making changes to the range system. i updated it to work with simple sections of lights, but not zones, which are groups of sections. I will do that when I get a setup to test on. |
Does everything work for you now? |
yup, now it's working. issue resolved :) thank you for help. I had problem with uploading jsons also (had to copy-paste manually its contents, and del some commas and brackets to make it work). I'm wraping my head around api-ap now. |
I cant make it work.

Tried on Pi3B Xubuntu and Raspbian (latest versions).
Im getting errors trying run web_server.py.
Probably its something with "commands" module, which is depreciated since Python 2.6 (I'm on 2.7).
https://docs.python.org/2/library/commands.html
The text was updated successfully, but these errors were encountered: