Ticket #4138 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Error when I click "OK" in alert.

Reported by: godlark@… Owned by:
Priority: normal Milestone: 0.12
Component: None Version: svn
Severity: normal Keywords:
Cc: OS: All

Description

Traceback (most recent call last):

File "/media/Sławek/gajim/src/dialogs.py", line 1410, in on_response_ok

self.user_response_ok(self.is_checked())

File "gajim.py", line 2042, in on_ok

gajim.connections[account].connection_accepted(data[0], data[1])

File "/media/Sławek/gajim/src/common/connection.py", line 663, in connection_accepted

self._register_handlers(con, con_type)

File "/media/Sławek/gajim/src/common/connection.py", line 679, in _register_handlers

self.peerhost = con.get_peerhost()

File "/media/sda7/gajim/src/common/xmpp/client.py", line 168, in get_peerhost

AttributeError?: 'NoneType?' object has no attribute '_sock'

This appeared when i marked "Yes, I really want to connect insecurely" clicked "OK".

SVN version is 10029.

Attachments

Change History

Changed 4 months ago by anonymous

  • milestone set to 0.12

Changed 4 months ago by asterix

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

(In [10086]) handle disconnection while insecure connetion dialog is opened. fixes #4138

Add/Change #4138 (Error when I click "OK" in alert.)

Author



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