Problems with getProjectArea
- Dominant language
- Python
- Stars
- 40
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
`Traceback (most recent call last):
File "path", line 41, in
myclient.getProjectArea(projectarea_name, archived=False, returned_properties=None)
File "path", line 183, in getProjectArea
projectarea_name=projectarea_name)
File "path", line 212, in _getProjectAreas
filter_rule=filter_rule)
File "path", line 1371, in _get_paged_resources
entries = (raw_data.get("oslc_cm:Collection")
AttributeError: 'NoneType' object has no attribute 'get'`
Do you know what may be the cause of this problem, when I want to use :
`myclient = RTCClient(url, username, password,ends_with_jazz=True)
myclient.getProjectArea(projectarea_name, archived=False, returned_properties=None)`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.