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 210
    • Issues 210
    • 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
  • #9912

Closed
Open
Opened Dec 05, 2019 by Daniel Brötzmann@wurstsalatDeveloper

Group chat creation fails if no account is active

Group chat creation fails on current master if no account is active.

Traceback (most recent call last):
  File "/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/app_actions.py", line 117, in on_create_gc
    open_window('CreateGroupchatWindow', account=account or None)
  File "/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/gtk/util.py", line 723, in open_window
    window = window_cls(**kwargs)
  File "/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/gtk/groupchat_creation.py", line 55, in __init__
    self._fill_placeholders()
  File "/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/gtk/groupchat_creation.py", line 96, in _fill_placeholders
    server = app.get_muc_domain(self._account) or 'muc.example.com'
  File "/mnt/Daten/Daten/Projekte/DEV/Gajim/gajim/gajim/common/app.py", line 600, in get_muc_domain
    return connections[account].muc_jid.get('jabber', None)
KeyError: None
Edited Dec 05, 2019 by Daniel Brötzmann
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#9912