-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Description
dear, Im getting Mandrill webhook called with incorrect signature
error with a Bad Request
response towards mandrill.
Sentry logs say about the err location:
filename
'base.py'
lineno
216
pathname
'/home/onlinegv/eggs/Django-1.9.9-py2.7.egg/django/core/handlers/base.py'
I triple checked my webhook and api key. my total settings look like this:
ANYMAIL = {
'MANDRILL_API_KEY': get_config_or_none(
config,'Email', 'mandrill_api_key', 'SOMEKEY-A'),
'WEBHOOK_AUTHORIZATION':'SOMEAUTH:SOMEPW',
'MANDRILL_WEBHOOK_KEY': get_config_or_none(
config, 'Email', 'mandrill_webhook_key', 'SOMEKEY'),
}
what else should I check to investigate the failure?