-
Notifications
You must be signed in to change notification settings - Fork 714
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
HTTP 406 Not Acceptable Errors #149
Comments
we are seeing the same issue |
Same here. We're also using sendgrid-django, for what it's worth. |
Thanks for the reports! Fixed with: https://github.com/sendgrid/sendgrid-python/releases/tag/v1.5.18 |
we installed 1.5.18 last evening and still seeing the same problem
|
@NickFranceschina looks like we are going to need to dig deeper to figure this one out. Here is what we need: Please email [email protected] and include the specific steps to reproduce (i.e. send X amount of emails, using the following code) Thanks! |
Same problem here... What is the support issue number for this case ? |
@cdurieux could you please also submit a detailed ticket? Currently, we can't reproduce this issue. Thanks! |
This is still happening for us after the upgrade. This is on Google App Engine in case it matters. |
yes, we are also on Google App Engine. if I could send specific steps to reliably reproduce it, I would... but as OP stated, it's non-deterministic |
This is not fixed. It is still failing inconsistently for me on GAE. |
I concur, still the same situation for us. Also on GAE. |
same here, also on GAE |
This should be resolved for all GAE users now. Sorry for the trouble. |
Thanks for fixing @brandonmwest. Just curious, what ended up being the problem? |
Hi, Interesting thing is, all errored emails were successfully sent after retrying again. Please follow up and rectify it. |
Hi, Some precisions:
And the messages are not sent in our cases ! |
Hello 💻 |
We just had this occur too whneing sending an email with sendgrid python client:
Our software automatically retried the same exact request 8 seconds later, and it succeeded 202. |
I'm seeing a lot of 406 errors being returned recently when trying to send mail. It's strange because I don't see where the "Accepts" header is being added to the requests made by this library, which from my understanding is what would be the cause of an HTTP 406 error. What's also odd is that it happens non-deterministically, where sometimes the message fails with this 406 error and other times the same message will succeed without issue:
The text was updated successfully, but these errors were encountered: