When trying to create my client (which works fine directly with the generic OpenDXL client), I get the following:
Traceback (most recent call last):
/opendxl-irflow-client/sample/basic/irflow_create_alert.py", line 25, in <module>
with IRFlowApiClient(config) as client:
AttributeError: __enter__
My understanding is that if I'm inheiriting the base dxl bootstrap client, this should work (since __enter__ should be available)
The two files involved are:
https://github.com/Syncurity/o…er/irflowclient/client.py
and
https://github.com/Syncurity/o…ic/irflow_create_alert.py
Any ideas what would cause this?