Hey Fred, I think i've found the issue.
i compared your client to the official python one (cvprac) and I saw how they set these two variables:
'containerName' : parent_name,
'containerId' : parent_key,
in your case, you statically set the parent key to 'root'. Are you accepting pull requests?
Hey Fred, I think i've found the issue. i compared your client to the official python one (cvprac) and I saw how they set these two variables: 'containerName' : parent_name, 'containerId' : parent_key, in your case, you statically set the parent key to 'root'. Are you accepting pull requests?