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
  • #9891

Closed
Open
Opened Nov 11, 2019 by Daniel Brötzmann@wurstsalatDeveloper

AttributeError: 'NoneType' object has no attribute 'get_module' when trying to open contact information

Versions

  • OS: Manjaro Linux
  • GTK Version: 3.24.12
  • PyGObject Version: 3.34.0
  • GLib Version : 2.62.0
  • python-nbxmpp Version: 0.9.92
  • Gajim Version: 1.1.92+2698e995

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.7/site-packages/gajim/roster_window.py", line 2699, in on_info
    info[contact.jid] = vcard.VcardWindow(contact, account)
  File "/usr/lib/python3.7/site-packages/gajim/vcard.py", line 109, in __init__
    self.fill_jabber_page()
  File "/usr/lib/python3.7/site-packages/gajim/vcard.py", line 400, in fill_jabber_page
    con.get_module('SoftwareVersion').request_software_version(
  File "/usr/lib/python3.7/site-packages/gajim/common/modules/base.py", line 62, in __getattr__
    module = self._con.connection.get_module(self._nbxmpp_extends)
AttributeError: 'NoneType' object has no attribute 'get_module'

Steps to reproduce the problem

Try to open contact information from roster window.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#9891