Issue 5: Unable to sign in to post a comment
Status:  Fixed
Owner:
Closed:  Mar 2009
Project Member Reported by tony.t.t...@gmail.com, Mar 13, 2009
What steps will reproduce the problem?
1. check out revision 1 (yes, one)
2. run bin/testserver.sh
3. go to http://localhost:8080/user/popular/presence/12347#comments
4. click on "sign in to add a comment"

What is the expected output? 
sign in box

What do you see instead?
ERROR:root:Error: Traceback (most recent call last):
  File "/usr/local/google/jaiku/jaikuengine/django/core/handlers/base.py",
line 86, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/google/jaiku/jaikuengine/common/decorator.py", line 41,
in _wrap
    rv = handler(request, *args, **kw)
  File "/usr/local/google/jaiku/jaikuengine/login/views.py", line 34, in
login_login
    redirect_to = clean.redirect_to(redirect_to)
  File "/usr/local/google/jaiku/jaikuengine/common/clean.py", line 199, in
redirect_to
    if not parts.scheme and not parts.netloc and parts.path:
AttributeError: 'tuple' object has no attribute 'scheme'

INFO:root:"GET
/login?redirect_to=http://localhost%3A8080/user/popular/presence/12347
HTTP/1.1" 200 -



Please use labels and text to provide additional information.

Mar 13, 2009
Project Member #1 andyster
ah, this is a python 2.4 bug, will fix
Status: Accepted
Owner: andyster
Labels: py24
Mar 17, 2009
Project Member #2 tony.t.t...@gmail.com
http://rietku.appspot.com/13/show
Status: Started
Owner: tony.t.tseng
Mar 18, 2009
Project Member #3 andyster
please mark this as fixed when you commit your code :)
Mar 19, 2009
Project Member #4 tony.t.t...@gmail.com
Er, I couldn't commit for some reason. (maybe it has something to do with wiping svn
repo?)
Mar 27, 2009
Project Member #5 tony.t.t...@gmail.com
(No comment was entered for this change.)
Status: Fixed