Bug 1496185
| Summary: | [abrt] blueberry: update_connected_state(): blueberry-tray.py:64:update_connected_state:TypeError: sequence item 0: expected string, NoneType found | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | bitchecker <bitchecker> | ||||||||||||||||
| Component: | blueberry | Assignee: | Alternative GTK desktop environments <alt-gtk-de-sig> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 26 | CC: | alt-gtk-de-sig, besser82, leigh123linux | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/103cf1f96b870de4f3984e0d9e416e5fc4116b83 | ||||||||||||||||||
| Whiteboard: | abrt_hash:fbbc8159293f0d85679da66f62a0d46e8f21b4f2; | ||||||||||||||||||
| Fixed In Version: | blueberry-1.1.16-1.fc26 blueberry-1.1.16-1.fc27 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2017-11-04 21:09:32 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 1331180 [details]
File: backtrace
Created attachment 1331181 [details]
File: cgroup
Created attachment 1331182 [details]
File: cpuinfo
Created attachment 1331183 [details]
File: environ
Created attachment 1331184 [details]
File: mountinfo
Created attachment 1331185 [details]
File: namespaces
Created attachment 1331186 [details]
File: open_fds
blueberry-1.1.16-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-b43151270c blueberry-1.1.16-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-ad820ff18d blueberry-1.1.16-1.fc27 has been pushed to the Fedora 27 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-2017-ad820ff18d blueberry-1.1.16-1.fc26 has been pushed to the Fedora 26 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-2017-b43151270c blueberry-1.1.16-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. blueberry-1.1.16-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: blueberry-1.1.15-1.fc26 Additional info: reporter: libreport-2.9.1 cmdline: /usr/bin/python2 /usr/lib/blueberry/blueberry-tray.py crash_function: update_connected_state exception_type: TypeError executable: /usr/lib/blueberry/blueberry-tray.py kernel: 4.12.13-300.fc26.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: blueberry-tray.py:64:update_connected_state:TypeError: sequence item 0: expected string, NoneType found Traceback (most recent call last): File "/usr/lib/blueberry/blueberry-tray.py", line 57, in update_icon_callback self.update_connected_state() File "/usr/lib/blueberry/blueberry-tray.py", line 64, in update_connected_state self.icon.set_tooltip_text(_("Bluetooth: Connected to %s") % (", ".join(connected_devices))) TypeError: sequence item 0: expected string, NoneType found Local variables in innermost frame: connected_devices: [None] self: <__main__.BluetoothTray instance at 0x7f8054c08518>