I've today attempted to install INDI webserver. (Rpi 3, Raspian, all dependances and OS have been updated). The install instructions have been followed, and errored on a manual startup of the server, see error listing below. looks to me like there is a error in the install script?
pi@raspberrypi:~/servermanager $ python drivermanager.py
Traceback (most recent call last):
File "drivermanager.py", line 5, in <module>
from parsedrivers import driversList, findDriverByLabel, DeviceDriver
File "/home/pi/servermanager/parsedrivers.py", line 25, in <module>
for file in os.listdir(INDIDataDir):
OSError: [Errno 2] No such file or directory: '/usr/share/indi/'
pi@raspberrypi:~/servermanager $ python drivermanager.py
Traceback (most recent call last):
File "drivermanager.py", line 5, in <module>
from parsedrivers import driversList, findDriverByLabel, DeviceDriver
File "/home/pi/servermanager/parsedrivers.py", line 25, in <module>
for file in os.listdir(INDIDataDir):
OSError: [Errno 2] No such file or directory: '/usr/share/indi/'