Page 1 of 1

Script problems

Posted: Mon Apr 01, 2002 4:50 am
by Frankie
Hi

I'm not even sure if this belongs here in this group, if not please move it.

It seems there's a script problem when you search for the game 'scorpng'. Nothing comes up and when you search for games released with version 59 it cuts off the list when it comes to that game.

Could this be fixed?

Bye.

Posted: Mon Apr 01, 2002 11:53 am
by Chad
some more info on the problem: if you do a search for just "scorp" you get this:

exception! Please copy and paste the text from this page into a mail message to Zwaxy, telling him what you were doing when this happened. And what drugs/medication you were on:
type: exceptions.IndexError
value: string index out of range
traceback:

File "main.py", line 355, in main
search.do_search(cmd_line)
File "search.py", line 990, in do_search
table, sort, maxlines, pic_mode)
File "search.py", line 537, in print_search_result_rows
table, table_row_count, pic_mode, text)
File "search.py", line 595, in print_search_result_row
col1 = shot(shot_short, pic_mode, samers, prefix, passwd)
File "search.py", line 377, in shot
gif(gif_file, scale, short), 0,
File "search.py", line 356, in gif
width = ord(dat[0]) + 256 * ord(dat[1])