Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue sending emails for categorisation reminder #39

Open
jaxxstorm opened this issue Oct 18, 2015 · 0 comments
Open

Issue sending emails for categorisation reminder #39

jaxxstorm opened this issue Oct 18, 2015 · 0 comments

Comments

@jaxxstorm
Copy link

When I attempt to run the script to send an email for reminders, I get:

no implicit conversion of String into Integer

I added some debug statements, and it seems that it's trying to call a URL like so to load the oncall users:

https://<url>.pagerduty.com/schedules/<schedule>/users?since=2015-10-17T09:30:00+00:00&until=2015-10-19T09:30:00+00:00

This gives me a 404 error. My schedules look like this:

[pagerduty.schedules]
  # These are the IDs from your PagerDuty On-Call Schedules,
  # which when loaded from https://<companyname>.pagerduty.com/schedules
  # are on the end of the schedule URLs
  around_the_clock   = ""
  aus = ""
  escalation = ""
  on_call_cover = ""
  management = ""
  primary = ""
  weekday = ""
  weekday_rotation = ""
  west_coast = ""

Have I misconfigured this somehow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant