Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
gajim
gajim
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 209
    • Issues 209
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajimgajim
  • Issues
  • #105

Closed
Open
Opened Mar 21, 2005 by nkour@nkour

change the name of an account and then try to chat with a contact in that account

Traceback (most recent call last): File "/home/nk/gajim/plugins/gtkgui/roster_window.py", line 1007, in on_roster_treeview_row_activated self.new_chat(self.contacts[account][jid][0], account) File "/home/nk/gajim/plugins/gtkgui/roster_window.py", line 824, in new_chat self.plugin.windows[account]['chats']['tabbed'].new_user(user) File "/home/nk/gajim/plugins/gtkgui/tabbed_chat_window.py", line 135, in new_user if self.plugin.queues[self.account].has_key(user.jid): KeyError: 'jabber.org' Traceback (most recent call last): File "/home/nk/gajim/plugins/gtkgui/chat.py", line 138, in on_close_button_clicked self.remove_tab(jid) File "/home/nk/gajim/plugins/gtkgui/tabbed_chat_window.py", line 120, in remove_tab Chat.remove_tab(self, jid, 'chats') File "/home/nk/gajim/plugins/gtkgui/chat.py", line 191, in remove_tab del self.plugin.windows[self.account][kind][jid] KeyError: 'jabber.org' Traceback (most recent call last): File "/home/nk/gajim/plugins/gtkgui/chat.py", line 138, in on_close_button_clicked self.remove_tab(jid) File "/home/nk/gajim/plugins/gtkgui/tabbed_chat_window.py", line 120, in remove_tab Chat.remove_tab(self, jid, 'chats') File "/home/nk/gajim/plugins/gtkgui/chat.py", line 191, in remove_tab del self.plugin.windows[self.account][kind][jid] KeyError: 'jabber.org' Traceback (most recent call last): File "/home/nk/gajim/plugins/gtkgui/chat.py", line 138, in on_close_button_clicked self.remove_tab(jid) File "/home/nk/gajim/plugins/gtkgui/tabbed_chat_window.py", line 120, in remove_tab Chat.remove_tab(self, jid, 'chats') File "/home/nk/gajim/plugins/gtkgui/chat.py", line 191, in remove_tab del self.plugin.windows[self.account][kind][jid] KeyError: 'jabber.org' Traceback (most recent call last): File "/home/nk/gajim/plugins/gtkgui/tabbed_chat_window.py", line 91, in on_tabbed_chat_window_destroy Chat.on_window_destroy(self, widget, 'chats') File "/home/nk/gajim/plugins/gtkgui/chat.py", line 119, in on_window_destroy del self.plugin.windows[self.account][kind][jid] KeyError: 'jabber.org'

Assignee
Assign to
0.6
Milestone
0.6 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#105