cobrab11 / isida

Automatically exported from code.google.com/p/isida
0 stars 1 forks source link

Revision 810 issue. #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Isida crashed after double "ping" command:

isida-bot@other:~/isida$ tail -f nohup.out 
Restored 'plugins/list.txt'
At revision 810.

**************************************************
 Isida is crashed! It's imposible, but You do it!
**************************************************

list index out of range

Traceback (most recent call last):
  File "isida.py", line 55, in <module>
    try: execfile('kernel.py')
  File "kernel.py", line 1246, in <module>
    cyc = cl.Process(1)
  File "/home/ky6uk/isida/xmpp/dispatcher.py", line 303, in dispatch
  File "kernel.py", line 758, in messageCB
    if is_par: no_comm = com_parser(access_mode, nowname, type, room, nick, 
text, jid)
  File "kernel.py", line 627, in com_parser
    if last_command[1:7] == [nowname, type, room, nick, text, jid] and 
time.time() < last_command[7]+ddos_diff[access_mode]:
IndexError: list index out of range

Original issue reported on code.google.com by ky6uk.kun on 7 Jun 2010 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by a.gorelow on 7 Jun 2010 at 7:33