-
Notifications
You must be signed in to change notification settings - Fork 156
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
strconv.ParseInt: parsing "null": invalid syntax when calling datadog.NewClient(apiKey, appKey).GetMonitors() #135
Comments
@DSh3p4rd hey there, sorry for the long wait. Would you be able to provide a config to reproduce this? |
Hey @ojongerius I seem to be running into the same issue as well. The configs that we had for a monitor were:
The config creates fine, but we started running into this issue when I changed the message of the monitor to notify another team. Once the monitor was changed manually, the call to |
Cheers @gwellington I might have some time this Friday, if anyone else is keen to pick this up, by all means go ahead 😄 |
It looks like this issue was probably fixed by #129, which added a specific check for |
@bluekeyes any luck verifying? |
Yes, updating to |
Thanks @bluekeyes ! |
Sorry to be brief, I'm not getting back much insight to the problem from the error message.
I've verified the api and app keys are correct and I'm using the latest version of the library pulled via go get github.com/zorkian/go-datadog-api
The text was updated successfully, but these errors were encountered: