Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Antalis opened this issue Mar 29, 2021 · 0 comments

Comments

@Antalis
Copy link

Antalis commented Mar 29, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant