You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2021. It is now read-only.
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"}}]}