dz0ny / dz0ny/sentry-pushover

Raising NotImplementedError in notify_users

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Was able to install and setup the plugin for a project, but when testing I get...

_There was an internal error with the Plugin_

```
[ERROR] Plugin(pushover) raised an error during test
Traceback (most recent call last):
File "/home/ubuntu/venv/local/lib/python2.7/site-packages/sentry/web/helpers.py", line 169, in plugin_config
test_results = plugin.test_configuration(project)
File "/home/ubuntu/venv/local/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 120, in test_configuration
return self.notify_users(event.group, event, fail_silently=False)
File "/home/ubuntu/venv/local/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 62, in notify_users
raise NotImplementedError
NotImplementedError
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the traceback locations in sentry/plugins/bases/notify.py and sentry/web/helpers.py, especially notify_users and test_configuration. Reproduce the plugin configuration test and trace how the Pushover plugin reaches notify_users; done means the reported configuration test no longer raises NotImplementedError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.