Question
BadRequest Django Sendgrid Integration
Hi,
I’m having problems sending email using sendgrid and django on Digital Ocean. I installed the package “sendgrid-django” and I get an unknown error when sending emails.
It works on my localhost but can’t seem to find why it doesn’t work on Digital Ocean.
This is the error message:
BadRequestsError at /accounts/twitter/login/callback/
No exception message supplied
Request Method: GET
Request URL: http://earlist.xyz/accounts/twitter/login/callback/?oauth_token=NLRWEwAAAAAAW_laAAABXPWQ5Kg&oauth_verifier=8yKxI378ykwmoabFBL9Z8mbRYKYZrOeN
Django Version: 1.9.8
Exception Type: BadRequestsError
Exception Location: /usr/local/lib/python2.7/dist-packages/python_http_client/client.py in _make_request, line 145
Python Executable: /usr/bin/python
Python Version: 2.7.6
Python Path:
['/home/django/earlist',
'/home/django',
'/usr/bin',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-x86_64-linux-gnu',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages']
Server time: Thu, 29 Jun 2017 15:35:35 -0500
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×