getsentry / sentry-slack

DEPRECATED Slack integration for Sentry
http://getsentry.com
BSD 3-Clause "New" or "Revised" License
139 stars 40 forks source link

Error processing 'after' #14

Closed jurajseffer closed 9 years ago

jurajseffer commented 9 years ago

Running Sentry 7.1.4 with 0.1.0 sentry-slack. The "Test Configuration" button works OK and creates a notification on Slack but actual logged exception does not, this is from the sentry log on the server:

[ERROR] Error processing 'after' on 'NotifyEventServiceAction': u'slack'
Traceback (most recent call last):
  File "/www/sentry/local/lib/python2.7/site-packages/sentry/utils/safe.py", line 26, in safe_execute
    result = func(*args, **kwargs)
  File "/www/sentry/local/lib/python2.7/site-packages/sentry/rules/actions/notify_event_service.py", line 44, in after
    plugin = plugins.get(service)
  File "/www/sentry/local/lib/python2.7/site-packages/sentry/plugins/base/manager.py", line 49, in get
    raise KeyError(slug)
KeyError: u'slack'
dcramer commented 9 years ago

Did you restart your workers after you installed sentry-slack? This is saying the plugin isnt registered.