>>>>> "Hasse" == Hasse Hagen Johansen <[EMAIL PROTECTED]> writes:
>>>>> "Daniel" == Daniel Henninger <[EMAIL PROTECTED]> writes: Daniel> Well first of all, which version of Twisted are you using? Daniel> The web interface no longer works under the Twisted 1.* Daniel> series. If you run the transport in debug mode, you will Daniel> see whether it says that it couldn't start the interface Daniel> or not. Hrm... wait you are using 0.7? Ok, that is Daniel> actually the biggest problem right there. I busted the Daniel> code for 0.7's web interface. I've since fixed it in SVN Daniel> and it'll be fixed in 0.7a. Don't know if you'd rather Daniel> pull SVN or wait for the release. =) Hasse> Hi Daniel Hasse> Thanks for the prompt reply. It have checked that I run Hasse> twisted 2.0. I have read the INSTALL file ;-) Hasse> thanks for the tip about debugging mode. I'll pull it from Hasse> SVN. I don't know when you plan the 0.7a release ;-) Hasse> Regards Hasse Ok. Have just tried trunk from subversion. Now it listens and I get an http auth box. I Believe I should use a the JID and its password to login. The JID I put in the <admins></admins> section of config.xml. It now just hangs the browser until timeout(I believe..the browser is just doing pageloading a long time until I stop it), and I get this in the debugging output: [2006-02-15 20:51:53] 127.0.0.1 - - [15/Feb/2006:19:51:53 +0000] "GET / HTTP/1.0" 401 23 "-" "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/1.0.16" [2006-02-15 20:52:03] INFO :: :: handler.WebInterface :: renderHTTP :: {'username': '<my JID was here>', 'request': <GET / HTTP/1.0>, 'self': 'instance', 'password': '<my password was here>', 'ctx': PageContext(tag=<web.handler.WebInterface object at 0x408f446c>, remembrances={'nevow.inevow.ICurrentSegments': ('',), 'nevow.inevow.IRemainingSegments': ()})} :: '<my JID was here>' [2006-02-15 20:52:04] Starting factory <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at 0x40b314ac> I replaced my JID for <my JID was here> and password with <my password was here> Regards Hasse H. Johansen