Hi. I am attempting to use the OpenDXL TIE Python client and when I try to set a TIE reputation I am receiving the error:
dxlclient.exceptions.WaitTimeoutException: Timeout waiting for response to message
Any thoughts?
Hi. I am attempting to use the OpenDXL TIE Python client and when I try to set a TIE reputation I am receiving the error:
dxlclient.exceptions.WaitTimeoutException: Timeout waiting for response to message
Any thoughts?
This typically occurs when the client does not have permission to invoke a method exposed by a service (in this particular case, set reputation).
This particular error is discussed in the FAQ for the TIE client:
https://github.com/opendxl/ope…/FAQ#waittimeoutexception
This typically occurs due to the Python client not having permission to send messages to the
/mcafee/service/tie/file/reputation/settopic (for files) and the
/mcafee/service/tie/cert/reputation/settopic (for certificates
Hope this helps.
Chris