DeltaLogger icon indicating copy to clipboard operation
DeltaLogger copied to clipboard

Killed Entities page in web UI isn't working

Open crash-ip21 opened this issue 3 years ago • 0 comments

Describe the bug Killed Entities page in web UI isn't working. Gives following errors in server console and graphql response.

Specs:

  • Version DeltaLogger v1.1.3
  • Java version 8

Logs Console Log:

[13:07:41] [qtp26259480-211/INFO]: [STDERR]: [qtp26259480-211] WARN com.github.fabricservertools.deltalogger.shadow.graphql.GraphQL - Query failed to validate : 'query PaginatedKE($offset: Int = 0, $limit: Int = 100) {
  killedEntities(offset: $offset, limit: $limit) {
    id
    name
    time
    source
    killer
    dimension
    x
    y
    z
    __typename
  }
}
'

GraphQL error response:

{"errors":[{"message":"Validation error of type FieldUndefined: Field 'name' in type 'KilledEntity' is undefined @ 'killedEntities/name'","locations":[{"line":4,"column":5}],"extensions":{"classification":"ValidationError"}}]}

crash-ip21 avatar May 02 '21 13:05 crash-ip21