Closed TristanFAURE closed 10 months ago
I do not have 2304, but maybe there is a way to detect the amount of required properties and just add one if needed.
I'm not really an expert about SOAP API capabilities, a work around I found is doing a GET on the index and grep on the buildid for instance : buildId=20230416-1128-2304-b065e427 That could be a way to provide a function that returns the version of the instance ... ? edit: we can also catch the exception and retry with the other call if it happens
I did not realized a pull request identified this issue : https://github.com/jesper-raemaekers/python-polarion/pull/125
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Hello on Polarion version 2304 the export PDF function raises the error : File "/Users/tristan.faure/Library/Python/3.9/lib/python/site-packages/zeep/xsd/elements/element.py", line 226, in render self.validate(value, render_path) File "/Users/tristan.faure/Library/Python/3.9/lib/python/site-packages/zeep/xsd/elements/element.py", line 284, in validate raise exceptions.ValidationError( zeep.exceptions.ValidationError: Missing element repeatTableHeaders (exportDocumentToPDF.exportPdfProperties.repeatTableHeaders)
The error is fixed if i change in document.py
to (change in call of PdfProperties)
Did somebody have the same issue ?