OpenSourceLAN / better-srcds-log-parser

A srcds (CS:GO, TF2, etc) log parser that works
Other
23 stars 6 forks source link

CS:GO Unknown Types #4

Open strafe opened 3 years ago

strafe commented 3 years ago
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'
}
shulinnn commented 3 years ago
Invalid date:  
UnknownType {
  Time: Moment<Invalid date>,
  Content: '',
  Type: 'Unknown'
}

Got this , any fix to it?

sirsquidness commented 3 years ago

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

shulinnn commented 3 years ago

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