Ticket #1915 (closed defect: fixed)

Opened 4 months ago

Last modified 3 months ago

[Plus plugin] IndexError: tuple index out of range

Reported by: alexman98@… Owned by: somebody
Priority: normal Milestone: 1.1
Component: plugins Version: 1.0
Keywords: Cc:

Description

Son dos errores, y para no postearlos en diferentes reportes, los pongo aquí.

¡Saludos y felicitaciones por el proyecto!

Bug #1

Traceback (most recent call last):

File "/usr/share/emesene/plugins_base/Plus.py", line 285, in plusParse

format = self.plusMarkup.replaceMarkup(format)

File "/usr/share/emesene/plugins_base/Plus.py", line 123, in replaceMarkup

text = re.sub( colorCodesCode, self.codeToTag, text )

File "/usr/lib/python2.5/re.py", line 150, in sub

return _compile(pattern, 0).sub(repl, string, count)

File "/usr/share/emesene/plugins_base/Plus.py", line 183, in codeToTag

hex = colorCodes[int(code)].lower()

IndexError?: tuple index out of range

Bug#2:

Traceback (most recent call last):

File "/usr/share/emesene/plugins_base/Plus.py", line 285, in plusParse

format = self.plusMarkup.replaceMarkup(format)

File "/usr/share/emesene/plugins_base/Plus.py", line 123, in replaceMarkup

text = re.sub( colorCodesCode, self.codeToTag, text )

File "/usr/lib/python2.5/re.py", line 150, in sub

return _compile(pattern, 0).sub(repl, string, count)

File "/usr/share/emesene/plugins_base/Plus.py", line 183, in codeToTag

hex = colorCodes[int(code)].lower()

IndexError?: tuple index out of range

Attachments

Change History

Changed 4 months ago by jandem

  • component changed from other to plugins
  • summary changed from Bug: Error fatal al iniciar emesene (error de plugin) to [Plus plugin] IndexError: tuple index out of range

Changed 3 months ago by C10uD

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

Add/Change #1915 ([Plus plugin] IndexError: tuple index out of range)

Author



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