View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0025673 | Return of Reckoning | General | public | 2026-08-07 09:11 | 2026-08-07 09:11 |
| Reporter | Wholdar | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0025673: GraphQL kill/scenario feeds are stale again after the 2026-08-06 patch | ||||
| Description | This looks like the same issue as ticket 25450 - https://bugs.returnofreckoning.com/view.php?id=25450 Checked at 2026-08-07 09:07 UTC The public GraphQL API is responding, but both kills and completed scenarios stop at around 2026-08-06 14:00 UTC. Latest kill: ID 68324987 2026-08-06T14:00:54.472736Z Latest scenario: Khaine's Embrace Ended 2026-08-06T14:00:55.13113Z Filtering for anything after 14:01 UTC returns no kills or scenarios. | ||||
| Steps To Reproduce | curl -sS -X POST https://production-api.waremu.com/graphql -H 'content-type: application/json' --data-raw '{"query":"{ kills(first: 1, includeAssists: false) { nodes { id time } } scenarios(first: 1) { edges { node { id endTime scenario { name } } } } }"}' | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-08-07 09:11 | Wholdar | New Issue |