Hello!
I have a problem getting my pischedule running. I have configured everything but when trying to start it, I get the following error:
What am I doing wrong??
Another thing that I noticed today:
The documentation site does not work anymore. The link is not functioning:
Link
I have a problem getting my pischedule running. I have configured everything but when trying to start it, I get the following error:
Code:
root@raspberrypi:/home/pi/pischedule# python piSchedule.py piSchedule.ini
Traceback (most recent call last):
File "piSchedule.py", line 52, in <module>
import piWeb
File "/home/pi/pischedule/piWeb.py", line 18, in <module>
responses = piDiscover.piDiscover("urn:schemas-upnp-org:service:pilight:1");
File "/home/pi/pischedule/piDiscover.py", line 84, in piDiscover
return [server, getPrefs(), error]
File "/home/pi/pischedule/piDiscover.py", line 35, in getPrefs
prefs['port_pilight'] = piPrefs['settings']['webserver-port']
KeyError: 'settings'
What am I doing wrong??
Another thing that I noticed today:
The documentation site does not work anymore. The link is not functioning:
Link