Wylio / meteor-mandrill

Meteor package for sending email via Mandrill
https://atmospherejs.com/wylio/mandrill
32 stars 8 forks source link

api key issue #12

Open joshua1 opened 9 years ago

joshua1 commented 9 years ago

Hi @dandv i am getting this error {"stack":"Error: failed [500] {\"status\":\"error\",\"code\":-1,\"name\":\"ValidationError\",\"message\":\"You must specify a key value\"}\ even after specifying key parameter with value. A google search pointed to not specifying JSON content type in the http headers (which i dont have access to by virture of my using this package). Anyone ever experienced this?

dandv commented 9 years ago

Can you post some minimal code to reproduce, using a test API key which you can get from Mandrill?

rootedsoftware commented 9 years ago

I was having this issue and it turned out to be a typo in my Meteor.settings file. The key param was "Key" and in the startup file I had "key"

northern commented 9 years ago

Today we've been seeing this exact error. We think it has to do with the Mandrill API endpoint, which for some reason is throwing 500's intermittently. I.e. pretty much impossible to reproduce.

Maybe a suggestion of handling API connectivity would be much appreciated.