After update to v 2.1.1, got this error
this happens after loggedOn event
and
client.steamID.getSteam3RenderedID()
client.setPersona(SteamUser.EPersonaState.Online);
client.gamesPlayed(730);
error: Error: Unknown KV type 48 encountered at offset 7
at Object.exports.parse (/home/path_to/binarykvparser/index.js:73:11)
at /home/path_to/node_modules/steam-user/components/apps.js:116:36
at Array.forEach (native)
at /home/path_to/steam-user/components/apps.js:112:26
at Object.cb (/path_to/steam-user/components/messages.js:152:4)
at CMClient._netMsgReceived (/home/path_to/steam-client/lib/cm_client.js:276:26)
at CMClient.handlers.(anonymous function) (/home/path_to/steam-client/lib/cm_client.js:386:8)
at CMClient._netMsgReceived (/home/path_to/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/path_to/steam-client/lib/tcp_connection.js:73:7)
at emitNone (events.js:86:13)
at TCPConnection.emit (events.js:185:7)
at emitReadable (_stream_readable.js:432:10)
at emitReadable (_stream_readable.js:426:7)
at readableAddChunk (_stream_readable.js:187:13)
After update to v 2.1.1, got this error
this happens after loggedOn event
and
error: Error: Unknown KV type 48 encountered at offset 7
at Object.exports.parse (/home/path_to/binarykvparser/index.js:73:11)
at /home/path_to/node_modules/steam-user/components/apps.js:116:36
at Array.forEach (native)
at /home/path_to/steam-user/components/apps.js:112:26
at Object.cb (/path_to/steam-user/components/messages.js:152:4)
at CMClient._netMsgReceived (/home/path_to/steam-client/lib/cm_client.js:276:26)
at CMClient.handlers.(anonymous function) (/home/path_to/steam-client/lib/cm_client.js:386:8)
at CMClient._netMsgReceived (/home/path_to/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/path_to/steam-client/lib/tcp_connection.js:73:7)
at emitNone (events.js:86:13)
at TCPConnection.emit (events.js:185:7)
at emitReadable (_stream_readable.js:432:10)
at emitReadable (_stream_readable.js:426:7)
at readableAddChunk (_stream_readable.js:187:13)