python-hpilo icon indicating copy to clipboard operation
python-hpilo copied to clipboard

hpilo 4.4.3 : iLO2 : XML or text declaration not at start of entity: line 2, column 0

Open Antalis opened this issue 4 years ago • 0 comments

Hi,

Same problem as indicated in issue n°#210 for iLO2 , can you modifiy in hpilo.py :

- return self._element_children_to_dict(etree.fromstring(data))
+ return self._element_children_to_dict(etree.fromstring(data.lstrip()))

Thx.

Antalis avatar Mar 29 '21 17:03 Antalis