Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,everytime I try to call update_netconf() on any object from inventory, I get the following error:>>> pe1=service.inventory['pe1']>>> res = pe1.update_netconf().wait()>>> res.result.resultTraceback (most recent call last):File "<stdin>", line 1, in...
I get the same traceback even after updating (both service and client) to latest version 1.6.6:Traceback (most recent call last):File "<stdin>", line 1, in <module>File "<frozen radkit_client.sync.from_async.autowrap>", line 250, in __get__File "<fro...
Just updated to 1.6.5 (both service and client) and the result is the same:Traceback (most recent call last):File "<stdin>", line 1, in <module>File "<frozen radkit_client.sync.from_async.autowrap>", line 252, in __get__File "<frozen radkit_client.sy...