SureshRIS
SureshRIS
@dixudx or @gpongelli any other ideas how to solve it. would be helpful
@dixudx I installed rtcclient with 0.9.0 and then i downgraded the xmltodict to 0.12.0 and i got the following warning/error while downgrading `rtcclient 0.9.0 has requirement xmltodict=0.13.0, but you'll have...
Okay, i also tried the possibility with rtcclient with 0.9.0 and xmltodict to 0.13.0 , but still i only get the RDF links (when accessing any attribute) {'@rdf:resource': 'https://rb-almcom/jts/users/AEJ34JR'} ->...
i also reffered issue #160 and i changed the following in client.py `if isinstance(entries, OrderedDict): ` to `if isinstance(entries, dict): ` it works then, but i tried the xmltodict downgrading...