> [EMAIL PROTECTED]:~/pymsnt> svn co http://delx.cjb.net/pymsnt/trunk
> svn: PROPFIND request failed on '/pymsnt/trunk'
> svn: PROPFIND of '/pymsnt/trunk': 405 Method Not Allowed 
> (http://delx.cjb.net)
> 

I get this same error, on both svn: and http: it does not work. /me wants
updates :)

Anywho I found a strange error these last days. A user reported to me that
his msn account was never logged off when he quit his Jabber client. I did a
test myself, using gajim. When I logged on the transport I was in away mode
(like the "as a result of being idle type") even if I was available on other
transports plus in Jabber. Changing the status does not change the status on
MSN. 

I then logged on my wifes MSN account on the Live Messenger and found my
account online but away. Just to test I sendt myselft a message from my
wifes account and it was received without any problems, but I was still
away. Next thing I try is to log off the transport, but this does not work,
nothing happens. I then quit gajim. In MSN my MSN user still showed online
but away. I tried sending myselft a few messages, no problems. Then I log on
to gajim again, transport shows online but away like before, and the
messages I sent myself while offline popped into my roster, just like
offline jabber messages. 

Ok, so I try to stop the transport, and restart it. The transport does not
log on manually from gajim, but when I quit gajim and starts it up again
then it logs on. 

Now I will test jabbin to se if I get the same problem here. Right after
restart the transport behaves for a good while. This is all I found from the
last hours in debug (last entry like 6 hours ago, my tests where at
2006-08-08 09:00):


[2006-08-07 20:44:37] Traceback (most recent call last):
          File "/usr/lib/python2.4/site-packages/twisted/python/log.py",
line 53, in callWithLogger
            return callWithContext({"system": lp}, func, *args, **kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/log.py",
line 38, in callWithContext
            return context.call({ILogContext: newCtx}, func, *args, **kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 59, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args,
**kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 37, in callWithContext
            return func(*args,**kw)
        --- <exception caught here> ---
          File
"/usr/lib/python2.4/site-packages/twisted/internet/epollreactor.py", line
199, in _doReadOrWrite
            why = selectable.doRead()
          File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py",
line 349, in doRead
            return self.protocol.dataReceived(data)
          File
"/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", line 232, in
dataReceived
            why = self.lineReceived(line)
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 822, in
lineReceived
            try: handler(params.split(' '))
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 1178, in
handle_NLN
            self.handleAvatarHelper(msnContact, params[4])
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 1159, in
handleAvatarHelper
            self.contactAvatarChanged(msnContact.userHandle,
binascii.hexlify(b64dec(msnContact.msnobj.sha1d)))
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 434, in
contactAvatarChanged
            LogEvent(INFO, self.factory.msncon.ident)
        exceptions.AttributeError: 'NoneType' object has no attribute
'ident'

[2006-08-08 02:26:02] Traceback (most recent call last):
          File "/usr/lib/python2.4/site-packages/twisted/python/log.py",
line 53, in callWithLogger
            return callWithContext({"system": lp}, func, *args, **kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/log.py",
line 38, in callWithContext
            return context.call({ILogContext: newCtx}, func, *args, **kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 59, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args,
**kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 37, in callWithContext
            return func(*args,**kw)
        --- <exception caught here> ---
          File
"/usr/lib/python2.4/site-packages/twisted/internet/epollreactor.py", line
199, in _doReadOrWrite
            why = selectable.doRead()
          File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py",
line 349, in doRead
            return self.protocol.dataReceived(data)
          File
"/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", line 232, in
dataReceived
            why = self.lineReceived(line)
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 822, in
lineReceived
            try: handler(params.split(' '))
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 2223, in
handle_ANS
            self.loggedIn()
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 704, in
loggedIn
            self._ready()
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 671, in _ready
            self.userJoined(user)
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 717, in
userJoined
            self._switchToMulti(remoteUser)
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 679, in
_switchToMulti
            del self.msncon.switchboardSessions[self.remoteUser]
        exceptions.KeyError: '[EMAIL PROTECTED]'

[2006-08-08 02:46:33] Traceback (most recent call last):
          File "/usr/lib/python2.4/site-packages/twisted/python/log.py",
line 53, in callWithLogger
            return callWithContext({"system": lp}, func, *args, **kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/log.py",
line 38, in callWithContext
            return context.call({ILogContext: newCtx}, func, *args, **kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 59, in callWithContext
            return self.currentContext().callWithContext(ctx, func, *args,
**kw)
          File "/usr/lib/python2.4/site-packages/twisted/python/context.py",
line 37, in callWithContext
            return func(*args,**kw)
        --- <exception caught here> ---
          File
"/usr/lib/python2.4/site-packages/twisted/internet/epollreactor.py", line
199, in _doReadOrWrite
            why = selectable.doRead()
          File "/usr/lib/python2.4/site-packages/twisted/internet/tcp.py",
line 349, in doRead
            return self.protocol.dataReceived(data)
          File
"/usr/lib/python2.4/site-packages/twisted/protocols/basic.py", line 232, in
dataReceived
            why = self.lineReceived(line)
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 822, in
lineReceived
            try: handler(params.split(' '))
          File "/usr/local/pymsnt/src/tlib/msn/msn.py", line 2209, in
handle_JOI
            self.userJoined(params[0], unquote(params[1]))
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 717, in
userJoined
            self._switchToMulti(remoteUser)
          File "/usr/local/pymsnt/src/tlib/msn/msnw.py", line 679, in
_switchToMulti
            del self.msncon.switchboardSessions[self.remoteUser]
        exceptions.KeyError: '[EMAIL PROTECTED]'

[2006-08-08 03:45:16] Traceback (most recent call last):
        Failure: <type 'int'>: 201

[2006-08-08 03:45:16] Traceback (most recent call last):
        Failure: <type 'int'>: 201
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4490 bytes
Desc: not available
Url : 
http://modevia.com/pipermail/py-transports/attachments/20060808/5f5dff59/smime.bin
From [EMAIL PROTECTED]  Tue Aug  8 09:31:05 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Tue Aug  8 09:31:10 2006
Subject: [py-transports] Can't start daemon
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On 8/7/06, Joe Moschetti <[EMAIL PROTECTED]> wrote:
> Latest in the Debian repository.

Which Debian repository?

My guess is you've upgraded to 2.4 like I have - which is currently
not supported by PyAIMt or PyICQt.

You can chaeck by typing:
 python
 import twisted
 twisted.version

-- 
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Tue Aug  8 09:33:29 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Tue Aug  8 09:33:33 2006
Subject: [py-transports] delx.cjb.net problems
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

READ THIS IF YOU'RE HAVING SVN ISSUES

On 8/6/06, James Bunton <[EMAIL PROTECTED]> wrote:
> This means everybody should run
> svn switch --relocate svn://delx.cjb.net/ http://delx.cjb.net/svn/
> svn up # To verify the relocate worked

I'm reposting this because many people seem to have missed it.

-- 
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Tue Aug  8 09:41:31 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Tue Aug  8 09:41:36 2006
Subject: [py-transports] Problems with current directory hashing method
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

          File "/home/norman/src/svn/PyMSNt/src/jabw.py", line 256, in
onPresence
            self.subscriptionReceived(fro, toj.userhost(), ptype)
          File "/home/norman/src/svn/PyMSNt/src/session.py", line 347,
in subscriptionReceived
            self.pytrans.registermanager.removeRegInfo(jid)
          File "/home/norman/src/svn/PyMSNt/src/register.py", line 31,
in removeRegInfo
            self.pytrans.xdb.remove(jabberID)
          File "/home/norman/src/svn/PyMSNt/src/xdb.py", line 128, in remove
            os.remove(file)
        exceptions.OSError: [Errno 2] No such file or directory:
'/var/spool/pymsnt/msn.jabber.darkskies.za.net/cba/user%gmail.com.xml'

I found the file in: fa3/bostoneboy%gmail.com.xml

notice md5 hashes are:

[EMAIL PROTECTED] : cba....
user%gmail.com : fa3.....

so it looks like the remove method is using the address with a @ instead of a %

-- 
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Tue Aug  8 10:02:24 2006
From: [EMAIL PROTECTED] (Stian B. Barmen)
Date: Tue Aug  8 10:02:32 2006
Subject: [py-transports] delx.cjb.net problems
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Thx Norman :) I have been on vacation and had 2000 mails to scan so I missed
this one!

-stian 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Norman Rasmussen
> Sent: Tuesday, August 08, 2006 11:33 AM
> To: PyTransports Discussion
> Subject: Re: [py-transports] delx.cjb.net problems
> 
> READ THIS IF YOU'RE HAVING SVN ISSUES
> 
> On 8/6/06, James Bunton <[EMAIL PROTECTED]> wrote:
> > This means everybody should run
> > svn switch --relocate svn://delx.cjb.net/ 
> http://delx.cjb.net/svn/ svn 
> > up # To verify the relocate worked
> 
> I'm reposting this because many people seem to have missed it.
> 
> --
> - Norman Rasmussen
>  - Email: [EMAIL PROTECTED]
>  - Home page: http://norman.rasmussen.co.za/ 
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4490 bytes
Desc: not available
Url : 
http://modevia.com/pipermail/py-transports/attachments/20060808/1ad4df23/smime.bin
From [EMAIL PROTECTED]  Tue Aug  8 11:31:11 2006
From: [EMAIL PROTECTED] (Joe Moschetti)
Date: Tue Aug  8 11:31:16 2006
Subject: [py-transports] Can't start daemon
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Yep. I'll see about downgrading it. Thanks for the info.

On 8/8/06, Norman Rasmussen <[EMAIL PROTECTED]> wrote:
>
> On 8/7/06, Joe Moschetti <[EMAIL PROTECTED]> wrote:
> > Latest in the Debian repository.
>
> Which Debian repository?
>
> My guess is you've upgraded to 2.4 like I have - which is currently
> not supported by PyAIMt or PyICQt.
>
> You can chaeck by typing:
> python
> import twisted
> twisted.version
>
> --
> - Norman Rasmussen
> - Email: [EMAIL PROTECTED]
> - Home page: http://norman.rasmussen.co.za/
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>



-- 
Joe Moschetti
http://jmoschetti45.ath.cx/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://modevia.com/pipermail/py-transports/attachments/20060808/4517b85e/attachment.html
From [EMAIL PROTECTED]  Tue Aug  8 12:01:56 2006
From: [EMAIL PROTECTED] (Renato Botelho)
Date: Tue Aug  8 12:02:06 2006
Subject: [py-transports] Re: PyMSNt losing connections (FIXED)
Message-ID: <[EMAIL PROTECTED]>

On 8/3/06, Renato Botelho <[EMAIL PROTECTED]> wrote:
> I'm using ejabberd-1.1.1 + PyMSNt-0.11.1 on a FreeBSD 6.x box. Last
> days some users reported me they are losing MSN connection many times
> per day. Here is a traceback

Fixed. I'm using svn trunk and everything is working fine now.

Does anybody know how patch can fix it on 0.11.1? Or if a new released
will become soon? I would like to add the patch to FreeBSD ports and
leave it working fine there if a new version won't come soon

Thanks
-- 
Renato Botelho
From [EMAIL PROTECTED]  Tue Aug  8 12:59:59 2006
From: [EMAIL PROTECTED] (James Bunton)
Date: Tue Aug  8 13:00:10 2006
Subject: [py-transports] Problems with current directory hashing method
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Thanks. Fixed that in svn :)

---

James


On 08/08/2006, at 7:41 PM, Norman Rasmussen wrote:

>          File "/home/norman/src/svn/PyMSNt/src/jabw.py", line 256, in
> onPresence
>            self.subscriptionReceived(fro, toj.userhost(), ptype)
>          File "/home/norman/src/svn/PyMSNt/src/session.py", line 347,
> in subscriptionReceived
>            self.pytrans.registermanager.removeRegInfo(jid)
>          File "/home/norman/src/svn/PyMSNt/src/register.py", line 31,
> in removeRegInfo
>            self.pytrans.xdb.remove(jabberID)
>          File "/home/norman/src/svn/PyMSNt/src/xdb.py", line 128,  
> in remove
>            os.remove(file)
>        exceptions.OSError: [Errno 2] No such file or directory:
> '/var/spool/pymsnt/msn.jabber.darkskies.za.net/cba/user%gmail.com.xml'
>
> I found the file in: fa3/bostoneboy%gmail.com.xml
>
> notice md5 hashes are:
>
> [EMAIL PROTECTED] : cba....
> user%gmail.com : fa3.....
>
> so it looks like the remove method is using the address with a @  
> instead of a %
>
> -- 
> - Norman Rasmussen
> - Email: [EMAIL PROTECTED]
> - Home page: http://norman.rasmussen.co.za/
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to