Bug 1217241 - [abrt] yumex-dnf: status.py:91:__init__:AttributeError: 'NoneType' object has no attribute 'GetVersion'
Summary: [abrt] yumex-dnf: status.py:91:__init__:AttributeError: 'NoneType' object has...
Keywords:
Status: CLOSED DUPLICATE of bug 1217165
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex-dnf
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:f9069185a570f39a79fcad70af6...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-29 20:37 UTC by Timothy M. Butterworth
Modified: 2015-04-30 07:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-04-30 07:06:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (639 bytes, text/plain)
2015-04-29 20:37 UTC, Timothy M. Butterworth
no flags Details
File: environ (1.86 KB, text/plain)
2015-04-29 20:37 UTC, Timothy M. Butterworth
no flags Details

Description Timothy M. Butterworth 2015-04-29 20:37:35 UTC
Version-Release number of selected component:
yumex-dnf-4.1.1-1.fc22

Additional info:
reporter:       libreport-2.5.1
cmdline:        /usr/bin/python3 -tt /usr/bin/yumex-dnf
executable:     /usr/bin/yumex-dnf
kernel:         4.0.0-1.fc22.x86_64
runlevel:       N 5
type:           Python3
uid:            1555

Truncated backtrace:
status.py:91:__init__:AttributeError: 'NoneType' object has no attribute 'GetVersion'

Traceback (most recent call last):
  File "/usr/lib/python3.4/site-packages/yumex/__init__.py", line 1168, in do_command_line
    self.status = yumex.status.StatusIcon(self)
  File "/usr/lib/python3.4/site-packages/yumex/status.py", line 91, in __init__
    (self.dbus_interface, self.daemon.GetVersion()))
AttributeError: 'NoneType' object has no attribute 'GetVersion'

Local variables in innermost frame:
app: <YumexApplication object at 0x7f2f405aefc0 (yumex+YumexApplication at 0x1f6d2a0)>
self: <yumex.status.StatusIcon object at 0x7f2f405b6e48>

Comment 1 Timothy M. Butterworth 2015-04-29 20:37:42 UTC
Created attachment 1020328 [details]
File: backtrace

Comment 2 Timothy M. Butterworth 2015-04-29 20:37:43 UTC
Created attachment 1020329 [details]
File: environ

Comment 3 Tim Lauridsen 2015-04-30 06:43:23 UTC
look like a problem with starting the yumex-dnf statusicon d-bus service.

I have added som better error checking, so you will get a dialog if this happens again.

https://github.com/timlau/yumex-dnf/commit/969a160c2714400752ce7235e22e8f304430378d

Comment 4 Tim Lauridsen 2015-04-30 06:44:48 UTC
If you can reproduce this then try to running 'yumex-dnf -d' in a terminal window
and attact the output.

Comment 5 Tim Lauridsen 2015-04-30 07:06:14 UTC
caused by missing yumex.conf, that so yumex-dnf notification dbus service cant load.

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


Note You need to log in before you can comment on or make changes to this bug.