Krückel Oliver replied to the topic 'INDI Web Manager' in the forum. 8 years ago

Hello,

if I like to start the INDI Web Manager, I get this error:

Parsing XML file: /usr/share/indi/indi_tess.xml
Traceback (most recent call last):
File "./servermanager.py", line 4, in <module>
from parsedrivers import driversList
File "/home/krueckel/Daten/Programme/Astronomie/INDI_Astronomical_Control_Protocol/INDI Web Manager/indiwebmanager-master/servermanager/parsedrivers.py", line 35, in <module>
family = group.attrib
KeyError: 'group'

My solution is to add 3. Lines to the xml file:
at the top:
<?xml version="1.0" encoding="UTF-8"?>
<driversList>

and at the bottom:
</driversList>

I add this at this xml files:
/usr/share/indi/indi_duino.xml
/usr/share/indi/indi_ffmv.xml
/usr/share/indi/indi_miccd.xml
/usr/share/indi/indi_qhy.xml
/usr/share/indi/indi_tess.xml

after this modifications, the Manager starts.

I hope my modifications are correct! As far as I can see, it works all right.

my environment:
HW: Intel Platform
opensuse Leap 42.1
libindi and 3rdparty are compiled from the svn source (05/20/2016):
INDI Library: 1.2.0
Code $Rev: 2758 $. Protocol 1.7.

regards Oliver

Read More...