Bug 882436

Summary: [abrt] picard-1.0-1.fc17: webservice.py:76:__getattr__:AttributeError: artist_credit
Product: [Fedora] Fedora Reporter: Dario Castellarin <req1348>
Component: picardAssignee: Alex Lancaster <alex>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: alex
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:9810e10d4d02c6ef7dcfcc15ea5e0a52a569a08b
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-05 16:55:46 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: core_backtrace
none
File: environ
none
File: smolt_data none

Description Dario Castellarin 2012-11-30 23:06:15 UTC
Description of problem:
Not sure, I was just tagging some mp3s

Version-Release number of selected component:
picard-1.0-1.fc17

Additional info:
cmdline:        /usr/bin/python /usr/bin/picard
executable:     /usr/bin/picard
kernel:         3.6.8-2.fc17.x86_64
uid:            1000

Truncated backtrace:
webservice.py:76:__getattr__:AttributeError: artist_credit

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/picard/webservice.py", line 223, in _process_reply
    handler(xml_handler.document, reply, error)
  File "/usr/lib64/python2.7/site-packages/picard/cluster.py", line 183, in _lookup_finished
    matches.append((self._compare_to_release(release), release))
  File "/usr/lib64/python2.7/site-packages/picard/cluster.py", line 157, in _compare_to_release
    b = artist_credit_from_node(release.artist_credit[0], self.config)[0]
  File "/usr/lib64/python2.7/site-packages/picard/webservice.py", line 76, in __getattr__
    raise AttributeError, name
AttributeError: artist_credit

Local variables in innermost frame:
self: {'attribs': {u'score': u'1', u'id': u'eeaca806-9280-48c7-9981-d73d1be69fa7'}, 'text': u'', 'children': {u'status': [{'attribs': {}, 'text': u'Official', 'children': {}}], u'title': [{'attribs': {}, 'text': u'Lost Foundling Remix EP', 'children': {}}], u'country': [{'attribs': {}, 'text': u'GB', 'children': {}}], u'label_info_list': [{'attribs': {}, 'text': u'', 'children': {u'label_info': [{'attribs': {}, 'text': u'', 'children': {u'catalog_number': [{'attribs': {}, 'text': u'AP002EP', 'children': {}}], u'label': [{'attribs': {u'id': u'11b20c6c-5671-46ad-8411-15f11706eef4'}, 'text': u'', 'children': {u'name': [{'attribs': {}, 'text': u'Aperture', 'children': {}}]}}]}}]}}], u'medium_list': [{'attribs': {u'count': u'1'}, 'text': u'', 'children': {u'medium': [{'attribs': {}, 'text': u'', 'children': {u'track_list': [{'attribs': {u'count': u'4'}, 'text': u'', 'children': {}}], u'disc_list': [{'attribs': {u'count': u'0'}, 'text': u'', 'children': {}}], u'format': [{'attribs': {}, 'text': u'Vinyl', 'children': {}}]}}], u'track_count': [{'attribs': {}, 'text': u'4', 'children': {}}]}}], u'date': [{'attribs': {}, 'text': u'2010-03-22', 'children': {}}], u'text_representation': [{'attribs': {}, 'text': u'', 'children': {u'language': [{'attribs': {}, 'text': u'eng', 'children': {}}], u'script': [{'attribs': {}, 'text': u'Latn', 'children': {}}]}}], u'release_group': [{'attribs': {u'id': u'c07d79b0-2a18-43ee-b15a-08fe56a18ac2'}, 'text': u'', 'children': {u'secondary_type_list': [{'attribs': {}, 'text': u'', 'children': {u'secondary_type': [{'attribs': {}, 'text': u'Remix', 'children': {}}]}}]}}]}}
name: 'artist_credit'

Comment 1 Dario Castellarin 2012-11-30 23:06:19 UTC
Created attachment 655342 [details]
File: backtrace

Comment 2 Dario Castellarin 2012-11-30 23:06:21 UTC
Created attachment 655343 [details]
File: core_backtrace

Comment 3 Dario Castellarin 2012-11-30 23:06:24 UTC
Created attachment 655344 [details]
File: environ

Comment 4 Dario Castellarin 2012-11-30 23:06:26 UTC
Created attachment 655345 [details]
File: smolt_data

Comment 5 Alex Lancaster 2013-01-23 23:08:20 UTC
*** Bug 893862 has been marked as a duplicate of this bug. ***

Comment 6 Fedora Update System 2013-01-23 23:11:47 UTC
picard-1.1-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/picard-1.1-1.fc17

Comment 7 Fedora Update System 2013-01-23 23:19:07 UTC
picard-1.1-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/picard-1.1-1.fc18

Comment 8 Fedora Update System 2013-01-24 21:57:00 UTC
Package picard-1.1-1.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing picard-1.1-1.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-1397/picard-1.1-1.fc18
then log in and leave karma (feedback).

Comment 9 Fedora Update System 2013-02-05 16:55:48 UTC
picard-1.1-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2013-02-05 17:06:04 UTC
picard-1.1-1.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.