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 203
    • Issues 203
    • 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
  • #10396

Closed
Open
Opened Jan 14, 2021 by NESC1US@NESC1US

closing chat window with call causes error

Versions

  • OS: Ubuntu 20.04.1 LTS
  • GTK Version: 3.24.20
  • PyGObject Version: 3.36.0
  • GLib Version : 2.64.2
  • python-nbxmpp Version: 2.0.0
  • Gajim Version: 1.3.0-beta2+b060fab5

I am using ubuntu 20.10 version of ejabberd's deb package as a server, calling works between conversation clients, gajim is unable to reach the conversation client or be notified about call from it.

Traceback

Traceback (most recent call last):
  File "/home/blabla/python3.8/site-packages/gajim/message_window.py", line 401, in _on_window_destroy
    ctrl.shutdown()
  File "/home/blabla/python3.8/site-packages/gajim/chat_control.py", line 1216, in shutdown
    self.close_jingle_content(jingle_type)
  File "/home/blabla/python3.8/site-packages/gajim/chat_control.py", line 926, in close_jingle_content
    jingle.update()
  File "/home/blabla/python3.8/site-packages/gajim/chat_control.py", line 729, in update_audio
    self.update_actions()
  File "/home/blabla/python3.8/site-packages/gajim/chat_control.py", line 296, in update_actions
    win.lookup_action(
AttributeError: 'NoneType' object has no attribute 'set_enabled'

Steps to reproduce the problem

to reproduce this error:

  1. open a chat window and start a call to another client
  2. close it and receive the error ...
Edited Jan 14, 2021 by NESC1US
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: gajim/gajim#10396