quait / madcow

Automatically exported from code.google.com/p/madcow
GNU General Public License v3.0
0 stars 0 forks source link

Unable to join AIM chat rooms. #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login to AIM
2. Invite bot to chat
3. Profit!

What is the expected output? What do you see instead?
Up until about 2 weeks ago the bot would join the chat.  Now it throws an 
exception.

Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
  File "/home/madcow/madcow2/madcow/include/twisted/words/protocols/oscar.py", line 1005, in oscar_0D_09
    self.clientReady()
  File "/home/madcow/madcow2/madcow/include/twisted/words/protocols/oscar.py", line 991, in clientReady
    self.d.callback(self)
  File "/home/madcow/madcow2/madcow/include/twisted/internet/defer.py", line 361, in callback
    self._startRunCallbacks(result)
  File "/home/madcow/madcow2/madcow/include/twisted/internet/defer.py", line 455, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/home/madcow/madcow2/madcow/include/twisted/internet/defer.py", line 542, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/home/madcow/madcow2/madcow/include/twisted/words/protocols/oscar.py", line 598, in <lambda>
    addCallback(self._cbGetChatInfoForInvite, user, moreTLVs[12]))
exceptions.KeyError: 12

What version of the product are you using? On what operating system?
Madcow 2.1.0
Ubuntu 11.04
Python 2.7.1+

Please provide any additional information below.
I believe this is an issue between AIM and Twisted Words and have opened a 
ticket with their tracker.  http://twistedmatrix.com/trac/ticket/5264

I am also informing you so you're in the loop and in-case I'm wrong.

Original issue reported on code.google.com by ch...@threesheets.org on 20 Sep 2011 at 5:15

GoogleCodeExporter commented 9 years ago
doesn't look like the ticket went far.. is this still broken?

Original comment by cjo...@gmail.com on 30 Jun 2012 at 3:07

GoogleCodeExporter commented 9 years ago
This is still not working.

Original comment by ch...@threesheets.org on 1 Jul 2012 at 3:51