better-srcds-log-parser icon indicating copy to clipboard operation
better-srcds-log-parser copied to clipboard

CS:GO Unknown Types

Open strafe opened this issue 3 years ago • 3 comments

UnknownType {
  Time: Moment<2021-03-04T11:29:16+00:00>,
  Content: '"T.w² | octavia blake<1350><STEAM_1:1:585916437><>" requested "playerinfo" (value "19761")',
  Type: 'Unknown'
}

UnknownType {
  Time: Moment<2021-03-04T11:37:38+00:00>,
  Content: '"luna<1353><STEAM_1:0:163205961><>" requested "spectatorinfo" (value "19782")',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:36:31+00:00>,
  Content: '"luna<1353><STEAM_1:0:163205961><TERRORIST>" [-6319 6533 -340] killed other "func_breakable<1009>" [-6302 6535 -285] with "bayonet"',
  Type: 'Unknown'
}

UnknownType {
  Time: Moment<2021-03-04T11:39:26+00:00>,
  Content: '"luna<1353><STEAM_1:0:163205961><TERRORIST>" [-5485 6577 -358] killed other "prop_physics<1047>" [-5490 6546 -349] with "bayonet"',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:36:32+00:00>,
  Content: '"Not Genie<1354><STEAM_1:1:544256340><>" changed role to "st6"',
  Type: 'Unknown'
}

UnknownType {
  Time: Moment<2021-03-04T11:40:04+00:00>,
  Content: '"Chuck Gumbel cs.MonkE<1355><STEAM_1:1:574179463><>" changed role to "leet"',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:37:30+00:00>,
  Content: '"T.w² | octavia blake<1350><STEAM_1:1:585916437><>" triggered "weaponstats" (weapon "ump45") (shots "11") (hits "0") (kills "0") (headshots "0") (tks "0") (damage "0") (deaths "0")',
  Type: 'Unknown'
}

UnknownType {
  Time: Moment<2021-03-04T11:37:30+00:00>,
  Content: '"tw Dog<1623><STEAM_1:0:458397635><>" triggered "weaponstats2" (weapon "hkp2000") (head "0") (chest "2") (stomach "0") (leftarm "0") (rightarm "2") (leftleg "0") (rightleg "0")',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:37:38+00:00>,
  Content: '"Not Genie<1354><STEAM_1:1:544256340><>" changed role to "phoenix"',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:38:45+00:00>,
  Content: '"Not Genie<1354><STEAM_1:1:544256340><>" located on "suicide" (position "-4155 1143 -527")',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:38:47+00:00>,
  Content: 'Starting Freeze period',
  Type: 'Unknown'
}
UnknownType {
  Time: Moment<2021-03-04T11:40:02+00:00>,
  Content: '"Chuck Gumbel cs.MonkE<1355><STEAM_1:1:574179463><>" setup "cl_language" (value "english")',
  Type: 'Unknown'
}

strafe avatar Mar 04 '21 16:03 strafe

Invalid date:  
UnknownType {
  Time: Moment<Invalid date>,
  Content: '',
  Type: 'Unknown'
}

Got this , any fix to it?

shulinnn avatar Apr 24 '21 10:04 shulinnn

I would need to see a Wireshark capture of the packet that caused it in order to know. If you can provide that I can take a look

On 24 April 2021 6:35:55 pm AWST, "Patrik Daňo" @.***> wrote:

Invalid date:  
UnknownType {
 Time: Moment<Invalid date>,
 Content: '',
 Type: 'Unknown'
}

Got this , any fix to it?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/OpenSourceLAN/better-srcds-log-parser/issues/4#issuecomment-826072333

sirsquidness avatar Apr 24 '21 12:04 sirsquidness

It happened right added right after node app.js i doubt there was a packet at all

shulinnn avatar Apr 24 '21 13:04 shulinnn