Ticket #532 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

"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

Changed 9 months ago by dx

  • component changed from other to plugins
  • summary changed from a bug in emesene to "tuple index out of range" on plus plugin

Changed 9 months ago by dx

  • status changed from new to closed
  • resolution set to fixed

fixed.. kinda

Add/Change #532 ("tuple index out of range" on plus plugin)

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.