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

Mail plugin NotImplementedError #379

Closed
gtaylor opened this issue Mar 13, 2012 · 0 comments
Closed

Mail plugin NotImplementedError #379

gtaylor opened this issue Mar 13, 2012 · 0 comments

Comments

@gtaylor
Copy link

gtaylor commented Mar 13, 2012

Getting this with workers enabled:

[2012-03-13 17:21:29,290: ERROR/PoolWorker-4] Error processing post_process() on <class 'sentry.plugins.sentry_mail.MailProcessor'>: 
Traceback (most recent call last):
  File "/home/sentry/.virtualenvs/sentry/lib/python2.6/site-packages/sentry/processors/base.py", line 20, in send_group_processors
    inst.post_process(group=group, **kwargs)
  File "/home/sentry/.virtualenvs/sentry/lib/python2.6/site-packages/sentry/plugins/bases/notify.py", line 79, in post_process
    self.notify_users(group, event)
  File "/home/sentry/.virtualenvs/sentry/lib/python2.6/site-packages/sentry/plugins/bases/notify.py", line 31, in notify_users
    raise NotImplementedError
NotImplementedError

Kills all outbound mail.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants