We receive the following unexpected response:
[
{
"ID": 525729497,
"Type": "Error",
"Text": "JSON Converter Token Type error: Expected 'PRIMITIVE' for key 'ID' Received 'PRIMITIVE'",
"Debug": {
"File": "/local/jenkins/workspace/RTDSHotFixCore_Release/OS/OL7-64/esdk/source/rtsdk/Cpp-C/Eta/Impl/Converter/jsonToRwfSimple.C",
"Line": 348,
"Offset": 6,
}
}
]
We found that it was caused by the field, ID, we sent in login request:
ID in our request was 64bits. But it seemed that your system can only recognize 32bits.
It was really confusing that we has been sending 64bits for a long time and never occur this Error msg.
So I want to know if your system has been updated recently?