Hey guys, I just snagged the latest SVN version hoping it would fix  
my iChat problem but now when I start it (same config.xml as the  
2006-01-10 version I was running before) I get this huge dump of text  
and am unable to login to AIM. I don't get any errors in my client,  
contacts just never show up.


---------------

Traceback (most recent call last):
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
pollreactor.py", line 145, in doPoll
     log.callWithLogger(selectable, _drdw, selectable, fd, event,  
POLLIN, POLLOUT, log)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
log.py", line 65, in callWithLogger
     callWithContext({"system": lp}, func, *args, **kw)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
log.py", line 52, in callWithContext
     return context.call({ILogContext: newCtx}, func, *args, **kw)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
context.py", line 43, in callWithContext
     return func(*args,**kw)
--- <exception caught here> ---
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
pollreactor.py", line 160, in _doReadOrWrite
     why = selectable.doRead()
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
tcp.py", line 255, in doRead
     return self.protocol.dataReceived(data)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/tlib/oscar.py",  
line 512, in dataReceived
     self.connectionLost("Connection rejected.")
   File "/usr/opt/transports/pyaimt-2006-02-27/src/legacy/aimt.py",  
line 444, in connectionLost
     self.aimcon.session.removeMe()
exceptions.AttributeError: 'NoneType' object has no attribute 'removeMe'
Traceback (most recent call last):
   File "/usr/opt/transports/pyaimt-2006-02-27/src/main.py", line  
480, in main
     reactor.run()
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
default.py", line 126, in run
     self.mainLoop()
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
default.py", line 137, in mainLoop
     self.doIteration(t)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
pollreactor.py", line 145, in doPoll
     log.callWithLogger(selectable, _drdw, selectable, fd, event,  
POLLIN, POLLOUT, log)
--- <exception caught here> ---
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
log.py", line 65, in callWithLogger
     callWithContext({"system": lp}, func, *args, **kw)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
log.py", line 52, in callWithContext
     return context.call({ILogContext: newCtx}, func, *args, **kw)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
context.py", line 43, in callWithContext
     return func(*args,**kw)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
pollreactor.py", line 175, in _doReadOrWrite
     selectable.connectionLost(failure.Failure(why))
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
tcp.py", line 447, in connectionLost
     Connection.connectionLost(self, reason)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
tcp.py", line 294, in connectionLost
     protocol.connectionLost(reason)
   File "/usr/opt/transports/pyaimt-2006-02-27/src/legacy/aimt.py",  
line 444, in connectionLost
     self.aimcon.session.removeMe()
exceptions.AttributeError: 'NoneType' object has no attribute 'removeMe'

------------------


Does any of that make sense to you? Is there something I can do on my  
end to fix this?

Thanks!


-- 
Travis Bell



-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://modevia.com/pipermail/py-transports/attachments/20060227/5e185acf/attachment.html
From [EMAIL PROTECTED]  Tue Feb 28 00:44:57 2006
From: [EMAIL PROTECTED] (Daniel Henninger)
Date: Tue Feb 28 00:45:31 2006
Subject: [py-transports] Errors with 2006-02-27 PyAIM-t build...
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Well it looks like you are being immediately disconnected.  There's a  
number of reasons why that might happen, but it shouldn't cause a  
traceback.  ;D  Either way, it might be more helpful to see debug  
logging as you log in.  Note that I was just about to release 0.7c of  
pyaim and 0.7a of pyicq.  How about drop me an im  
([EMAIL PROTECTED]) if you have a moment.  (note that I'm  
going to be away from the computer for a little bit but I'll be back)

Daniel

On Feb 27, 2006, at 7:34 PM, Travis Bell wrote:

> Hey guys, I just snagged the latest SVN version hoping it would fix  
> my iChat problem but now when I start it (same config.xml as the  
> 2006-01-10 version I was running before) I get this huge dump of  
> text and am unable to login to AIM. I don't get any errors in my  
> client, contacts just never show up.
>
>
> ---------------
>
> Traceback (most recent call last):
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> pollreactor.py", line 145, in doPoll
>     log.callWithLogger(selectable, _drdw, selectable, fd, event,  
> POLLIN, POLLOUT, log)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
> log.py", line 65, in callWithLogger
>     callWithContext({"system": lp}, func, *args, **kw)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
> log.py", line 52, in callWithContext
>     return context.call({ILogContext: newCtx}, func, *args, **kw)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
> context.py", line 43, in callWithContext
>     return func(*args,**kw)
> --- <exception caught here> ---
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> pollreactor.py", line 160, in _doReadOrWrite
>     why = selectable.doRead()
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> tcp.py", line 255, in doRead
>     return self.protocol.dataReceived(data)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/tlib/oscar.py",  
> line 512, in dataReceived
>     self.connectionLost("Connection rejected.")
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/legacy/aimt.py",  
> line 444, in connectionLost
>     self.aimcon.session.removeMe()
> exceptions.AttributeError: 'NoneType' object has no attribute  
> 'removeMe'
> Traceback (most recent call last):
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/main.py", line  
> 480, in main
>     reactor.run()
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> default.py", line 126, in run
>     self.mainLoop()
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> default.py", line 137, in mainLoop
>     self.doIteration(t)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> pollreactor.py", line 145, in doPoll
>     log.callWithLogger(selectable, _drdw, selectable, fd, event,  
> POLLIN, POLLOUT, log)
> --- <exception caught here> ---
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
> log.py", line 65, in callWithLogger
>     callWithContext({"system": lp}, func, *args, **kw)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
> log.py", line 52, in callWithContext
>     return context.call({ILogContext: newCtx}, func, *args, **kw)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/python/ 
> context.py", line 43, in callWithContext
>     return func(*args,**kw)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> pollreactor.py", line 175, in _doReadOrWrite
>     selectable.connectionLost(failure.Failure(why))
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> tcp.py", line 447, in connectionLost
>     Connection.connectionLost(self, reason)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/twisted/internet/ 
> tcp.py", line 294, in connectionLost
>     protocol.connectionLost(reason)
>   File "/usr/opt/transports/pyaimt-2006-02-27/src/legacy/aimt.py",  
> line 444, in connectionLost
>     self.aimcon.session.removeMe()
> exceptions.AttributeError: 'NoneType' object has no attribute  
> 'removeMe'
>
> ------------------
>
>
> Does any of that make sense to you? Is there something I can do on  
> my end to fix this?
>
> Thanks!
>
>
> -- 
> Travis Bell
>
>
>
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to