Bug 722757

Summary: [abrt] deluge-gtk-1.3.2-1.fc15: optparse.py:1664:print_help:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 37: ordinal not in range(128)
Product: [Fedora] Fedora Reporter: riki357
Component: delugeAssignee: Rahul Sundaram <metherid>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: calumlind, ggillies, justinnoah, metherid
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:98d25aaf6c33bd3bac6ab24ca3f5fd532beb5928
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-28 17:11:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description riki357 2011-07-17 13:13:17 UTC
abrt version: 2.0.3
architecture:   x86_64
cmdline:        
comment:        My deluge was just starting as "deluge -h" on startup.
component:      deluge
executable:     /usr/bin/deluge
kernel:         2.6.38.8-35.fc15.x86_64
os_release:     Fedora release 15 (Lovelock)
package:        deluge-gtk-1.3.2-1.fc15
reason:         optparse.py:1664:print_help:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 37: ordinal not in range(128)
time:           Sun Jul 17 00:47:50 2011
uid:            500
username:       riki137

backtrace:
:optparse.py:1664:print_help:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 37: ordinal not in range(128)
:
:Traceback (most recent call last):
:  File "/usr/bin/deluge", line 9, in <module>
:    load_entry_point('deluge==1.3.2', 'gui_scripts', 'deluge')()
:  File "/usr/lib/python2.7/site-packages/deluge/main.py", line 79, in start_ui
:    (options, args) = parser.parse_args()
:  File "/usr/lib64/python2.7/optparse.py", line 1394, in parse_args
:    stop = self._process_args(largs, rargs, values)
:  File "/usr/lib64/python2.7/optparse.py", line 1438, in _process_args
:    self._process_short_opts(rargs, values)
:  File "/usr/lib64/python2.7/optparse.py", line 1545, in _process_short_opts
:    option.process(opt, value, values, self)
:  File "/usr/lib64/python2.7/optparse.py", line 788, in process
:    self.action, self.dest, opt, value, values, parser)
:  File "/usr/lib64/python2.7/optparse.py", line 810, in take_action
:    parser.print_help()
:  File "/usr/lib64/python2.7/optparse.py", line 1664, in print_help
:    file.write(self.format_help().encode(encoding, "replace"))
:UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 37: ordinal not in range(128)
:
:Local variables in innermost frame:
:self: <optparse.OptionParser instance at 0x163d560>
:file: <open file '<stdout>', mode 'w' at 0x7fb17f3d61e0>
:encoding: 'ascii'

Comment 1 Calum 2011-11-28 17:11:54 UTC

*** This bug has been marked as a duplicate of bug 659993 ***