Opened 9 years ago

Last modified 9 years ago

#12540 closed defect

IndexError: tuple index out of range — at Version 1

Reported by: trac@… Owned by: Steffen Hoffmann
Priority: normal Component: AnnouncerPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description (last modified by Ryan J Ollos)

Announcer plugin fails to send message. Stack trace:

2015-10-14 11:37:23,957 Trac[api] ERROR: AnnouncementSystem failed.
Traceback (most recent call last):
  File "E:\Python27\lib\site-packages\tracannouncer-1.0dev_r0-py2.7.egg\announcer\api.py", line 560, in _real_send
    subscriptions = self.resolver.subscriptions(evt)
  File "E:\Python27\lib\site-packages\tracannouncer-1.0dev_r0-py2.7.egg\announcer\api.py", line 299, in subscriptions
    [x for x in sp.matches(event) if x]
  File "E:\Python27\lib\site-packages\tracannouncer-1.0dev_r0-py2.7.egg\announcer\opt\subscribers.py", line 419, in matches
    s[3], s[4])
  • tracannouncer 1.0dev-r0
  • Python 2.7

Possible fix: change the tracannouncer-1.0dev_r0-py2.7.egg\announcer\opt\subscribers.py, line 419 to:

    s[2], s[3])

Change History (1)

comment:1 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.