On 10/11/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > Definitely check in the web interface to make sure it's set right > there. If I recall correctly, ejabberd.cfg isn't really read after > the first time unless you uncomment some lines near the top to say > "override with these values". (otherwise, it's all stored in the > database and kept there)
I added override* at beggining of ejabberd.cfg and restart. Looking at web interface I got this 5348 - ejabberd_service - [{access,all},{host,"icq.jabber.galle.com.br",[{password,"xpto"}]}] But problem persists... :-( -- Renato Botelho ICQ: 54596223 AIM: RBGargaBR From [EMAIL PROTECTED] Tue Oct 11 18:49:15 2005 From: [EMAIL PROTECTED] (Gonzalo Barrio) Date: Tue Oct 11 18:49:32 2005 Subject: [py-transports] PyMSN errors in reactor Message-ID: <[EMAIL PROTECTED]> I am having this error. I use the lastest pymsn-t-0.10 stable with epoll (the last one) 10/11/05 - 11:00:52 - LegacyList: Session "[EMAIL PROTECTED]" finished syncJabberLegacyLists() 10/11/05 - 11:00:53 - NotificationClient: "[EMAIL PROTECTED]" contactStatusChanged("AWY", "[EMAIL PROTECTED]") 10/11/05 - 11:00:53 - LegacyConnection: "[EMAIL PROTECTED]" - contactStatusChanged("[EMAIL PROTECTED]") 10/11/05 - 11:00:53 - User: [EMAIL PROTECTED] - JabberConnection sending presence "[EMAIL PROTECTED]""[EMAIL PROTECTED] mt.com" "away" "" "None" "None" "True" "Juli n M rquez" 10/11/05 - 11:00:53 - Traceback (most recent call last): 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 56, in callWithLogger 10/11/05 - 11:00:53 - return callWithContext({"system": lp}, func, *args, **kw) 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/python/log.py", line 41, in callWithContext 10/11/05 - 11:00:53 - return context.call({ILogContext: newCtx}, func, *args, **kw) 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/python/context.py", line 52, in callWithContext 10/11/05 - 11:00:53 - return self.currentContext().callWithContext(ctx, func, *args, **kw) 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/python/context.py", line 31, in callWithContext 10/11/05 - 11:00:53 - return func(*args,**kw) 10/11/05 - 11:00:53 - --- <exception caught here> --- 10/11/05 - 11:00:53 - File "epollreactor.py", line 211, in _doReadOrWrite 10/11/05 - 11:00:53 - 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py", line 351, in doRead 10/11/05 - 11:00:53 - return self.protocol.dataReceived(data) 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", line 232, in dataReceived 10/11/05 - 11:00:53 - return self.rawDataReceived(data) 10/11/05 - 11:00:53 - File "/home/gbarrio/proyectos/jabber/Novamens-Jabber-Server/PyTransports/pymsnt-0.10/src/tlib/msn.py", line 696, in rawDataReceived 10/11/05 - 11:00:53 - 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", line 247, in setLineMode 10/11/05 - 11:00:53 - return self.dataReceived(extra) 10/11/05 - 11:00:53 - File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py", line 221, in dataReceived 10/11/05 - 11:00:53 - why = self.lineReceived(line) 10/11/05 - 11:00:53 - File "/home/gbarrio/proyectos/jabber/Novamens-Jabber-Server/PyTransports/pymsnt-0.10/src/tlib/msn.py", line 670, in lineReceived 10/11/05 - 11:00:53 - 10/11/05 - 11:00:53 - File "/home/gbarrio/proyectos/jabber/Novamens-Jabber-Server/PyTransports/pymsnt-0.10/src/tlib/msn.py", line 725, in gotError 10/11/05 - 11:00:53 - 10/11/05 - 11:00:53 - exceptions.KeyError: 400 Thanks in advance. Gonzalo Barrio Linares.