aliyun / aliyun-tablestore-nodejs-sdk

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

TypeError: Cannot read property 'length' of null #48

Open a295574220 opened 3 years ago

a295574220 commented 3 years ago

client .listTable({}, function (err, data) { if (err) { console.log('error:', err); return; } console.log('success:', data); });

======================================= error: TypeError: Cannot read property 'length' of null at d (tablestore-js-sdk-4.0.9.min.js:1) at y.setHMACKey (tablestore-js-sdk-4.0.9.min.js:1) at Object.hmac (tablestore-js-sdk-4.0.9.min.js:1) at Signer.sign (tablestore-js-sdk-4.0.9.min.js:1) at Signer.addAuthorization (tablestore-js-sdk-4.0.9.min.js:1) at Request.SIGN (tablestore-js-sdk-4.0.9.min.js:1) at Request.callListeners (tablestore-js-sdk-4.0.9.min.js:1) at Request.emit (tablestore-js-sdk-4.0.9.min.js:1) at Request.emit (tablestore-js-sdk-4.0.9.min.js:1) at Request.transition (tablestore-js-sdk-4.0.9.min.js:1)