Yes, this was from jabber via Transport/Gateway to MSN contact.
Yes, no new error messages shown.


On 7/21/06, Trejkaz <[EMAIL PROTECTED]> wrote:
> On Thursday 20 July 2006 18:14, David E Freitas wrote:
> > Hi,
> >
> > I send 50 messages with a 2000B/s shaper, goes through OK.
> > Send 200 Messages with the same shaper, 78 gets lost.
> >
> > Get two of these in the exception log:
> > "Failure: <type 'int'>: 201"
> >
> > Using Twisted 1.3; Will try 2.2 still.
> >
> > Tha'ts all. And the sender gets a "undeliverable message".
> >
> > Maybe twisted 1.3 can't handle it?
>
> Which direction is this for?  On our system, messages from the Jabber user to
> the transport contact are dropped without any error message at all.
>
> TX
>
> --
>             Email: [EMAIL PROTECTED]
>         Jabber ID: [EMAIL PROTECTED]
>          Web site: http://trypticon.org/
From [EMAIL PROTECTED]  Fri Jul 21 08:07:13 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Fri Jul 21 08:07:18 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]>
Message-ID: <[EMAIL PROTECTED]>

Rev 199 - FYI: The removeRegistration process got missed:

          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 127, in remove
            os.remove(file)
        exceptions.OSError: [Errno 2] No such file or directory:
'/var/spool/pymsnt/msn.jabber.darkskies.za.net/us/user%jabber.org.xml'

notice the old directory 'hashing' method.

-- 
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Fri Jul 21 08:10:45 2006
From: [EMAIL PROTECTED] (Norman Rasmussen)
Date: Fri Jul 21 08:10:49 2006
Subject: [py-transports] MSN Groupchat/Conferencing
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On 7/21/06, Live Experts <[EMAIL PROTECTED]> wrote:
> Anyone knows if it's possible for a msn contact to join an already existing
> groupchat created by two jabber users?
I'm pretty sure the transport doesn't support this.

> What I need to do is create a groupchat and add 3 users to it , 1 jabber
> user and (two msn users or a msn and a jabber user)
>
> Is it possible? was it possible with old plain C transport?
Not as far as I can remember.

The only way that works at the moment is to create a 'groupchat' on
your msn transport and invite all the members via their MSN contacts.
The groupchat is done via the MSN network, but it does work.

-- 
- Norman Rasmussen
 - Email: [EMAIL PROTECTED]
 - Home page: http://norman.rasmussen.co.za/
From [EMAIL PROTECTED]  Fri Jul 21 11:40:51 2006
From: [EMAIL PROTECTED] (Vladimir Vrzic)
Date: Fri Jul 21 11:41:10 2006
Subject: [py-transports] Pymsnt Error <error code='405' type='wait'>
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On Fri, 2006-07-14 at 19:32 +1000, James Bunton wrote:
> You need to be able to make outgoing connections on port 443 (for  
> HTTPS) as well as on port 1863 to various servers in Microsoft's  
> netblock.
> 
> PyMSNt doesn't support a proxy of any kind.
> 
> Also, check that your username & password are correct.

Having the same problem as of PyMSN 0.11.1. All the remote MSN
ports/servers are accessible, though.
From [EMAIL PROTECTED]  Fri Jul 21 11:45:29 2006
From: [EMAIL PROTECTED] (Yves Goergen)
Date: Fri Jul 21 11:45:23 2006
Subject: [py-transports] Cannot start PyMSNt and PyICQt
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

On 17.07.2006 17:13 CE(S)T, Yves Goergen wrote:
> Running latest versions (I guess) with WildFire 2.6.2, which works fine but
> doesn't show any components sessions.

Some good news on this: I just upgraded to Wildfire 3.0.1, because the
old one didn't want to deliver my offline messages and I hoped the new
version fixed this. It did, and out of pure curiosity, I tried to start
the MSN transport while watching the debug log. It said a lot of things,
but not the message from before. I saw a "stopping factory" running by,
but there was a lot of other messages and finally it worked. Started the
ICQ transport and it worked, too! :) So I'm back online in MSN and ICQ now.

I have no idea what was wrong but after this change, it simply works again:

* Updated JRE from 1.5.0.6 to 1.5.0.7
* Updated Wildfire from 2.6.2 to 3.0.1

I'll see if it's stable over the next few days...

-- 
Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]>
http://beta.unclassified.de ? My web laboratory.
From [EMAIL PROTECTED]  Fri Jul 21 14:05:47 2006
From: [EMAIL PROTECTED] (James Bunton)
Date: Fri Jul 21 14:05:58 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]>

On 21/07/2006, at 6:07 PM, Norman Rasmussen wrote:

> Rev 199 - FYI: The removeRegistration process got missed:
>
>          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 127,  
> in remove
>            os.remove(file)
>        exceptions.OSError: [Errno 2] No such file or directory:
> '/var/spool/pymsnt/msn.jabber.darkskies.za.net/us/user%jabber.org.xml'
>
> notice the old directory 'hashing' method.
>
> -- 
> - Norman Rasmussen
> - Email: [EMAIL PROTECTED]
> - Home page: http://norman.rasmussen.co.za/

Thanks :)

---

James

Reply via email to