-
Notifications
You must be signed in to change notification settings - Fork 117
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
MandrillRequestDispatcher.execute throwing NPE #88
Comments
Please, check this commit where |
Hmm that commit looks like it could be the culprit but I'm not sure how the response is actually null there. Are you using a proxy or anything? |
No, I assume that call to |
Hi, I'm experiencing the same problem for some requests. Could you please restore the null check? |
#103 This shud fix. |
MandrillRequestDispatcher.execute throwing NPE #88
After upgrading to version 0.0.8 I started to have some
NPE
at line124
ofMandrillRequestDispatcher
, this is becauseresponse
isnull
at this point. Is there any workaround for this or a way to debug my request in order to figure out what is going on? Many thanks.The text was updated successfully, but these errors were encountered: