Skip to content

bug: character death entry with summon faulty #439

@tobiasehlert

Description

@tobiasehlert

The parsing of death doesn't extract the summoners name correctly so that the killers name and summon are correctly populated in the death-entry.

Response from API:

{
  "character": {
    "character": {
      "name": "Sir Dumbas",
...
      },
      "last_login": "2025-02-02T22:39:02Z",
      "account_status": "Premium Account",
      "comment": "TB4c9a6ac59b68fef40734cffc3b507ed7"
    },
    "deaths": [
      {
        "time": "2025-02-02T23:08:13Z",
        "level": 43,
        "killers": [
          {
            "name": "fire elemental of Corruption Toxic",
            "player": true,
            "traded": false,
            "summon": ""
          }
        ],
        "assists": [],
        "reason": "Killed  at Level 43 by fire elemental of Corruption Toxic."
      },
      {
        "time": "2025-02-02T22:47:32Z",
        "level": 44,
        "killers": [
          {
            "name": "cave rat",
            "player": false,
            "traded": false,
            "summon": ""
          }
        ],
        "assists": [],
        "reason": "Died at Level 44 by cave rat."
      },
      {
        "time": "2025-02-02T22:46:11Z",
        "level": 45,
        "killers": [
          {
            "name": "cave rat",
            "player": false,
            "traded": false,
            "summon": ""
          }
        ],
        "assists": [],
        "reason": "Died at Level 45 by cave rat."
      }
    ],
    "deaths_truncated": false,
    "account_information": {}
  },
...
}

Reported by Monforte on Discord.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions