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 204
    • Issues 204
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 21
    • Merge Requests 21
  • 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
  • #10235

Closed
Open
Opened Aug 21, 2020 by Tobias Wolter@towo

Roster tooltip breaks while appending PEP info

Versions

  • OS: Arch Linux
  • GTK Version: 3.24.22
  • PyGObject Version: 3.36.1
  • GLib Version : 2.64.1
  • python-nbxmpp Version: 1.0.2
  • Gajim Version: 1.2.1

Traceback

Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/gajim/roster_window.py", line 5183, in query_tooltip
    value, widget = self._roster_tooltip.get_tooltip(
  File "/usr/lib/python3.8/site-packages/gajim/gtk/tooltips.py", line 267, in get_tooltip
    self._populate_grid(connected_contacts, account, typ)
  File "/usr/lib/python3.8/site-packages/gajim/gtk/tooltips.py", line 373, in _populate_grid
    self._append_pep_info(contact)
  File "/usr/lib/python3.8/site-packages/gajim/gtk/tooltips.py", line 444, in _append_pep_info
    self._ui.tune.set_markup(tune)
TypeError: Argument 1 does not allow None as a value

Steps to reproduce the problem

Use Gajim with unified window layout normally, at some point (possibly when scolling over a username, but just now only by raising focus with a click) an exponentially increasing bunch of popups shows up with above error message. ...

Edited Nov 11, 2020 by Daniel Brötzmann
Assignee
Assign to
1.3.0
Milestone
1.3.0
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#10235