hubot-archive / hubot-pager-me

PagerDuty integration for Hubot

Home Page:https://www.npmjs.com/package/hubot-pager-me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acknowledging incidents doesn't work

davewongillies opened this issue · comments

Issuing the command pager ack to acknowledge unacknowleged incidents no longer works. In the logs all I see is these errors when issuing the command to hubot:

{"error":{"message":"Invalid Input Provided","code":2001,"errors":["Status must be a list of triggered, acknowledged, or resolved."]}}
[Tue Nov 03 2015 15:26:03 GMT-0600 (CST)] ERROR Ugh... TypeError: Cannot read property 'incidents' of null

If I issue pager ack <incident no> it works though

Whoops, I see there was a fix a couple of days ago. Sorry.