Ticket #4138 (closed defect: fixed)
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.
