Skip to content
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

KeyError: 'request' #159

Open
sentry-io bot opened this issue Mar 11, 2020 · 3 comments
Open

KeyError: 'request' #159

sentry-io bot opened this issue Mar 11, 2020 · 3 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Mar 11, 2020

Sentry Issue: MADEWITHWAGTAIL-1D

MessageRejected: An error occurred (MessageRejected) when calling the SendRawEmail operation: Email address is not verified. The following identities failed the check in region US-EAST-1: [email protected], [email protected], [email protected]
(11 additional frame(s) were not displayed)
...
  File "django/core/mail/message.py", line 348, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "django_amazon_ses.py", line 81, in send_messages
    if self._send(email_message):
  File "django_amazon_ses.py", line 110, in _send
    Source=from_email, Destinations=recipients, RawMessage={"Data": message}
  File "botocore/client.py", line 357, in _api_call
    return self._make_api_call(operation_name, kwargs)
  File "botocore/client.py", line 661, in _make_api_call
    raise error_class(parsed_response, operation_name)

KeyError: 'request'
(17 additional frame(s) were not displayed)
...
  File "django/template/base.py", line 990, in render
    bit = node.render_annotated(context)
  File "django/template/base.py", line 957, in render_annotated
    return self.render(context)
  File "django/template/library.py", line 225, in render
    _dict = self.func(*resolved_args, **resolved_kwargs)
  File "core/templatetags/core_tags.py", line 33, in menu
    'request': context['request'],
  File "django/template/context.py", line 87, in __getitem__
    raise KeyError(key)
@tacitus
Copy link
Contributor

tacitus commented Mar 11, 2020

Hey @johnanders123 - the submission is failing due to the sender being rejected - can you please have a looky?

@johnanders123
Copy link
Contributor

Will do

@ekini
Copy link
Contributor

ekini commented Apr 8, 2020

I'm on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants