Skip to content

Remove: get_document_locations function and docs related#143

Merged
waynesun09 merged 1 commit into
RedHatQE:mainfrom
JaneSoo:remove-get_document_locations
May 26, 2023
Merged

Remove: get_document_locations function and docs related#143
waynesun09 merged 1 commit into
RedHatQE:mainfrom
JaneSoo:remove-get_document_locations

Conversation

@JaneSoo

@JaneSoo JaneSoo commented May 26, 2023

Copy link
Copy Markdown
Contributor

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 "<stdin>", line 1, in <module> 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().

@JaneSoo JaneSoo changed the title Remove: get_document_locations functions and doc related Remove: get_document_locations function and docs related May 26, 2023
@waynesun09 waynesun09 merged commit b3fde60 into RedHatQE:main May 26, 2023
@waynesun09

Copy link
Copy Markdown
Collaborator

@JaneSoo Thanks, merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants