aliyun / aliyun-tablestore-nodejs-sdk

Aliyun TableStore(原OTS) SDK for Node.js
Apache License 2.0
88 stars 33 forks source link

getRange throw Checksum mismatch error #8

Closed kittencup closed 7 years ago

kittencup commented 7 years ago
const hashUserId = AliTableStore.getPrimaryKey(String(8));
    const userId = Long.fromNumber(8);
    const params = {
      tableName: 'devices',
      direction: TableStore.Direction.FORWARD,
      inclusiveStartPrimaryKey: [{
        hashUserId,
        userId,
        id: TableStore.INF_MIN
      }],
      exclusiveEndPrimaryKey: [{
        hashUserId,
        userId,
        id: TableStore.INF_MAX
      }]
    };
    const data = await instance.getRange(params);
    console.log(data.rows);
boxiaowpl commented 7 years ago

您好,麻烦加一下我的钉钉:13607495420(伯箫),也欢迎加入TableStore公开交流群:11789671。 这个问题需要提供accessid和accesskey在我这边重现才行。

boxiaowpl commented 7 years ago

已经修复了这个问题,请知晓。