cleverking / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
0 stars 0 forks source link

confirm_email doesn't always return properly #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Exception in request: ValueError: The view common.decorator.confirm_email
didn't return an HttpResponse object.
Traceback (most recent call last):
  File
"/base/data/home/apps/jaiku/1.332030396662882956/django.zip/django/core/handlers
/base.py",
line 103, in get_response
    raise ValueError, "The view %s.%s didn't return an HttpResponse
object." % (callback.__module__, view_name)
ValueError: The view common.decorator.confirm_email didn't return an
HttpResponse object.

Original issue reported on code.google.com by bigbrother@gmail.com on 13 Mar 2009 at 2:18

GoogleCodeExporter commented 8 years ago
This may be because the validation code has already been used.

Original comment by s...@samj.net on 16 Mar 2009 at 5:27

GoogleCodeExporter commented 8 years ago
added a change to at least raise the appropriate error when this happens:
http://rietku.appspot.com/3006/

Original comment by andyster on 2 Apr 2009 at 8:43