Di Xu
Di Xu
@arun017 Have you cut off the response content. I want to know more from the response content.
@kevinhe2017 Can you try to set `_allow_redirects=True` in [client.py#L79-L83](https://github.com/dixudx/rtcclient/blob/master/rtcclient/client.py#L79-L83). Just hard code it to `True` (modify client.py) to see what will happen.
@kevinhe2017 What's your RTC server version?
This library has not been fully tested against 6.0.4 yet. Seems the login url has slightly got changed. @kevinhe2017 Would you please help fix this? Thanks in advance.
@kevinhe2017 Seems you just describe your fix in the PR description. Would you please finalize them into codes? Thanks so much.
> in _get_paged_resources entries = (raw_data.get("oslc_cm:Collection") AttributeError: 'NoneType' object has no attribute 'get' Seems the raw_data here is none. @krzeelzb Have you provided the right login info? It seems the...
> Could it be because of bad url? Yeah, probably. This url is not random. It normally is something like `https://your_domain:9443/jazz`.
@krzeelzb What does your url look like? And please enable debug logging mode. ```python >>> from rtcclient import RTCClient # you can remove this if you don't need logging #...
@waltercmg You have specified an empty title, which is invalid or not supported. The `title` here is for your new workitem.
@ameyyadav09 Thanks for your PR. This bug is duplicate with #95, which has already been fixed.