It seems that get_document_locations is not available anymore. Here is the result when calling the method:
`project.get_document_locations()
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.11/site-packages/pylero/project.py", line 218, in get_document_locations
return self.session.tracker_client.service.getDocumentLocations(self.project_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/suds/client.py", line 327, in getattr
return getattr(port, name)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/suds/client.py", line 441, in getattr
return getattr(m, name)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/suds/client.py", line 540, in getattr
return self[name]
File "/usr/lib/python3.11/site-packages/suds/client.py", line 555, in __getitem__
raise MethodNotFound(qn)
suds.MethodNotFound: Method not found: 'TrackerWebServiceService.TrackerWebService.getDocumentLocations'`
Additionally, I checked here: https://almdemo.polarion.com/polarion/ws/services/TrackerWebService?wsdl, and I couldn't find any getDocumentLocations().
It seems that", line 1, in
File "/usr/lib/python3.11/site-packages/pylero/project.py", line 218, in get_document_locations
return self.session.tracker_client.service.getDocumentLocations(self.project_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/suds/client.py", line 327, in getattr
return getattr(port, name)
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/suds/client.py", line 441, in getattr
return getattr(m, name)
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/suds/client.py", line 540, in getattr
return self[name]
get_document_locations
is not available anymore. Here is the result when calling the method: `project.get_document_locations() Traceback (most recent call last): File "