dbus.connectionException in wireless nw with wicd-curses

Bug #1482833 reported by ldshdw
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
wicd
New
Undecided
Unassigned

Bug Description

I was fixing other bug by downloading netentry_curses.py -file from a bug that I felt was related to my problem, where when launching wicd-curses and pressing an arrow '->' for the network crashed the daemon. Now with the new file I'm having dbus.connection.Excepction when connection to a wireless network with wicd-curses.

ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 97, in wrapper
    return func(*args, **kargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 850, in update_netlist
    self.wiredCB.get_body().set_list(wiredL)
  File "/usr/share/wicd/curses/wicd-curses.py", line 469, in set_list
    wired.ReadWiredNetworkProfile(self.get_selected_profile())
  File "/usr/share/wicd/curses/wicd-curses.py", line 535, in get_selected_profile
    return self.theList[loc]
IndexError: list index out of range

My current wicd is 1.7.3 (bzr-r933) and I'm using fresh Arch 4.1.3-1 with Awesome. The file that I'm using now for netentry_curses.py has diff in #548 where self.bitrates.index(chosen_bitrate) is used instead of self.bitrate.index(wireless.GetWirelessProperty(networkId, 'bitrate').

I think I'll remove the file that I used to fix the bug and possibly just launch the 'old' bug again. I couldn't find the bug that I had as my guide for fixing the original bug (sorry guys). :/

Tail of my wicd.log:

2015/08/08 08:06:34 :: domain is None
2015/08/08 08:06:34 :: search domain is None
2015/08/08 08:06:34 :: setting automatically reconnect when connection drops True
2015/08/08 08:06:34 :: Setting dhcp client to 0
2015/08/08 08:06:34 :: Wireless configuration file found...
2015/08/08 08:06:34 :: Wired configuration file found...
2015/08/08 08:06:34 :: chmoding configuration files 0600...
2015/08/08 08:06:34 :: chowning configuration files root:root...
2015/08/08 08:06:34 :: Using wireless interface...wlp3s0
2015/08/08 08:06:34 :: Using wired interface...wwp0s29u1u4i6

(no bug related information)

Revision history for this message
ldshdw (saija-sorsa) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.