Hi,
I found that test.py does not always work well. 1/6 times I run the test it fails on the first renew session call (nonce=1), with the error:
'{"code":"DeviceSessionSignatureInvalid","message":"device session signature error","requestId":"xxxxxxxxxxxxxxxxxxxxxxx"}'
If the first renew goes well then all the subsequent renews will go fine too.
It does not seems to be related to the private key generated, since using a fixed key it also fails only sometimes on the first renew.
It must be something we are still missing
Hi,
I found that test.py does not always work well. 1/6 times I run the test it fails on the first renew session call (nonce=1), with the error:
'{"code":"DeviceSessionSignatureInvalid","message":"device session signature error","requestId":"xxxxxxxxxxxxxxxxxxxxxxx"}'
If the first renew goes well then all the subsequent renews will go fine too.
It does not seems to be related to the private key generated, since using a fixed key it also fails only sometimes on the first renew.
It must be something we are still missing