wicd-curses crashes after successful connection
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wicd |
Fix Committed
|
Low
|
David Paleino |
Bug Description
Version: wicd-curses-uimod (using wicd 1.7.0)
Linux distribution: Backtrack 5 R3 (Ubuntu 10.04.3 LTS - lucid)
-------
FIX:
change line 156 (or in the newer version line 169) from:
"strength = misc.to_
to
"strength = misc.to_
-------
Details of the error:
After wicd-curses has successfully connected to a network it crashes giving:
DBus failure! This is most likely caused by the wicd daemon stopping while wicd-curses is running. Please restart the daemon, and then restart wicd-curses.
DBus failure! This is most likely caused by the wicd daemon stopping while wicd-curses is running. Please restart the daemon, and then restart wicd-curses.
DBus failure! This is most likely caused by the wicd daemon stopping while wicd-curses is running. Please restart the daemon, and then restart wicd-curses.
Traceback (most recent call last):
File "/usr/share/
main()
File "/usr/share/
ui.
File "/usr/lib/
return fn()
File "/usr/share/
return func(*args, **kargs)
File "/usr/share/
app = appGUI()
File "/usr/share/
self.
File "/usr/share/
return func(*args, **kargs)
File "/usr/share/
self.
File "/usr/share/
return func(*args, **kargs)
File "/usr/share/
strength = misc.to_
File "/usr/lib/
**keywords)
File "/usr/lib/
message, timeout)
dbus.exceptions
File "/usr/lib/
retval = candidate_
File "/usr/share/
return (signal + "%")
TypeError: unsupported operand type(s) for +: 'dbus.Int32' and 'str'
Changed in wicd: | |
status: | Fix Committed → Fix Released |
Changed in wicd: | |
status: | Fix Released → Fix Committed |
Hello,
this was already fixed in another way, a while ago.
Please have a look at the code in bzr (which will be the next 1.7.3): FormatSignalFor Printing has been changed to return "%s%%" instead of using "+" to append strings.
Kindly,
David