Ticket #234 (closed defect: fixed)
jabber.org.uk was refusing creation [first typed missing JID, then saying nickame exists etc] but a TB was there after a while
| Reported by: | nk | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7 |
| Component: | None | Version: | |
| Severity: | major | Keywords: | |
| Cc: | OS: |
Description
but after a while a TB was there:
Traceback (most recent call last):
File "./gajim.py", line 632, in process_connections
gajim.connections[account].process(0.01)
File "/tmp/gajim/src/common/connection.py", line 923, in process File "/tmp/gajim/src/common/xmpp/dispatcher.py", line 111, in Process File "/tmp/gajim/src/common/xmpp/simplexml.py", line 336, in endtag File "/tmp/gajim/src/common/xmpp/dispatcher.py", line 257, in dispatch File "/tmp/gajim/src/common/xmpp/dispatcher.py", line 255, in dispatch File "/tmp/gajim/src/common/connection.py", line 200, in _messageCB File "/tmp/gajim/src/common/connection.py", line 130, in dispatch File "./gajim.py", line 425, in handle_event_gc_msg
File "/home/nk/gajim/src/groupchat_window.py", line 345, in print_conversation other_tags_for_name) File "/home/nk/gajim/src/chat.py", line 686, in print_conversation_line
self.plugin.systray.add_jid(jid, self.account)
File "/home/nk/gajim/src/systray.py", line 58, in add_jid
jids = self.plugin.windows[acct][kind]
KeyError?: 'jabber.org.uk' Traceback (most recent call last):
File "/home/nk/gajim/src/groupchat_window.py", line 99, in on_groupchat_window_focus_in_event
chat.Chat.on_chat_window_focus_in_event(self, widget, event)
File "/home/nk/gajim/src/chat.py", line 160, in on_chat_window_focus_in_event
self.plugin.systray.remove_jid(jid, self.account)
File "/home/nk/gajim/src/systray.py", line 79, in remove_jid
for jid in self.plugin.windows[acct][kind]:
KeyError?: 'jabber.org.uk'
so I bet errors come after creation of account? or sth like it
