On Fri, Jun 02, 2006 at 07:48:36AM +0200, Stian B. Barmen wrote: > Hope more can test this so we can confirm if it is a MSN or transport > problem.
I'm able to confirm this too. I found out that it's the phrase "download.php" that triggers the error. The switchboard server simply closes the connection if "download.php" occurs anywhere in the message, thus "asdfdownload.phpghjk" will also trigger the error. The connection also gets closed if I use Gaim, so I'm pretty sure that it's not a bug in PyMSNt. It's my guess that MSN maintains a blacklist, perhaps to prevent viruses from spreading. However, as you mention, it's not possible to send messages after the switchboard connection has been closed. I think PyMSNt should create a new connection when this occurs. Best regards, Lars From [EMAIL PROTECTED] Fri Jun 2 08:09:13 2006 From: [EMAIL PROTECTED] (Stian B. Barmen) Date: Fri Jun 2 08:09:21 2006 Subject: [py-transports] Sending a link to MSN not working In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > On Fri, Jun 02, 2006 at 07:48:36AM +0200, Stian B. Barmen wrote: > > Hope more can test this so we can confirm if it is a MSN or > transport > > problem. > > I'm able to confirm this too. I found out that it's the > phrase "download.php" that triggers the error. The > switchboard server simply closes the connection if > "download.php" occurs anywhere in the message, thus > "asdfdownload.phpghjk" will also trigger the error. > > The connection also gets closed if I use Gaim, so I'm pretty > sure that it's not a bug in PyMSNt. It's my guess that MSN > maintains a blacklist, perhaps to prevent viruses from spreading. > > However, as you mention, it's not possible to send messages > after the switchboard connection has been closed. I think > PyMSNt should create a new connection when this occurs. > Yes it seems that gaim still sends messages to the other party after the error occurs, but the transport just stops sending messages. Any fix to this would be great :) Thanks for testing Lars. -stian -------------- 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/20060602/b372627f/smime.bin From [EMAIL PROTECTED] Fri Jun 2 08:21:16 2006 From: [EMAIL PROTECTED] (Lars T. Mikkelsen) Date: Fri Jun 2 08:21:25 2006 Subject: [py-transports] Sending a link to MSN not working In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Fri, Jun 02, 2006 at 10:01:26AM +0200, Lars T. Mikkelsen wrote: > The connection also gets closed if I use Gaim, so I'm pretty sure that > it's not a bug in PyMSNt. It's my guess that MSN maintains a blacklist, > perhaps to prevent viruses from spreading. I just Googled this. Wikipedia has a list of censored phrases: http://en.wikipedia.org/wiki/MSN_Messenger#Censorship_controversy From [EMAIL PROTECTED] Fri Jun 2 10:39:41 2006 From: [EMAIL PROTECTED] (Phil Reynolds) Date: Fri Jun 2 10:39:49 2006 Subject: [py-transports] Re: PyYIMt and Debian Testing In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On Wed, May 24, 2006 at 02:15:34PM -0400, Fawzib Rojas wrote: > Norman Rasmussen wrote: > > > >Ask Fawzib if he'll build some for you. You can find his email > >address in the package details. > > > > I packaged the Yahoo transport for Debian, the name is jabber-pyyim. > Tested it and it seemed to work ok, btw, did you know you can add > yourself as a contact in the transport, and even talk to yourself, I do > that all the time but never with Jabber. :) I'm trying to install this, but getting problems due to missing /etc/lsb-release. Can you please advise what I need? -- Phil Reynolds o ____ mail: [EMAIL PROTECTED] |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 From [EMAIL PROTECTED] Fri Jun 2 11:14:39 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Fri Jun 2 11:14:46 2006 Subject: [py-transports] Re: PyYIMt and Debian Testing In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 6/2/06, Phil Reynolds <[EMAIL PROTECTED]> wrote: > I'm trying to install this, but getting problems due to missing > /etc/lsb-release. not sure, maybe http://www.google.com/search?q=lsb-release -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Fri Jun 2 12:53:11 2006 From: [EMAIL PROTECTED] (=?iso-8859-1?Q?S=E9rgio_Freire?=) Date: Fri Jun 2 12:53:37 2006 Subject: [py-transports] pymsnt problem with spool dir Message-ID: <[EMAIL PROTECTED]> Hi. Im using latest revision from SVN and Im having this problem... it appeared after a restart to the transport/machine. Checking spool files and stringprepping any if necessary... File: % aq An error occurred during one of the automatic data update routines. Please repor t this bug. Traceback (most recent call last): File "/home/jabber/jabber/pymsnt/PyMSNt.py", line 12, in ? main.main() File "/home/jabber/jabber/pymsnt/src/main.py", line 391, in main app = App() File "/home/jabber/jabber/pymsnt/src/main.py", line 331, in __init__ housekeep.init() File "/home/jabber/jabber/pymsnt/src/housekeep.py", line 25, in init noteListF[noteList.index(note)]() File "/home/jabber/jabber/pymsnt/src/housekeep.py", line 80, in doSpoolPrepChe ck shutil.move(pre + file, pre + filej) File "/usr/lib/python2.3/shutil.py", line 170, in move copy2(src,dst) File "/usr/lib/python2.3/shutil.py", line 82, in copy2 copyfile(src, dst) File "/usr/lib/python2.3/shutil.py", line 37, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: '/home/jabber/jabber-1.4.2/pymsnt- 0.11/data/msn.localhost/%aq'
