1979: [Django] Error (EXTERNAL IP)

Scoo****@gmai***** (Google Code) (Is this you? Claim this profile.)
March 14, 2011
What version are you running?
1.6 alpha 0 (dev)

What's the URL of the page containing the problem?
none; the emails were kept sent over and over

What steps will reproduce the problem?
1. I generated a new review request with postreview tool.
2. I received an email about a new request
3. I entered the request and clicked Review (this opens a big text area on a layer, which allows to enter the review)
4. I kept it open for a while

After a while I've been sent multiple times an email which is included in as the attachment

What is the expected output? What do you see instead?
None. The error email should not occur.

What operating system are you using? What browser?
Windows XP. Firefox 3.6.13

Please provide any additional information below.
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Django-1.2.3-py2.5.egg/django/core/handlers/base.py", line 100, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/usr/lib/python2.5/site-packages/ReviewBoard-1.6alpha0.dev-py2.5.egg/reviewboard/accounts/decorators.py", line 25, in _check
    return login_required(view_func)(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/Djblets-0.6.7alpha0.dev_20101125-py2.5.egg/djblets/auth/util.py", line 46, in _checklogin
    return view_func(request, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/ReviewBoard-1.6alpha0.dev-py2.5.egg/reviewboard/accounts/decorators.py", line 46, in _check_valid_prefs
    return view_func(request, *args, **kwargs)
  File "/usr/lib/python2.5/site-packages/ReviewBoard-1.6alpha0.dev-py2.5.egg/reviewboard/reviews/views.py", line 364, in review_detail
    if last_visited < latest_reply:
TypeError: can't compare 
chipx86
#1 chipx86
What build of 1.6alpha? Was this from the source tree (if so, what's the SHA1 of master?) or a nightly (which build number?)
  • +NeedInfo
david
#2 david
  • -NeedInfo
    +Incomplete