MARP site problem

General discussion on MAME, MARP, or whatever else that doesn't belong in any of the other forums

Moderators: mahlemiut, seymour, QRS

Post Reply
User avatar
TRB_MetroidTeam
MARPaholic
MARPaholic
Posts: 1055
Joined: Fri Oct 22, 2004 4:50 am
Location: PR - Brazil

MARP site problem

Post 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
Valter "TRB" - The Real Battle
Metroid Team, from Brazil
Crazy Taxi and Crazy Taxi 2 world champions
User avatar
MJS
MARP Knight
MARP Knight
Posts: 367
Joined: Mon Jul 29, 2002 10:07 pm
Location: Buenos Aires, Argentina

Post 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.
User avatar
TRB_MetroidTeam
MARPaholic
MARPaholic
Posts: 1055
Joined: Fri Oct 22, 2004 4:50 am
Location: PR - Brazil

Post 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.
Valter "TRB" - The Real Battle
Metroid Team, from Brazil
Crazy Taxi and Crazy Taxi 2 world champions
User avatar
MJS
MARP Knight
MARP Knight
Posts: 367
Joined: Mon Jul 29, 2002 10:07 pm
Location: Buenos Aires, Argentina

Post 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?
User avatar
TRB_MetroidTeam
MARPaholic
MARPaholic
Posts: 1055
Joined: Fri Oct 22, 2004 4:50 am
Location: PR - Brazil

Post by TRB_MetroidTeam »

I used 99999 before, and 500 now (at work PC).
Using other PC (now) with 99999 is ok. Weird. No problem.
Valter "TRB" - The Real Battle
Metroid Team, from Brazil
Crazy Taxi and Crazy Taxi 2 world champions
Post Reply