sentry-trello icon indicating copy to clipboard operation
sentry-trello copied to clipboard

trello plugin is not visible in sentry

Open shalakhin opened this issue 6 years ago • 4 comments

Using sentry 9.0.0 on own server with sentry-plugins and sentry-trello I don't see trello anywhere to enable. Is the plugin compatible with that version?

shalakhin avatar Aug 27 '18 08:08 shalakhin

+1 We have Sentry 9.0 sentry plugins list shows trello: sentry-trello 1.1.7 (/usr/local/lib/python2.7/site-packages)] but i also don't see trello in Integrations,

RaSerge avatar Sep 05 '18 11:09 RaSerge

I guess because of this:

Failed to load plugin 'trello':
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/sentry/runner/initializer.py", line 31, in register_plugins
    plugin = ep.load()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2324, in load
    self.require(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2347, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
ContextualVersionConflict: (redis 2.10.5 (/usr/local/lib/python2.7/site-packages), Requirement.parse('redis>=2.10.6'), set(['redis-py-cluster']))

comtihon avatar Sep 13 '18 08:09 comtihon

@comtihon I also encountered this problem.

0xZXDX avatar Oct 31 '18 07:10 0xZXDX

This comment fixed the issue for me: https://github.com/getsentry/sentry-redmine/issues/16#issuecomment-430953076

mhemrg avatar Dec 28 '18 21:12 mhemrg