Web Browser: Firefox 3.5
Summary: error in beta
Product: GCD Online
Version: 0.4 little nemo
Platform: PC
URL: http://beta.comics.org/series/43266/
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: ui design
AssignedTo: gcd-...@googlegroups.com
ReportedBy: dond...@att.net
Estimated Hours: 0.0
When trying the "Free Ongoing Reservation" button, I received an internal
server error screen.
--
Configure bugmail: http://dev.comics.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
Henry Andrews <hh...@cornell.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hh...@cornell.edu
AssignedTo|gcd-...@googlegroups.com |hh...@cornell.edu
Status|NEW |ASSIGNED
Summary|error in beta |key error: 'ongoing'
--- Comment #1 from Henry Andrews <hh...@cornell.edu> 2010-10-03 04:59:23 PST ---
Thanks, Don. Here's the stack trace from the sysadmin list:
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line
100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/python2.6/site-packages/django/contrib/auth/decorators.py",
line 25, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/var/www/beta_pydjango/apps/oi/views.py", line 67, in delete
return reserve(request, id, model_name, True)
File "/usr/lib/python2.6/site-packages/django/contrib/auth/decorators.py",
line 25, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/var/www/beta_pydjango/apps/oi/views.py", line 71, in reserve
display_obj = get_object_or_404(DISPLAY_CLASSES[model_name], id=id)
KeyError: u'ongoing'
Ralf Haring <ralf....@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ralf....@gmail.com
--- Comment #2 from Ralf Haring <ralf....@gmail.com> 2010-10-05 00:44:54 PST ---
didn't realize this was assigned to Henry and went and fixed it
http://reviews.comics.org/r/579/
Henry Andrews <hh...@cornell.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|hh...@cornell.edu |ralf....@gmail.com
Status|ASSIGNED |NEW
--- Comment #3 from Henry Andrews <hh...@cornell.edu> 2010-10-05 00:52:28 PST ---
No worries, I hadn't started on it anyway- thanks!
Ralf Haring <ralf....@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Ralf Haring <ralf....@gmail.com> 2010-10-05 01:00:42 PST ---
checked in