Bug 1233007
| Summary: | [abrt] yumex-dnf: status.py:132:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | wincc | ||||||
| Component: | yumex-dnf | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | kud.rom.sh, tim.lauridsen, wincc | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/9c9e0aebeccb16a7b949cdd7bb915479695ef8ab | ||||||||
| Whiteboard: | abrt_hash:84eb06cbb76ec24a4544dab9a1680649e6d0da3a | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-10-06 08:34:01 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1040229 [details]
File: backtrace
Created attachment 1040230 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1224524 *** |
Version-Release number of selected component: yumex-dnf-4.1.3-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.1.0-0.rc8.git0.2.fc23.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: status.py:132:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/yumex/status.py", line 71, in __call__ return getattr(self.proxy, self.method)(*args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 120, in _on_g_signal self.handle_dbus_signals(proxy, sender, signal, args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 132, in handle_dbus_signals self.app.win.on_status_icon_clicked(force=True) AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Local variables in innermost frame: self: <yumex.status.StatusIcon object at 0x7f206208d908> proxy: <DBusProxy object at 0x7f2062089b88 (GDBusProxy at 0x15b4190)> run_pid: 3485 signal: 'ShowSignal' sender: ':1.116' args: (3485,)