I write a test record and I can read it using the ascli tool , the record as below:
('test', 'orm-test', None, bytearray(b'\x06\x99\xb0\xba\x8f\x94l\xf0\x01\x9ft\x00\xbaI\xd5\xe6\x11\xe3\x06\xb4')) {'gen': 1, 'ttl': 2561000} {'ORM_String': '44', 'ORM_Inner': {'Inner_float64': 4593556327767445235, 'Inner_int': 11, 'Inner_string': '11'}, 'ORM_Bytes': [54, 54], 'ORM_Map': {'k2': 2, 'k1': 1}, 'ORM_Int': 33, 'aliasField': '55', 'ORM_List': ['l1', 'l2'], 'ORM_Float64': 4607738388174016296, 'ORM_Bool': 1}
But with the Command-Line Utility (cli), I got error:
Transaction did not complete for some reason: unpack_from requires a buffer of at least 151 bytes
Marking bad: BB998DEDB722AB8 ('127.0.0.1', 3000)
cluster says: no good hosts, really
failing request because no good hosts
no data retrieved
0
testobj
Namespace(bin='', digest_base16=False, digest_base64=False, host='127.0.0.1', integer_key=False, key='testobj', namespace='test', operand='get', password=None, port=3000, recordttl=None, set='orm-test', target='127.0.0.1:3000', user=None, value=None, verbose=False)
Any fix on this?