Tufin / pytos

A Python SDK for Tufin Orchestration Suite
https://www.tufin.com
Apache License 2.0
55 stars 21 forks source link

ERROR - xml - TUFIN_PS_XML - Line 91 - Could not find XML element using XPath expression 'owner' under XML node '<Element 'application'> #38

Closed rkorzeniewski closed 4 years ago

rkorzeniewski commented 4 years ago

I'm working on Tufin automation integration and I have the following error when trying to simple list Secure Application:

ERROR - xml - TUFIN_PS_XML - Line 91 - Could not find XML element using XPath expression 'owner' under XML node '<Element 'application' at 0x7f57805e1b88>'
ERROR - test1 - TUFIN_PS_COMMON - Line 29 - Could not find XML element using XPath expression 'owner' under XML node '<Element 'application' at 0x7f57805e1b88>'

The code:

(...)
sa = Secure_App_Helper(HOST, (USER, PASSWD))
datalist = sa.get_application_list()
(...)

Tufin version I'm working on is: SecureChange Version: 19.2 HF3

rkorzeniewski commented 4 years ago

Works now. Thanks. I'll close it now.