Client.py has an bug
- Dominant language
- Python
- Stars
- 40
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
2026-01-20 16:08:43.962 [warning] [server stderr] File "/home//.venv/lib/python3.13/site-packages/rtcclient/client.py", line 1509, in _get_paged_resources
2026-01-20 16:08:43.962 [warning] [server stderr] entries = (raw_data.get("oslc_cm:Collection").get(
2026-01-20 16:08:43.962 [warning] [server stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2026-01-20 16:08:43.962 [warning] [server stderr] AttributeError: 'NoneType' object has no attribute 'get'
I tried to print the raw_data dictionary. I cannot see the Collection attribute or keyword.
Due to that, we always end up with 'NoneType' Object error.
Could someone support here to fix the bug here?
Is there any other way to interact with the RTC/CCM other than this python library
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.