Ticket #1290 (closed defect: fixed)
When connecting to a GC, Gajim disconnect
| Reported by: | geobert | Owned by: | asterix |
|---|---|---|---|
| Priority: | high | Milestone: | 0.9.1 |
| Component: | None | Version: | 0.9 |
| Severity: | critical | Keywords: | |
| Cc: | OS: |
Description
I'm on jabber.fr (im.apinc.org) server. When trying to connect to gajim room I'm disconnected.
Traceback (most recent call last):
File "/home/ido/download/gajim-0.9/src/common/connection.py", line
2402, in process self.connection.Process(timeout)
File "/home/ido/download/gajim-0.9/src/common/xmpp/dispatcher.py",
line 292, in dispatch handler['func'](session,stanza)
File "/home/ido/download/gajim-0.9/src/common/connection.py",
line 379, in _messageCB
if self.name not in no_log_for and not\
TypeError: unsubscriptable object
Traceback (most recent call last):
File "/home/ido/download/gajim-0.9/src/common/connection.py", line 2414, in process
self.connection.disconnect()
File "/home/ido/download/gajim-0.9/src/common/xmpp/dispatcher.py", line 354, in disconnect
while self.Process(1): pass
File "/home/ido/download/gajim-0.9/src/common/xmpp/dispatcher.py", line 292, in dispatch
handler['func'](session,stanza)
File "/home/ido/download/gajim-0.9/src/common/connection.py", line 379, in _messageCB
if self.name not in no_log_for and not\
TypeError: unsubscriptable object
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
