Bug 715182

Summary: [abrt] wicd-gtk-1.7.0-6.fc15: wicd-client.py:585:update_conn_info_win:AttributeError: 'NoneType' object has no attribute 'GetConnectionStatus'
Product: [Fedora] Fedora Reporter: Dedy Martadinata <martadinata666>
Component: wicdAssignee: David Cantrell <dcantrell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:b4afcbff64a2bacf63cb0c02d3ad1708c37c8493
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-19 20:09:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Dedy Martadinata 2011-06-22 06:09:19 UTC
abrt version: 2.0.1
architecture:   x86_64
cmdline:        /usr/bin/python -O /usr/share/wicd/gtk/wicd-client.py
component:      wicd
executable:     /usr/share/wicd/gtk/wicd-client.py
kernel:         2.6.38.6-26.rc1.fc15.x86_64
os_release:     Fedora release 15 (Lovelock)
package:        wicd-gtk-1.7.0-6.fc15
reason:         wicd-client.py:585:update_conn_info_win:AttributeError: 'NoneType' object has no attribute 'GetConnectionStatus'
time:           Mon May 30 16:54:28 2011
uid:            500
username:       dedy

backtrace:
:wicd-client.py:585:update_conn_info_win:AttributeError: 'NoneType' object has no attribute 'GetConnectionStatus'
:
:Traceback (most recent call last):
:  File "/usr/share/wicd/gtk/wicd-client.py", line 572, in on_conn_info
:    self.update_conn_info_win(self.list)
:  File "/usr/share/wicd/gtk/wicd-client.py", line 585, in update_conn_info_win
:    [state, info] = daemon.GetConnectionStatus()
:AttributeError: 'NoneType' object has no attribute 'GetConnectionStatus'
:
:Local variables in innermost frame:
:self: <StatusTrayIconGUI object at 0x20c3a50 (GtkStatusIcon at 0x21f8e40)>
:list: [<gtk.Label object at 0x20d8780 (GtkLabel at 0x2112ef0)>, <gtk.Label object at 0x20d86e0 (GtkLabel at 0x2112e20)>]

comment:
:install wicd from fedora repo
:reboot

Comment 1 David Cantrell 2011-08-19 20:09:14 UTC
This one is handled by catching D-Bus connection failures and exiting the
client on failure there.  The patch for bug #713109 is in wicd-1.7.0-9.fc15
available in the F-15 updates.

*** This bug has been marked as a duplicate of bug 713109 ***