oracle / oracle/oci-python-sdk
SoftwareSourceClient' object has no attribute 'get_work_request'
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 474
- Forks
- 321
- Avg merge
- 23m
- Merged PRs (30d)
- 4
Description
Hey All,
I am having the below issue:
File "/usr/local/lib/python3.10/dist-packages/oci/os_management_hub/software_source_client_composite_operations.py", line 101, in create_software_source_and_wait_for_state self.client.get_work_request(wait_for_resource_id),
AttributeError: 'SoftwareSourceClient' object has no attribute 'get_work_request'
I have updated the OCI package to the most recent and this issue still persists
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in oci/os_management_hub/software_source_client_composite_operations.py at line 101 and inspect the SoftwareSourceClient API used by create_software_source_and_wait_for_state. Reproduce the reported AttributeError with the current OCI package, then determine the supported work-request lookup path and verify that this operation completes without the missing-method failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100