RMN3 BUGS

Posts

Bug: I can still edit my posts that are in locked topics.
...I was hoping no one noticed that...
Turns out you can also make posts in locked topics. (we can all post in the city dump now)
i already post in the city dump

it's called rmn

ciao fools
Every time I hit the little submission button up top next to "Mailbox" I get this long page of script-like error. Starts off with:

AttributeError at /account/submissions/

'GameVideo' object has no attribute 'get_edit_url'


=\
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Just as a note, those of you with game video submissions should be able to see your submissions now. The game videos are not fully implemented yet, so it was causing some issues.
Thank you! Besides the 'Edit' graphic looking a little funny, everything works now.
Clicked on topic got
RMN3's puke
RuntimeError at /forums/topics/4343/
deque mutated during iterationRequest Method: GET
Request URL: http://rpgmaker.net/forums/topics/4343/
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: Tue, 28 Jul 2009 00:56:57 -0500


Refreshed and it worked. First time I've seen this particular random error
IOError at /

cannot read interlaced PNG files

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

cannot read interlaced PNG files

Exception Location: /usr/lib64/python2.4/site-packages/PIL/PngImagePlugin.py in load_prepare, line 337
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Thu, 30 Jul 2009 21:34:13 -0500


Got this random error on the front page. Went away with a refresh.
Looks like that there's a lot of errors with the site scripting.
Considering the length of time it was made in, not really.
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
post=89634
IOError at /

cannot read interlaced PNG files

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

cannot read interlaced PNG files

Exception Location: /usr/lib64/python2.4/site-packages/PIL/PngImagePlugin.py in load_prepare, line 337
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Thu, 30 Jul 2009 21:34:13 -0500
Got this random error on the front page. Went away with a refresh.

Interesting that one snuck by. I'll have to try and hunt it down.

The site doesn't support interlaced PNGs because the backend is unable to read and create thumbnails for them.
post=87213
warning! if an interlaced PNG is used anywhere you'll get a huge explosion / debug screen
I get this error whenever I try to edit tutorials:

AttributeError at /account/submissions/edit_article/109/

'NoneType' object has no attribute 'id'

Request Method: GET
Request URL: http://rpgmaker.net/account/submissions/edit_article/109/
Exception Type: AttributeError
Exception Value:

'NoneType' object has no attribute 'id'

Exception Location: /var/www/sites/rpgmaker.net/django/rmn/apps/submissions/views.py in get_article_data, line 102
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Sat, 1 Aug 2009 00:14:11 -0500
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Okay should be fixed now. Slight goof on my part.
Now whenever I try to access any page of my submissions that has a tutorial on it, I get this error:

NoReverseMatch at /account/submissions/

Reverse for 'edit_tutorial' with arguments '(81L,)' and keyword arguments '{}' not found.

Request Method: GET
Request URL: http://rpgmaker.net/account/submissions/
Exception Type: NoReverseMatch
Exception Value:

Reverse for 'edit_tutorial' with arguments '(81L,)' and keyword arguments '{}' not found.

Exception Location: /usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/urlresolvers.py in reverse, line 242
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Mon, 3 Aug 2009 00:46:56 -0500
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
Give it another whirl.