Ticket #532 (closed defect: fixed)
"tuple index out of range" on plus plugin
| Reported by: | kristianx9 | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0 |
| Component: | plugins | Version: | |
| Keywords: | Cc: |
Description
Fatal error This is a bug. Please report it at: http://www.emesene.org
Traceback (most recent call last):
File "/usr/share/emesene/plugins_base/Plus.py", line 280, in plusParse
format = self.plusMarkup.replaceMarkup(format)
File "/usr/share/emesene/plugins_base/Plus.py", line 128, in replaceMarkup
text = re.sub( colorIrcCode, self.ircCodeToTag, text )
File "re.py", line 142, in sub
return _compile(pattern, 0).sub(repl, string, count)
File "/usr/share/emesene/plugins_base/Plus.py", line 157, in ircCodeToTag
fghex = colorCodes[int(color1)].lower()
IndexError?: tuple index out of range
what can i do?...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
