Ticket #1805 (closed defect: fixed)
I talk with a contact, that removes me, then reauths me. I don't close chat tab, I try to talk ==> TB
| Reported by: | nk | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | chat | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | OS: |
Description
Traceback (most recent call last):
File "/home/nk/gajim/trunk/src/common/xmpp/idlequeue.py", line 133, in process_events
obj.pollin()
File "/home/nk/gajim/trunk/src/common/xmpp/transports_nb.py", line 143, in pollin
self._do_receive()
File "/home/nk/gajim/trunk/src/common/xmpp/transports_nb.py", line 244, in _do_receive
self.on_receive(received)
File "/home/nk/gajim/trunk/src/common/xmpp/dispatcher_nb.py", line 347, in dispatch
handler['func'](session,stanza)
File "/home/nk/gajim/trunk/src/common/connection_handlers.py", line 1279, in _messageCB
self.dispatch('MSG', (frm, msgtxt, tim, encrypted, mtype, subject,
File "/home/nk/gajim/trunk/src/common/connection.py", line 101, in dispatch
self.put_event((event, data))
File "/home/nk/gajim/trunk/src/common/connection.py", line 97, in put_event
gajim.handlers[ev[0]](self.name, ev[1])
File "gajim.py", line 525, in handle_event_msg
if contact.our_chatstate == 'ask': # we were jep85 disco?
AttributeError: 'NoneType' object has no attribute 'chatstate'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
