Ticket #3076 (closed defect: fixed)

Opened 20 months ago

Last modified 15 months ago

NetworkManager and ZeroConf

Reported by: foxx@… Owned by: sb
Priority: normal Milestone: 0.11.2
Component: link-local messaging Version: svn
Severity: normal Keywords:
Cc: OS: All

Description

I get the following TB after switching to another network with Network-Manager:

Traceback (most recent call last):

File "/home/janek/Programme/gajim/src/roster_window.py", line 3759, in iconCellDataFunc

renderer.set_property('xalign', 0)

TypeError?: could not convert argument to correct param type

And sometimes the following TB (mostly after connecting in Gajim before I switched the network in Network-Manager.)

Traceback (most recent call last):

File "gajim.py", line 1972, in process_connections

gajim.idlequeue.process()

File "gajim.py", line 369, in process

self.check_time_events()

File "/home/janek/Programme/gajim/src/common/xmpp/idlequeue.py", line 76, in check_time_events

for fd, timeout in self.read_timeouts.items():

File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 617, in _signal_func

if match.maybe_handle_message(message):

File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 210, in maybe_handle_message

self._handler(*args, **kwargs)

File "/home/janek/Programme/gajim/src/network_manager_listener.py", line 21, in device_now_active

'listen_to_network_manager') and connection.time_to_reconnect:

AttributeError?: ConnectionZeroconf? instance has no attribute 'time_to_reconnect'

Really nerving is, that I can't reconnect (neighter automatically or manual) sometimes after network switching.

Attachments

Change History

Changed 20 months ago by anonymous

  • version set to svn
  • milestone set to 0.12

Changed 20 months ago by asterix

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

(In [8102]) fix reconnect feature with zeroconf. fixes #3068 and #3076

Changed 20 months ago by foxx@…

  • status changed from closed to reopened
  • resolution fixed deleted

I get still the following TB (but auto reconnect in gajim works anyway):

Traceback (most recent call last):

File "gajim.py", line 2030, in process_connections

gajim.idlequeue.process()

File "gajim.py", line 369, in process

self.check_time_events()

File "/home/janek/Programme/gajim/src/common/xmpp/idlequeue.py", line 76, in check_time_events

for fd, timeout in self.read_timeouts.items():

File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 617, in _signal_func

if match.maybe_handle_message(message):

File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 210, in maybe_handle_message

self._handler(*args, **kwargs)

File "/home/janek/Programme/gajim/src/network_manager_listener.py", line 28, in device_no_longer_active

connection._disconnectedReconnCB()

File "/home/janek/Programme/gajim/src/common/zeroconf/connection_zeroconf.py", line 208, in _disconnectedReconnCB

log.debug('disconnectedReconnCB')

NameError?: global name 'log' is not defined

Changed 20 months ago by asterix

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

(In [8104]) fix TB. fixes #3076

Changed 20 months ago by asterix

(In [8105]) try to fix zeroconf reconection. see #3076

Changed 15 months ago by asterix

(In [8650]) fix reconnect feature with zeroconf. fixes #3068 and #3076

Changed 15 months ago by asterix

  • os set to All
  • milestone changed from 0.12 to 0.11.2

Changed 15 months ago by asterix

  • milestone changed from 0.11.2 to 0.12

(In [8652]) fix TB. fixes #3076

Changed 15 months ago by asterix

(In [8653]) try to fix zeroconf reconection. see #3076

Changed 15 months ago by asterix

  • milestone changed from 0.12 to 0.11.2

Add/Change #3076 (NetworkManager and ZeroConf)

Author



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