Wait, you get the exact same error?  Part of the changes were to  
catch that error code and at least give you something prettier back!

Daniel

On Mar 1, 2006, at 12:27 AM, Travis Bell wrote:

> Just to follow up, I gave the r200 release a try and get the same  
> error ;)
>
> -- 
> Travis Bell
>
>
>
> On 28-Feb-06, at 10:05 PM, Travis Bell wrote:
>
>> Yes, I see it every time but only with the 2006-02-27 build and  
>> on. The 2006-01-10 build works every time, no problems whatsoever  
>> (except the iChat issue of course.)
>>
>> Thanks again,
>>
>> -- 
>> Travis Bell
>>
>>
>>
>> On 28-Feb-06, at 7:48 PM, Daniel Henninger wrote:
>>
>>> Oh, also, does this happen every time?  (the error in the screen  
>>> shot)  That particular error is pretty blatantly a "service not  
>>> available" message.  Now... what's going on there I am not sure,  
>>> if you are seeing it every time.
>>>
>>> Daniel
>>>
>>> On Feb 28, 2006, at 5:12 PM, Travis Bell wrote:
>>>
>>>> One thing I just noticed... if I login with Adium I do get an  
>>>> error, see the screenshot here: http://travisbell.com/misc/ 
>>>> aim_error.png
>>>>
>>>> Hope that helps.
>>>>
>>>> What I find strange is I can still use  the 2006-01-10 version  
>>>> just fine, so it is obviously something that was changed since  
>>>> then.
>>>>
>>>> Cheers,
>>>>
>>>> -- 
>>>> Travis Bell
>>>>
>>>>
>>>>
>>>> On 27-Feb-06, at 5:44 PM, Daniel Henninger wrote:
>>>>
>>>>> 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
>>>>>
>>>>> _______________________________________________
>>>>> py-transports mailing list
>>>>> [email protected]
>>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>>
>>>> _______________________________________________
>>>> py-transports mailing list
>>>> [email protected]
>>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>>
>>> _______________________________________________
>>> py-transports mailing list
>>> [email protected]
>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>> _______________________________________________
>> py-transports mailing list
>> [email protected]
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to