HewlettPackard / python-ilorest-library-old

Python library for iLO RESTful API
Apache License 2.0
88 stars 65 forks source link

Issue after putting HPrest_chif.so file #19

Closed vinantip closed 7 years ago

vinantip commented 7 years ago

**"This issue is coming after version 1.4.0" It working fine till 1.4.0.

Please fix this as this comes for inband communication**

AttributeError: /root/python-ilorest-library/examples/Rest/hprest_chif.so: undefined symbol: size_of_responseHeaderBlob Traceback (most recent call last): File "/usr/local/lib/python2.7/logging/init.py", line 877, in emit self.flush() File "/usr/local/lib/python2.7/logging/init.py", line 837, in flush self.stream.flush() IOError: [Errno 9] Bad file descriptor Logged from file v1.py, line 959

LumbaJack commented 7 years ago

@vinantip I have updated the download links. Please retry with latest version.

vinantip commented 7 years ago

thank you for the quick update on the changed links. Now though the value is coming as fine still there is one error which comes attached to it EXAMPLE 30: Report PowerMetrics Average Watts AverageConsumedWatts = 32 watts over a 20 minute moving average Traceback (most recent call last): File "/usr/local/lib/python2.7/logging/init.py", line 877, in emit self.flush() File "/usr/local/lib/python2.7/logging/init.py", line 837, in flush self.stream.flush() IOError: [Errno 9] Bad file descriptor Logged from file v1.py, line 959

LumbaJack commented 7 years ago

@vinantip I tried to reproduce but I wasn't able to reproduce this issue. Can you share some details of your current setup so I can try to reproduce this here.

LumbaJack commented 7 years ago

Closing since the issue is not able to be reproduced.