RMN3 BUGS
Posts
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'
=\
AttributeError at /account/submissions/
'GameVideo' object has no attribute 'get_edit_url'
=\
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.
Clicked on topic got
Refreshed and it worked. First time I've seen this particular random error
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.
post=89634IOError at /Got this random error on the front page. Went away with a refresh.
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
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.
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
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
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
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
Give it another whirl.






















