Ticket #3202 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
