Ticket #2552 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

link-local messaging prevent other connexion if unable to start

Reported by: misc@… Owned by: sb
Priority: normal Milestone: 0.11
Component: link-local messaging Version:
Severity: normal Keywords:
Cc: OS:

Description

If link-local messaging is enabled, but cannot start ( example, in my case, python-avahi was removed to test something ), others connections are not started.

In the console, we can see this backtrace :

Traceback (most recent call last):

File "./gajim.py", line 1475, in autoconnect

self.roster.send_status(a, 'online', message)

File "/home/misc/checkout/svn/gajim/src/roster_window.py", line 2446, in send_status

gajim.connections[account].change_status(status, txt, auto)

File "/home/misc/checkout/svn/gajim/src/common/zeroconf/connection_zeroconf.py", line 287, in change_status

if not self.connect(show, msg):

File "/home/misc/checkout/svn/gajim/src/common/zeroconf/connection_zeroconf.py", line 219, in connect

self.disconnect()

File "/home/misc/checkout/svn/gajim/src/common/zeroconf/connection_zeroconf.py", line 251, in disconnect

self.connection.disconnect()

File "/home/misc/checkout/svn/gajim/src/common/zeroconf/client_zeroconf.py", line 532, in disconnect

if self.listener:

AttributeError?: ClientZeroconf? instance has no attribute 'listener'

Attachments

Change History

Changed 2 years ago by asterix

  • owner changed from asterix to sb
  • component changed from None to link-local messaging
  • milestone set to 0.11

Changed 2 years ago by misc@…

The patch on bug #2553 also correct this issue.

Changed 2 years ago by dkirov

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

(In [7206]) fixes #2552

Add/Change #2552 (link-local messaging prevent other connexion if unable to start)

Author



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