> thanks for the tip about debugging mode. I'll pull it from SVN. I > don't know when you plan the 0.7a release ;-)
I don't know that either. ;D Daniel From [EMAIL PROTECTED] Wed Feb 15 20:12:26 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Wed Feb 15 20:12:48 2006 Subject: [py-transports] Webinterface in 0.7 In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Hrm. Can you think of any reason why the web server wouldn't be able to talk to your jabber server? Also, do you allow non-ssl connections on your jabber server? Daniel On Feb 15, 2006, at 2:55 PM, Hasse Hagen Johansen wrote: >>>>>> "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 > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >