Ticket #1291 (closed defect: fixed)
disconnect from server when entering chatroom
| Reported by: | alex.sitnik@… | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.1 |
| Component: | None | Version: | 0.9 |
| Severity: | critical | Keywords: | |
| Cc: | OS: |
Description
When I try to enter to linux@…, gajim open chat window, shows messages and disconnects. TB:
Traceback (most recent call last):
File "/usr/local/share/gajim/src/common/connection.py", line 2402, in process
self.connection.Process(timeout)
File "/usr/local/share/gajim/src/common/xmpp/dispatcher.py", line 292, in dispatch
handlerfunc?(session,stanza)
File "/usr/local/share/gajim/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 "/usr/local/share/gajim/src/common/connection.py", line 2414, in process
self.connection.disconnect()
File "/usr/local/share/gajim/src/common/xmpp/dispatcher.py", line 354, in disconnect
while self.Process(1): pass
File "/usr/local/share/gajim/src/common/xmpp/dispatcher.py", line 292, in dispatch
handlerfunc?(session,stanza)
File "/usr/local/share/gajim/src/common/connection.py", line 379, in _messageCB
if self.name not in no_log_for and not\
TypeError?: unsubscriptable object
svn revision 4843 and sorry for my poor english
