Page 1 of 1

MARP site problem

Posted: Wed Jun 29, 2005 1:23 pm
by TRB_MetroidTeam
Two consecutive days... in the top part, the "UP LOADS" links... When clicking in "UP" is ok... but "LOADS" return the follow error:

Code: Select all

Your request required more memory than is available.

--------------------------------------------------------------------------------

  File "/sites/retrogames.com/marp/main.py", line 384, in main
    search.do_search(cmd_line)
  File "/sites/retrogames.com/marp/search.py", line 941, in do_search
    data = database.select_allscores(where_clauses, joins, sort, maxlines, ignore_string)
  File "/sites/retrogames.com/marp/database.py", line 246, in select_allscores
    ret = run_query(query, debug)
  File "/sites/retrogames.com/marp/database.py", line 86, in run_query
    cursor.execute(query)
  File "/usr/lib/python2.3/site-packages/MySQLdb/cursors.py", line 95, in execute
    return self._execute(query, args)
  File "/usr/lib/python2.3/site-packages/MySQLdb/cursors.py", line 114, in _execute
    self.errorhandler(self, exc, value)
  File "/usr/lib/python2.3/site-packages/MySQLdb/connections.py", line 33, in defaulterrorhandler
    raise errorclass, errorvalue

Posted: Wed Jun 29, 2005 9:44 pm
by MJS
Just a guess...
When you get it to load try changing the maximum displayed hits to a lower value and the set it as default (maybe the query results can't be shown because they are too many).
I have the value set to 100 hits and never saw that error.

But if this is not the problem, then someone else will have to help you.

Posted: Thu Jun 30, 2005 6:41 pm
by TRB_MetroidTeam
MJS wrote:Just a guess...
When you get it to load try changing the maximum displayed hits to a lower value and the set it as default
Yes. It works! Thanks!
Is good because this "default" settings are "PC" based, and the above problem is only here in my at work PC.

Posted: Thu Jun 30, 2005 9:20 pm
by MJS
TRB_MetroidTeam wrote:Yes. It works! Thanks!
Is good because this "default" settings are "PC" based, and the above problem is only here in my at work PC.
Cool!
So, which value were you using that caused the error?

Posted: Thu Jun 30, 2005 10:16 pm
by TRB_MetroidTeam
I used 99999 before, and 500 now (at work PC).
Using other PC (now) with 99999 is ok. Weird. No problem.