rektbot Posted March 22, 2017 Report Posted March 22, 2017 This issue arose only after updating steam-user with NPM; and i suspect it updated binarykvparser as a dependency. Key is successfully redeemed however throws this error BEFORE successful confirmation. /home//accounts/accounts/node_modules/binarykvparser/index.js:74 throw new Error("Unknown KV type " + type + " encountered at offset " + offset[0]); ^ Error: Unknown KV type 10 encountered at offset 106 at Object.exports.parse (/home//accounts/accounts/node_modules/binarykvparser/index.js:74:11) at Object.exports.parse (/home//accounts/accounts/node_modules/binarykvparser/index.js:49:21) at /home//accounts/accounts/node_modules/steam-user/components/apps.js:463:38 at Object.cb (/home//accounts/accounts/node_modules/steam-user/components/messages.js:152:4) at CMClient._netMsgReceived (/home//accounts/accounts/node_modules/steam-client/lib/cm_client.js:276:26) at CMClient.handlers.(anonymous function) (/home//accounts/accounts/node_modules/steam-client/lib/cm_client.js:386:8) at CMClient._netMsgReceived (/home//accounts/accounts/node_modules/steam-client/lib/cm_client.js:260:24) at emitOne (events.js:96:13) at TCPConnection.emit (events.js:188:7) at TCPConnection._readPacket (/home//accounts/accounts/node_modules/steam-client/lib/tcp_connection.js:73:7) Quote
Dr. McKay Posted March 22, 2017 Report Posted March 22, 2017 This issue arising after updating is merely a coincidence. It appears that in today's Steam maintenance, Valve added a new binary KV node type. Please run npm update and let me know if that doesn't fix it. Quote
rektbot Posted March 22, 2017 Author Report Posted March 22, 2017 Thanks - I'll try again and advise. Quote
alohacara Posted March 23, 2017 Report Posted March 23, 2017 (edited) Just as a heads up to anyone else running into this issue: I had to manually do npm install binarykvparser as npm update didn't do anything. Works fine again, thanks. Edited March 23, 2017 by alohacara Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.