-
Notifications
You must be signed in to change notification settings - Fork 36
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
Headers in event_payload object are not hash, but array #39
Comments
Here is the parsed JSON
|
@zdraganov Have you got the original unparsed JSON file anywhere? |
Yep. Here is the full Environment for the failed request:
|
Well, the headers in JSON are an empty array, not sure why would that be though. |
@zdraganov that's an unexpected message structure from Mandrill - decidedly sparse! It looks like either:
Either way, it's perhaps best if you raise a case with Mandrill to find out more? As for |
It's OK for me.
|
Here is a PR #40 |
This issue bit us, too, and in our case it seems like the incoming message isn't a bounce but a real message. I can confirm that in the original JSON payload the
|
Version: 1.4.1
File: mandrill-rails-1.4.1/lib/mandrill/web_hook/event_decorator.rb:75
Error: TypeError: no implicit conversion of String into Integer
The text was updated successfully, but these errors were encountered: