Bug 1269262 - [abrt] picard: log.py:115:_stderr_receiver:UnicodeEncodeError: 'ascii' codec can't encode character u'\u0336' in position 73: ordinal not in range(128)
Summary: [abrt] picard: log.py:115:_stderr_receiver:UnicodeEncodeError: 'ascii' codec ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: picard
Version: 22
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alex Lancaster
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:c59c128beebb974dce18786a88f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-06 20:07 UTC by Andrew Cook
Modified: 2015-10-06 20:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-10-06 20:09:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (912 bytes, text/plain)
2015-10-06 20:07 UTC, Andrew Cook
no flags Details
File: environ (1.71 KB, text/plain)
2015-10-06 20:07 UTC, Andrew Cook
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.