Bug 1099161

Summary: [abrt] gnome-music: notification.py:75:_update_track:AttributeError: 'NoneType' object has no attribute 'get_string'
Product: [Fedora] Fedora Reporter: lombardi.leandro84
Component: gnome-musicAssignee: Mathieu Bridon <bochecha>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: bochecha, vrutkovs
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/cfbf9853580b42ff01e6aa7823f0d4db9a3246a7
Whiteboard: abrt_hash:28a467f927ba340c8d273e35136c7718d1844797
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-19 15:41:07 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:
Description Flags
File: backtrace
none
File: environ none

Description lombardi.leandro84 2014-05-19 15:35:13 UTC
Version-Release number of selected component:
gnome-music-3.10.4-1.fc20

Additional info:
reporter:       libreport-2.2.2
cmdline:        python3 /usr/bin/gnome-music
executable:     /usr/bin/gnome-music
kernel:         3.14.2-200.fc20.i686
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
notification.py:75:_update_track:AttributeError: 'NoneType' object has no attribute 'get_string'

Traceback (most recent call last):
  File "/usr/lib/python3.3/site-packages/gi/overrides/GLib.py", line 633, in <lambda>
    return (lambda data: callback(*data), user_data)
  File "/usr/lib/python3.3/site-packages/gnomemusic/notification.py", line 66, in _update_playing
    self._update_track(self._player)
  File "/usr/lib/python3.3/site-packages/gnomemusic/notification.py", line 75, in _update_track
    artist = item.get_string(Grl.METADATA_KEY_ARTIST)\
AttributeError: 'NoneType' object has no attribute 'get_string'

Local variables in innermost frame:
self: <gnomemusic.notification.NotificationManager object at 0xb004f54c>
player: <Player object at 0xb003884c (gnomemusic+player+Player at 0x9c5b140)>
item: None

Comment 1 lombardi.leandro84 2014-05-19 15:35:19 UTC
Created attachment 897228 [details]
File: backtrace

Comment 2 lombardi.leandro84 2014-05-19 15:35:22 UTC
Created attachment 897229 [details]
File: environ