New account registration is temporarily disabled.

RMN3 BUGS

Posts

WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
WIP reads his PMs and this topic, so just post it in here from now on.

I'll fix that today.
When I click on my Account and then click Submissions, I get this:

AttributeError at /account/submissions/
'NoneType' object has no attribute 'icon'Request Method: GET
Request URL: http://rpgmaker.net/account/submissions/
Exception Type: AttributeError
Exception Value: 'NoneType' object has no attribute 'icon'
Exception Location: /var/www/sites/rpgmaker.net/django/rmn/apps/submissions/models.py in __get_icon, line 61
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Fri, 10 Jul 2009 10:40:37 -0500
When I clicked submit for the previous post, I got this:

Warning at /forums/topics/4086/reply/
Incorrect string value: '\xE2\x96\xB6 Lo...' for column 'body' at row 1Request Method: POST
Request URL: http://rpgmaker.net/forums/topics/4086/reply/
Exception Type: Warning
Exception Value: Incorrect string value: '\xE2\x96\xB6 Lo...' for column 'body' at row 1
Exception Location: /usr/lib64/python2.4/warnings.py in warn_explicit, line 96
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Fri, 10 Jul 2009 10:41:09 -0500

Traceback Switch to copy-and-paste view
/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/handlers/base.py in get_response
...
response = callback(request, *callback_args, **callback_kwargs) ...
? Local vars
/var/www/sites/rpgmaker.net/django/rmn/apps/forums/views.py in create_post
post.save()
...
...
? Local vars
/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/db/models/base.py in save
...
self.save_base(force_insert=force_insert, force_update=force_update) ...
? Local vars
/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/db/models/base.py in save_base
...
result = manager._insert(values, return_id=update_pk) ...
? Local vars

....etc.....
There is also an error in one of the admin functions. I'll post it in the mod forum of secrecy.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Please do not post the entire page. The only important section is the top that ends with Server Time. Only paste the info from there and above.
Can you still not delete PM's? It would be funny as fuck if someone just spammed insane amounts of PM's to someone's inbox so that they couldn't receive any more. Ha ha ha ha.
Yeah that would be hilarious...
I found a bug. RMN3 only counts the number of downloads for one download link per game. Shouldn't they all count?
The cancel edit button is completely broken. When you press cancel, it still makes any changes you have made to the post.
Hey WIP, I still can't update my profile.
Relevant info:

AttributeError at /account/

'NoneType' object has no attribute 'size'

Request Method: POST
Request URL: http://rpgmaker.net/account/
Exception Type: AttributeError
Exception Value:

'NoneType' object has no attribute 'size'

Exception Location: /var/www/sites/rpgmaker.net/django/rmn/apps/users/manage/views.py in profile, line 54
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Mon, 13 Jul 2009 15:28:59 -0500
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Try it again, Healy. It should be good. Sorry it took so long.
Thanks WIP! Now everyone can see my spiffy new avatar.
apparently the delete button by game submissions does not work. if this has been addressed before i don't care i am saying so anyways. it'd be a necessary feature but it needs to work in order to be one at all!
Upon attempting to submit BQ3 game to the site:
AttributeError at /account/submissions/
'NoneType' object has no attribute 'icon'Request Method: GET
Request URL: http://rpgmaker.net/account/submissions/
Exception Type: AttributeError
Exception Value: 'NoneType' object has no attribute 'icon'
Exception Location: /var/www/sites/rpgmaker.net/django/rmn/apps/submissions/models.py in __get_icon, line 61
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Wed, 15 Jul 2009 11:36:23 -0500



Tried twice.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
kentona, that isn't an error with the game submission. You submitted the game twice and it went through.
Every time I clicked "Submit" I got that error.

EDIT:
In fact, until I submitted a test game, every time I clicked on Account, then on Submissions, I would get that error.

EDIT2:
In fact #2, if I go to the second page of my submissions, I get that error. Thus, it was because I've submitted enough times to bump the offending submission to the second page that it "worked"

EDIT3:
Somewhere in my submission list there is a foobared submission.

When I was testing that error back in RMNv2 with the deleting of the download resulting in fucking up the gamepage, I created a test game, added a download, and deleted it. That is the bad submission.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
I realize that. It's a problem with one of your submissions, not with submitting a game.
When you try to submit a blank comment, instead of some sort of little error message popping up that says comment can not be blank or simply nothing happening like I would think the comments should behave, the following error appears.

NameError at /comments/add/

global name 'url' is not defined

Request Method: POST
Request URL: http://rpgmaker.net/comments/add/
Exception Type: NameError
Exception Value:

global name 'url' is not defined

Exception Location: /var/www/sites/rpgmaker.net/django/rmn/apps/comments/views.py in add, line 19
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Wed, 15 Jul 2009 16:14:41 -0500

RuntimeError at /forums/

deque mutated during iteration

Request Method: GET
Request URL: http://rpgmaker.net/forums/
Exception Type: RuntimeError
Exception Value:

deque mutated during iteration

Exception Location: /usr/lib/python2.4/site-packages/Jinja2-2.1.1-py2.4-linux-x86_64.egg/jinja2/utils.py in _remove, line 518
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Wed, 15 Jul 2009 17:48:28 -0500
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
I have never seen that error before, Eddie. What were you doing when you got it?