DMTF / Redfish-Event-Listener

The Redfish Event Listener is a lightweight HTTPS server that can be deployed to read and record events from Redfish services.
Other
31 stars 17 forks source link

Fail to create a subscription #20

Closed vincent-tang1 closed 2 years ago

vincent-tang1 commented 2 years ago

from tag 1.1.1, start from execution file, it will appear below error

Traceback (most recent call last): File "/root/Redfish-Event-Listener-1.1.1/RedfishEventListener_v1.py", line 260, in my_ctx.login(auth=logintype.tolower()) AttributeError: 'str' object has no attribute 'tolower'

not sure if "tolower()" function should replace as "lower()", or we should use specific python version to support it ? after made simple test to replace it to "lower()", as result, it is workable. thanks your attention

mraineri commented 2 years ago

You're certainly correct; we'll get a fix out ASAP.