hubot-archive / hubot-pager-me

PagerDuty integration for Hubot
https://www.npmjs.com/package/hubot-pager-me
MIT License
73 stars 92 forks source link

Duplicated output #107

Closed max-l-weaver closed 7 years ago

max-l-weaver commented 7 years ago

We seem to be having an odd issue with our hubot-pager-me integration where query responses are returned twice: ss-hubot-pd

Hubot> hubot pager schedules
Hubot> * Data - https://acme.pagerduty.com/schedules#ABCDEF1
* SRE - https://acme.pagerduty.com/schedules#ABCDEF2

* Data - https://acme.pagerduty.com/schedules#ABCDEF1
* SRE - https://acme.pagerduty.com/schedules#ABCDEF2

We're running hubot in a Marathon container and all dependencies are met. We use Slack to query Hubot I have also ensured that the API token points to a legacy API.

Any tips on troubleshooting this please? I have not installed the webhook script, only the two pagerduty.coffee scripts (in ./pageduty.coffee and ./scripts/pagerduty.coffee).

Also the duplication issue is exclusive to hubot-pager-me as none of our other integrations display this behaviour.