getsentry / sentry-slack

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

'Group' object has no attribute 'message_short' #9

Closed tom-parker closed 10 years ago

tom-parker commented 10 years ago

I'm getting the following error in my logs which I'm assuming is why I'm not getting slack notifications -

Traceback (most recent call last): Error processing 'post_process' on 'SlackPlugin': 'Group' object has no attribute 'message_short' self.notify_users(group, event) result = func(_args, *_kwargs) File "/app/.heroku/python/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 110, in post_process File "/app/.heroku/python/lib/python2.7/site-packages/sentry/utils/safe.py", line 21, in safe_execute File "/app/.heroku/python/lib/python2.7/site-packages/sentry_slack/plugin.py", line 75, in notify_users message = group.message_short.encode('utf-8') AttributeError: 'Group' object has no attribute 'message_short'

Running version 6.4.2

tom-parker commented 10 years ago

Sentry version 6.4.4 is required. Might be worth noting this in the docs.