These other exceptions, can you try them out with 0.11.1, or SVN trunk?
svn switch svn://delx.cjb.net/pymsnt/trunk
svn switch svn://delx.cjb.net/pymsnt/tags/pymsnt-0.11.1
I'm planning on keeping trunk as the bleeding edge stable. That is,
I'll check things in there after they work for me, so it should be
fairly safe to track that.
---
James
On 19/07/2006, at 1:32 AM, David E Freitas wrote:
> Hi,
>
> Python 2.4
> PyMSNt 0.11
> Twisted 1.3
>
> Two Tracebacks:
>
> Quite frequent.
>
> ------
> [2006-07-18 16:48:58] Traceback (most recent call last):
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msn.py", line 920, in
> handle_XFR
> self.gotNotificationReferral(host, int(port))
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msnw.py", line 367,
> in gotNotificationReferral
> d.callback((host, port))
> File "/usr/local/lib/python2.4/site-packages/twisted/internet/
> defer.py",
> line 252, in callback
> self._startRunCallbacks(result)
> File "/usr/local/lib/python2.4/site-packages/twisted/internet/
> defer.py",
> line 313, in _startRunCallbacks
> self._runCallbacks()
> --- <exception caught here> ---
> File "/usr/local/lib/python2.4/site-packages/twisted/internet/
> defer.py",
> line 338, in _runCallbacks
> self.result = callback(self.result, *args, **kw)
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msnw.py", line 69, in
> _gotNotificationReferral
> self.timeout.cancel()
> exceptions.AttributeError: 'NoneType' object has no attribute
> 'cancel'
>
>
> ----------
>
>
>
> [2006-07-18 16:48:33] Traceback (most recent call last):
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msn.py", line 372, in
> handleEndHeaders
> handler(info)
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msn.py", line 385, in
> login_failed
> self.deferred.callback((LOGIN_FAILURE, unquote(info['cbtxt'])))
> File "/usr/local/lib/python2.4/site-packages/twisted/internet/
> defer.py",
> line 252, in callback
> self._startRunCallbacks(result)
> File "/usr/local/lib/python2.4/site-packages/twisted/internet/
> defer.py",
> line 313, in _startRunCallbacks
> self._runCallbacks()
> --- <exception caught here> ---
> File "/usr/local/lib/python2.4/site-packages/twisted/internet/
> defer.py",
> line 338, in _runCallbacks
> self.result = callback(self.result, *args, **kw)
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msn.py", line 1132,
> in _passportError
> self.loginFailure("Exception while authenticating: %s" % failure)
> File "/usr/local/pymsnt-20060717/src/tlib/msn/msnw.py", line 376,
> in loginFailure
> self.factory.msncon.loginFailed(message)
> exceptions.AttributeError: 'NoneType' object has no attribute
> 'loginFailed'
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports