I've cloned this and yet i see an issue with importing lines
from get_resource_directory import get_resource_directory
i have tried to run reboot_server. py
got this error.
at output
++++++++++++++++++++++++++++++++++++++++++++++++++++=
Traceback (most recent call last):
File "C:/Users/503144060/PycharmProjects/python-ilorest-library-master/examples/Redfish/reboot_server.py", line 97, in
reboot_server(REDFISHOBJ)
Found resource directory at /redfish/v1/resourcedirectory
File "C:/Users/503144060/PycharmProjects/python-ilorest-library-master/examples/Redfish/reboot_server.py", line 44, in reboot_server
Hi,
I've cloned this and yet i see an issue with importing lines
from get_resource_directory import get_resource_directory
i have tried to run reboot_server. py
got this error.
at output ++++++++++++++++++++++++++++++++++++++++++++++++++++= Traceback (most recent call last): File "C:/Users/503144060/PycharmProjects/python-ilorest-library-master/examples/Redfish/reboot_server.py", line 97, in
reboot_server(REDFISHOBJ)
Found resource directory at /redfish/v1/resourcedirectory
File "C:/Users/503144060/PycharmProjects/python-ilorest-library-master/examples/Redfish/reboot_server.py", line 44, in reboot_server
UnboundLocalError: local variable 'systems_uri' referenced before assignment