Issue 1049101
Created on 2004-10-18 09:30 by a1s, last changed 2004-11-06 15:07 by a1s.
msg1493 |
Author: [hidden] (a1s) |
Date: 2004-10-18 09:30 |
|
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.
|
msg1494 |
Author: [hidden] (a1s) |
Date: 2004-10-30 11:01 |
|
Logged In: YES
user_id=8719
i'm about to implement and close this within next days if
there is no feedback.
|
msg1495 |
Author: [hidden] (a1s) |
Date: 2004-11-06 15:07 |
|
Logged In: YES
user_id=8719
checked in HEAD
|
|
Date |
User |
Action |
Args |
2004-10-18 09:30:25 | a1s | create | |
|