Open

Description
When triggered with an invalid/non existent issue number while adding notes eg pager note 999999 chicken on fire
Hubot does not respond in the chat/channel to say there's been an issue adding the note.
While there's no response given by hubot in the channel an http 400 error message is seen in the hubot logs:
ERROR Error: 400 back from /incidents/999999/notes
at PagerDutyError.Error (native)
at new PagerDutyError (/home/hubot/node_modules/hubot-pager-me/src/pagerduty.coffee:10:7)
at /home/hubot/node_modules/hubot-pager-me/src/pagerduty.coffee:86:23
at IncomingMessage.<anonymous> (/home/hubot/node_modules/hubot-pager-me/node_modules/scoped-http-client/src/index.js:95:22)
at emitNone (events.js:72:20)
at IncomingMessage.emit (events.js:166:7)
at endReadableNT (_stream_readable.js:923:12)
at nextTickCallbackWith2Args (node.js:511:9)
at process._tickCallback (node.js:425:17)
Activity