I tried, to login - could have easily sent presence to the transport
more than once.  MSN kept telling me I was being logged in from
another location.  Eventually looked at the log file to find:

        --- <exception caught here> ---
          File 
"/usr/lib/python2.3/site-packages/twisted/internet/pollreactor.py",
line 160, in _doReadOrWrite
            why = selectable.doRead()
          File "/usr/lib/python2.3/site-packages/twisted/internet/tcp.py",
line 351, in doRead
            return self.protocol.dataReceived(data)
          File "/usr/lib/python2.3/site-packages/twisted/protocols/basic.py",
line 221, in dataReceived
            why = self.lineReceived(line)
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
825, in lineReceived
            try: handler(params.split(' '))
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msn.py", line
1109, in handle_USR
            self.loggedIn(params[2], int(params[3]))
          File "/home/norman/src/svn/PyMSNt/src/tlib/msn/msnw.py",
line 367, in loggedIn
            LogEvent(INFO, self.factory.msncon.ident)
        exceptions.AttributeError: 'NoneType' object has no attribute 'ident'

being displayed every 10 seconds.

Restarting the transport and executing 'connect all registered users'
logged me in without problems.

--
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Fri May  5 14:34:41 2006
From: [EMAIL PROTECTED] (Francisco Obarrio)
Date: Fri May  5 14:35:20 2006
Subject: [py-transports] PyMsn ports
References: <[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL PROTECTED]><[EMAIL 
PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Thanks james.. :)
the transport its working with the firewall..

last question.
i have set up my config.xml in pymsn to not get all avatars..
<!-- Get all avatars. If this is set to true then avatars are grabbed for 
all your contacts immediately. If false then avatars are only grabbed when 
you're in a chat with a contact -->
<!--<getAllAvatars/>-->

because i made a flash client and i cannot use the code of the avatars to 
make the jpg picture of the avatar.
so i use the files that creates the transport on the /avatars directory..
but what i see is that that the transport doesn't retrieves every avatars of 
my online list..
is there any way of retriving it like if the getallavatars is on.. but in 
the files of avatars instead of having the whole code on my incoming xmls ..
thanks

Francisco




----- Original Message ----- 
From: "James Bunton" <[EMAIL PROTECTED]>
To: "PyAIM-t/PyICQ-t/PyMSN-t Discussion" <[email protected]>
Sent: Thursday, May 04, 2006 10:29 PM
Subject: Re: [py-transports] PyMsn ports


> On 05/05/2006, at 9:59 AM, Francisco Obarrio wrote:
>
>> Hello.. im using shorewall for configuring iptables..
>> i set up the port of jabberd open to connect to pymsn..
>> but if i dont shutdown the firewall the transport doesnt work..
>> the other transports works fine with the firewall..
>> i want to know wich ports has to be open to use pymsn..
>>
>> thanks
>> Francisco
>
> From http://msn-transport.jabberstudio.org/docs/server.html
>
> Ensure that the transport can make outgoing connections on port 443 
> (HTTPS), 1863, as well as incoming connections on 8010 (for Jabber  file 
> transfers).
>
> ---
>
> James
>
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports 

Reply via email to