Roundup Tracker - Issues

Issue 1693838

classification
Infinite redirect upon registration
Type: Severity: normal
Components: Installation Versions:
process
Status: closed
:
: richard : anseljh, richard
Priority: normal :

Created on 2007-04-03 18:59 by anseljh, last changed 2007-04-03 18:59 by anseljh.

Messages
msg2420 Author: [hidden] (anseljh) Date: 2007-04-03 18:59
Hello!  I just easy_install'ed Roundup 1.3.3 on a Fedora Core 6 box.  I managed to get a tracker set up, and loaded up the web interface.  I clicked the Register link to register myself, filled out the form, and Firefox (2.0.0.3) gives me an error page saying "The page isn't redirecting properly -- Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

The output from the roundup-server command shows that there's some sort of infinite loop occurring:

171.66.60.51 - - [03/Apr/2007 11:55:08] "POST /dev/user HTTP/1.1" 302 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress/ HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress/// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress//// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress///// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress/////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress//////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress///////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress/////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress//////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress///////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress////////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress/////////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress//////////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress///////////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress////////////////// HTTP/1.1" 301 -
171.66.60.51 - - [03/Apr/2007 11:55:08] "GET /user?@template=rego_progress/////////////////// HTTP/1.1" 301 -


What information do you need from me to diagnose this?

Thanks!
msg2421 Author: [hidden] (anseljh) Date: 2007-04-03 19:07
Oh, heck. I just fixed it.  I need to add trackername/ to the end of my tracker address in config.ini.
History
Date User Action Args
2007-04-03 18:59:08anseljhcreate