Bug 1269262

Summary: [abrt] picard: log.py:115:_stderr_receiver:UnicodeEncodeError: 'ascii' codec can't encode character u'\u0336' in position 73: ordinal not in range(128)
Product: [Fedora] Fedora Reporter: Andrew Cook <ariscop>
Component: picardAssignee: Alex Lancaster <alex>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: alex, i
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/8ddd01a4d765f42e11786adfbf4b244a6eb90cdb
Whiteboard: abrt_hash:c59c128beebb974dce18786a88fa95608272fe98
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-06 20:09:41 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 Andrew Cook 2015-10-06 20:07:16 UTC
Version-Release number of selected component:
picard-1.3.2-2.fc22

Additional info:
reporter:       libreport-2.6.2
cmdline:        /usr/bin/python2 /usr/bin/picard
executable:     /usr/bin/picard
kernel:         4.1.6-201.fc22.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
log.py:115:_stderr_receiver:UnicodeEncodeError: 'ascii' codec can't encode character u'\u0336' in position 73: ordinal not in range(128)

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/picard/tagger.py", line 295, in event
    event.run()
  File "/usr/lib64/python2.7/site-packages/picard/util/thread.py", line 34, in run
    self.func(*self.args, **self.kwargs)
  File "/usr/lib64/python2.7/site-packages/picard/log.py", line 115, in _stderr_receiver
    sys.stderr.write(formatted_log_line(level, time, msg + os.linesep))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0336' in position 73: ordinal not in range(128)

Local variables in innermost frame:
msg: u'AcousticBrainz: Track a4c318b8-991b-4ff4-96dd-107c7bdfdce2 (A\u0336n\u0336g\u0336e\u0336l\u0336) Error parsing response: No JSON object could be decoded'
level: 4
time: PyQt4.QtCore.QTime(6, 56, 17, 799)

Comment 1 Andrew Cook 2015-10-06 20:07:21 UTC
Created attachment 1080407 [details]
File: backtrace

Comment 2 Andrew Cook 2015-10-06 20:07:23 UTC
Created attachment 1080408 [details]
File: environ

Comment 3 Andrew Cook 2015-10-06 20:09:41 UTC
It's an extension i wrote causing this, my bad