DMTF / Redfish-Service-Validator

The Redfish Service Validator is a Python3 tool for checking conformance of any "device" with a Redfish service interface against Redfish CSDL schema
Other
40 stars 34 forks source link

Service could not be started: TypeError("redfish_client() got an unexpected keyword argument 'proxies'",) #500

Closed Ganesan149 closed 2 years ago

Ganesan149 commented 2 years ago

Getting response as

Setting up service...
Service could not be started: TypeError("redfish_client() got an unexpected keyword argument 'proxies'",)
Try running the Redfish Protocol Validator to ensure the service meets basic protocol conformance

For the following command.

python3 Redfish-Service-Validator/RedfishServiceValidator.py --ip https://ip:443 --authtype=Session -u username -p password --logdir Redfish-Service-Validator-logs/ --debugging
mraineri commented 2 years ago

Since version 2.1.5, we've updated requirements.txt to use a newer version of the Redfish Python Library (which added new proxy arguments):

redfish>=3.1.5

You can update the package with pip install -U redfish.

Ganesan149 commented 2 years ago

Now able to run redfish service validator, hence closing this issue.