Antalis
Antalis
Hi, Same problem as indicated in issue n°#210 for iLO2 , can you modifiy in hpilo.py : ``` patch - return self._element_children_to_dict(etree.fromstring(data)) + return self._element_children_to_dict(etree.fromstring(data.lstrip())) ``` Thx.
In Python 3.7 , with ilo.xmldata(item='cpqkey')['key'] (hpilo version4.3) on iLO2, i have this issue : socket error XXX.XXX.XXX.XXX : (SSLError(1, '[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:1056)'),) That sounds...
Hi, Same problem as indicated at the end of issue n°#95 (Jan 2016) for iLO2 , can you modifiy, in hpilo.py : ``` patch - return self._element_children_to_dict(etree.fromstring(data)) + return self._element_children_to_dict(etree.fromstring(data.lstrip()))...
###### Organizr Version: V 2.1.2490 ###### Branch: Master ###### WebServer: Nginx ###### Operating System: Docker container (with Alpine) ##### Problem Description: The 2 default marketplaces (customize & plugins) are not...