Changes between Initial Version and Version 1 of Ticket #12540


Ignore:
Timestamp:
Oct 14, 2015, 8:32:41 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12540 – Description

    initial v1  
    11Announcer plugin fails to send message. Stack trace:
    22
     3{{{
    342015-10-14 11:37:23,957 Trac[api] ERROR: AnnouncementSystem failed.
    45Traceback (most recent call last):
     
    910  File "E:\Python27\lib\site-packages\tracannouncer-1.0dev_r0-py2.7.egg\announcer\opt\subscribers.py", line 419, in matches
    1011    s[3], s[4])
     12}}}
    1113
    12 tracannouncer 1.0dev-r0
    13 Python 2.7
     14* tracannouncer 1.0dev-!r0
     15* Python 2.7
    1416
    15 Possible fix: change the tracannouncer-1.0dev_r0-py2.7.egg\announcer\opt\subscribers.py", line 419 to:
     17Possible fix: change the `tracannouncer-1.0dev_r0-py2.7.egg\announcer\opt\subscribers.py`, line 419 to:
     18{{{
    1619    s[2], s[3])
     20}}}