Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Wrong character death assist parsing #402

Open
mikkas70 opened this issue Nov 9, 2024 · 0 comments
Open

Bug: Wrong character death assist parsing #402

mikkas70 opened this issue Nov 9, 2024 · 0 comments

Comments

@mikkas70
Copy link

mikkas70 commented Nov 9, 2024

Character name: Bubblek
Death reason: "Assisted by Patrick Zabojca, Real Plug and Holi Inigualavel."
Exported HTML file:
bubblek.txt

Received parsing:

{
   "time":"2024-10-30T14:26:03Z",
   "level":24,
   "killers":[
      {
         "name":"Patrick Zabojca",
         "player":true,
         "traded":false,
         "summon":""
      },
      {
         "name":"Real Plug",
         "player":true,
         "traded":false,
         "summon":""
      },
      {
         "name":"Holi Inigualavel",
         "player":true,
         "traded":false,
         "summon":""
      }
   ],
   "assists":[
      
   ],
   "reason":"Assisted by Patrick Zabojca, Real Plug and Holi Inigualavel."
}

Expected parsing:

{
   "time":"2024-10-30T14:26:03Z",
   "level":24,
   "killers":[
      
   ],
   "assists":[
      {
         "name":"Patrick Zabojca",
         "player":true,
         "traded":false,
         "summon":""
      },
      {
         "name":"Real Plug",
         "player":true,
         "traded":false,
         "summon":""
      },
      {
         "name":"Holi Inigualavel",
         "player":true,
         "traded":false,
         "summon":""
      }
   ],
   "reason":"Assisted by Patrick Zabojca, Real Plug and Holi Inigualavel."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant