All work
- `n.values.buffer is not iterable` error on Alarm queryOPG-473Scott Theleman
- Display notice after Alarm Panel action instead of refreshing panelOPG-474Scott Theleman
- Ensure that template variables are allowed in query editor fieldsOPG-471Scott Theleman
- Unable to filter Alarm query by a multi-value node variableOPG-466Scott Theleman
- Add variables to node/resource drop downOPG-384Scott Theleman
5 of 5
`n.values.buffer is not iterable` error on Alarm query
Unresolved
Description
Attachments
1
related to
Details
Assignee
Scott ThelemanScott ThelemanReporter
Mark MahacekMark MahacekFix versions
Affects versions
Sprint
NoneStory Points
1Components
Priority
Trivial
Details
Details
Assignee
Scott Theleman
Scott ThelemanReporter
Mark Mahacek
Mark MahacekFix versions
Affects versions
Sprint
None
Story Points
1
Components
Priority
PagerDuty
PagerDuty
PagerDuty
Created December 12, 2023 at 11:12 PM
Updated April 24, 2024 at 3:05 PM
Activity
Show:
Scott ThelemanDecember 13, 2023 at 7:37 PM
Looks like a bug that may occur in certain situations. PR to fix it has been posted.
Scott ThelemanDecember 13, 2023 at 6:21 PM
Thanks, that helps! I can put a guard in that code so it doesn’t cause an error.
Mark MahacekDecember 13, 2023 at 6:12 PM
from my browser console:
Scott ThelemanDecember 13, 2023 at 6:03 PM
I’m unable to reproduce this locally. If it is still occurring with the latest build, is it possible to get a stack trace or a line of code where this is happening?
When doing an Entity DS alarms query (into an Alarm Table panel), selecting a limit greater than 10, a
n.values.buffer is not iterable
error is returned.