Bug 1336912
| Summary: | [abrt] blueman: Device.py:35:__init__:AttributeError: 'NoneType' object has no attribute 'Icon' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | bitchecker <bitchecker> | ||||||
| Component: | blueman | Assignee: | Orphan Owner <extras-orphan> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | fedora, leigh123linux, projects.rg, raveit65.sun | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/4db8a682b2c61f6720ef3bd86ff0bbf5c1cfa542 | ||||||||
| Whiteboard: | abrt_hash:4854e79b930a22e901393a80cc17d2549c0e1d32; | ||||||||
| Fixed In Version: | blueman-2.0.4-2.fc23 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-06-23 04:54:11 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 1158467 [details]
File: backtrace
Created attachment 1158468 [details]
File: environ
blueman-2.0.4-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8a82a812d3 blueman-2.0.4-2.fc23 has been pushed to the Fedora 23 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-8a82a812d3 blueman-2.0.4-2.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8a82a812d3 This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. blueman-2.0.4-2.fc23 has been pushed to the Fedora 23 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-8a82a812d3 blueman-2.0.4-2.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: blueman-2.1-0.3.git7a2e20e.fc23 Additional info: reporter: libreport-2.6.4 cmdline: python3 /usr/bin/blueman-assistant --device=00:02:5B:00:A9:CE executable: /usr/bin/blueman-assistant kernel: 4.4.9-300.fc23.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: Device.py:35:__init__:AttributeError: 'NoneType' object has no attribute 'Icon' Traceback (most recent call last): File "/usr/bin/blueman-assistant", line 273, in <module> Assistant() File "/usr/bin/blueman-assistant", line 131, in __init__ self.Device = Device(d) File "/usr/lib/python3.4/site-packages/blueman/main/Device.py", line 35, in __init__ self.Device.Icon = "blueman" AttributeError: 'NoneType' object has no attribute 'Icon' Local variables in innermost frame: instance: None self: <Device object at 0x7ff42614e360 (blueman+main+Device+Device at 0x561ca0244680)>