| Summary: | Playing we radio throws database key type error | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jiri Prajzner <jprajzne> |
| Component: | rhythmbox | Assignee: | David King <amigadave> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | bnocera, gkrithi8, jprajzne |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | rhythmbox-3.4.2-5.fc28 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-21 14:59:11 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: | |
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. still vaid in f25 This message is a reminder that Fedora 25 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '25'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 25 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. This is a minor error handling issue ( yes, which needs to be fixed ). Doesn't affect any functionality. Upstream gnome bug is https://bugzilla.gnome.org/show_bug.cgi?id=783140 still valid in f27 rhythmbox-3.4.2-5.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-0ce90824e9 rhythmbox-3.4.2-5.fc28 has been pushed to the Fedora 28 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-2018-0ce90824e9 rhythmbox-3.4.2-5.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: When playing any of the default web radios, Rhythmbox throws type error Version-Release number of selected component (if applicable): 3.3 How reproducible: Always Steps to Reproduce: 1. choose a radio station 2. click play 3. Actual results: Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/artsearch/local.py", line 129, in _enum_children_cb enumfiles = parent.enumerate_children_finish(result) GLib.Error: g-io-error-quark: Operation not supported by backend (15) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/rhythmbox/plugins/artsearch/local.py", line 136, in _enum_children_cb self.callback(self.callback_args) File "/usr/lib64/rhythmbox/plugins/artsearch/artsearch.py", line 59, in search_done self.next_search() File "/usr/lib64/rhythmbox/plugins/artsearch/artsearch.py", line 55, in next_search search.search(self.key, self.last_time, self.store, self.search_done, None) File "/usr/lib64/rhythmbox/plugins/artsearch/musicbrainz.py", line 111, in search self.try_search_artist_album(key, store, callback, args) File "/usr/lib64/rhythmbox/plugins/artsearch/musicbrainz.py", line 97, in try_search_artist_album callback(*args) File "/usr/lib64/rhythmbox/plugins/artsearch/artsearch.py", line 59, in search_done self.next_search() File "/usr/lib64/rhythmbox/plugins/artsearch/artsearch.py", line 55, in next_search search.search(self.key, self.last_time, self.store, self.search_done, None) File "/usr/lib64/rhythmbox/plugins/artsearch/lastfm.py", line 156, in search callback (args) File "/usr/lib64/rhythmbox/plugins/artsearch/artsearch.py", line 59, in search_done self.next_search() File "/usr/lib64/rhythmbox/plugins/artsearch/artsearch.py", line 49, in next_search key = RB.ExtDBKey.create_storage("album", self.key.get_field("album")) TypeError: Argument 1 does not allow None as a value Expected results: No TypeError Additional info: