Bug 909721
| Summary: | [abrt] radiotray-0.7.1-3.fc18: AudioPlayerGStreamer.py:44:__init__:ElementNotFoundError: playbin2 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | etsit64pab | ||||||||
| Component: | gstreamer-python | Assignee: | Xavier Lamien <lxtnow> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | jsaucier, lxtnow, otte, tomspur | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:f6bb9fd46d61a83035409adbd305734e303e915e | ||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-02-15 10:30:18 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 695872 [details]
File: backtrace
Created attachment 695873 [details]
File: core_backtrace
Created attachment 695874 [details]
File: environ
*** This bug has been marked as a duplicate of bug 911545 *** |
Description of problem: When I wanted to launch RadioTray, it did'nt and showed an error message. Version-Release number of selected component: radiotray-0.7.1-3.fc18 Additional info: cmdline: /usr/bin/python /usr/bin/radiotray executable: /usr/bin/radiotray kernel: 3.7.6-201.fc18.x86_64 uid: 1000 Truncated backtrace: AudioPlayerGStreamer.py:44:__init__:ElementNotFoundError: playbin2 Traceback (most recent call last): File "/usr/bin/radiotray", line 15, in <module> radiotray.main(sys.argv[1:]) File "/usr/lib/python2.7/site-packages/radiotray/radiotray.py", line 36, in main RadioTray() File "/usr/lib/python2.7/site-packages/radiotray/RadioTray.py", line 72, in __init__ self.audio = AudioPlayerGStreamer(self.mediator, self.cfg_provider, eventManager) File "/usr/lib/python2.7/site-packages/radiotray/AudioPlayerGStreamer.py", line 44, in __init__ self.player = gst.element_factory_make("playbin2", "player") ElementNotFoundError: playbin2 Local variables in innermost frame: eventManager: <radiotray.events.EventManager.EventManager instance at 0x2378680> cfg_provider: <radiotray.XmlConfigProvider.XmlConfigProvider instance at 0x23785f0> self: <radiotray.AudioPlayerGStreamer.AudioPlayerGStreamer instance at 0x2378b90> mediator: <radiotray.StateMediator.StateMediator object at 0x236ee50>