Submitting trouble
Posted: Tue Feb 12, 2008 4:37 am
Message error when I try to submit :
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.UnicodeDecodeError
value: 'ascii' codec can't decode byte 0xe9 in position 411: ordinal not in range(128)
traceback:
File "/sites/retrogames.com/marp/main.py", line 477, in main
upload.do_upload(cmd_line)
File "/sites/retrogames.com/marp/upload.py", line 256, in do_upload
position = insert_high_score(short, score, prefix, version, 0, the_udt, md5_dir + "/" + basename, desc)
File "/sites/retrogames.com/marp/scores.py", line 92, in insert_high_score
version, date, file, clean_for_dangerous_tags(note), 0, 0)
File "/sites/retrogames.com/marp/database.py", line 190, in insert_allscores
return run_query(query, debug)
File "/sites/retrogames.com/marp/database.py", line 86, in run_query
cursor.execute(query)
File "/usr/lib/python2.4/site-packages/MySQLdb/cursors.py", line 146, in execute
query = query.encode(charset)
And if try to re-submit, I'm told that file already exists, but it doesn't appear nor in "up" neither in "loads".
Am I the only one with this problem ?
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.UnicodeDecodeError
value: 'ascii' codec can't decode byte 0xe9 in position 411: ordinal not in range(128)
traceback:
File "/sites/retrogames.com/marp/main.py", line 477, in main
upload.do_upload(cmd_line)
File "/sites/retrogames.com/marp/upload.py", line 256, in do_upload
position = insert_high_score(short, score, prefix, version, 0, the_udt, md5_dir + "/" + basename, desc)
File "/sites/retrogames.com/marp/scores.py", line 92, in insert_high_score
version, date, file, clean_for_dangerous_tags(note), 0, 0)
File "/sites/retrogames.com/marp/database.py", line 190, in insert_allscores
return run_query(query, debug)
File "/sites/retrogames.com/marp/database.py", line 86, in run_query
cursor.execute(query)
File "/usr/lib/python2.4/site-packages/MySQLdb/cursors.py", line 146, in execute
query = query.encode(charset)
And if try to re-submit, I'm told that file already exists, but it doesn't appear nor in "up" neither in "loads".
Am I the only one with this problem ?