Redirection

You're being redirected.Server error

Exception in server

Page "/space" caused an error: cannot write after redirect() call

Traceback (innermost last):

  File "/home/rcarmo/snakelets/snakeserver/webapp.py", line 608, in run_snakelet
    snake.serve(req, resp)          # <------ the actual call to the snakelet!
  File "/home/rcarmo/snakelets/webapps/ROOT/yaki/Engine.py", line 174, in serve
    out = response.getOutput()
  File "/home/rcarmo/snakelets/snakeserver/request_response.py", line 279, in getOutput
    raise RuntimeError('cannot write after redirect() call')
RuntimeError: cannot write after redirect() call