Roundup Tracker - Issues

Message1493

Author a1s
Recipients
Date 2004-10-18.09:30:25
Message-id
In-reply-to
demo.py uses socket.gethostname() as a host name for
the demo tracker url.  this returns locally defined
machine name which is not guaranteed to have an
associated ip address (at least on windows platform). 
as a result, returned url may not be resolved by browser.

imho demo tracker should always be set up on localhost.
 demo.py docstring says it is; currently that is not true.
History
Date User Action Args
2009-02-03 14:20:59adminlinkissue1049101 messages
2009-02-03 14:20:59admincreate