Ticket #3202 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

TB on connect

Reported by: steve-e Owned by: asterix
Priority: normal Milestone: 0.12
Component: xmpppy Version:
Severity: normal Keywords:
Cc: Blocked By:
OS: All Blocking:

Description

While connecting I decided to become invisible instead of available.

Traceback (most recent call last):
  File "/home/steve/projekte/python/gajim/src/roster_window.py", line 3257, in change_status
    change(None, account, status)
  File "/home/steve/projekte/python/gajim/src/roster_window.py", line 3247, in change
    self.send_status(account, status, message)
  File "/home/steve/projekte/python/gajim/src/roster_window.py", line 3204, in send_status
    gajim.connections[account].change_status(status, txt, auto)
  File "/home/steve/projekte/python/gajim/src/common/connection.py", line 805, in change_status
    self.send_invisible_presence(msg, signed)
  File "/home/steve/projekte/python/gajim/src/common/connection.py", line 652, in send_invisible_presence
    self.connection.SendAndCallForResponse(iq, self._continue_invisible,
AttributeError: 'NoneType' object has no attribute 'SendAndCallForResponse'


Attachments

Change History

Changed 3 years ago by asterix

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.12

(In [cb0b263418e6f93ad374752cf4739a006764302f]) prevent a traceback. fixes #3202

Add/Change #3202 (TB on connect)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Next status will be 'needinfo'
 
Note: See TracTickets for help on using tickets.