Bug 1324984

Summary: AttributeError: '_ResultTuple' object has no attribute 'get_tags'
Product: [Fedora] Fedora Reporter: Peter Trenholme <PTrenholme>
Component: yumex-dnfAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: yumex-dnf-4.3.3-1.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-16 16:22:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Peter Trenholme 2016-04-07 18:46:44 UTC
Description of problem:AttributeError: '_ResultTuple' object has no attribute 'get_tags'

Version-Release number of selected component (if applicable): 4.1.4-1.fc24

How reproducible: Didn't try

Steps to Reproduce: $ yumex-dnf &

Actual results:
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/yumex/gui/widgets.py", line 455, in on_mouse_motion
    tags = widget.get_iter_at_location(x, y).get_tags()
AttributeError: '_ResultTuple' object has no attribute 'get_tags'
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/yumex/gui/widgets.py", line 455, in on_mouse_motion
    tags = widget.get_iter_at_location(x, y).get_tags()
AttributeError: '_ResultTuple' object has no attribute 'get_tags'
...

Expected results:
11:31:23: Saving config on exit

Additional info:
Note that the error messages are, of course, not displayed when the app is started from a .desktop file.

Comment 1 Tim Lauridsen 2016-04-28 10:36:58 UTC
Caused by some changes in Gtk

Upstream issue:

https://github.com/timlau/yumex-dnf/issues/94

Fixed upstream in dev version

Comment 2 Fedora Update System 2016-05-11 09:02:44 UTC
dnfdaemon-0.3.15-1.fc24 yumex-dnf-4.3.3-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-aa868f02e4

Comment 3 Fedora Update System 2016-05-12 09:41:40 UTC
dnfdaemon-0.3.15-1.fc24, yumex-dnf-4.3.3-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-aa868f02e4

Comment 4 Fedora Update System 2016-05-16 16:22:29 UTC
dnfdaemon-0.3.15-1.fc24, yumex-dnf-4.3.3-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.