Jump to content
McKay Development

Recommended Posts

Posted
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)

 

Posted

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.

Posted (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 by alohacara

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...