jockey-text crashes on --help in karmic

Bug #432433 reported by karaluh
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
jockey (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

When trying to execute command jockey-text --help the program crashes with error:

Traceback (most recent call last):
  File "/usr/bin/jockey-text", line 129, in <module>
    u = TextUI()
  File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 71, in __init__
    (self.argv_options, self.argv_args) = self.parse_argv()
  File "/usr/lib/python2.6/dist-packages/jockey/ui.py", line 364, in parse_argv
    (opts, args) = parser.parse_args()
  File "/usr/lib/python2.6/optparse.py", line 1394, in parse_args
    stop = self._process_args(largs, rargs, values)
  File "/usr/lib/python2.6/optparse.py", line 1434, in _process_args
    self._process_long_opt(rargs, values)
  File "/usr/lib/python2.6/optparse.py", line 1509, in _process_long_opt
    option.process(opt, value, values, self)
  File "/usr/lib/python2.6/optparse.py", line 788, in process
    self.action, self.dest, opt, value, values, parser)
  File "/usr/lib/python2.6/optparse.py", line 810, in take_action
    parser.print_help()
  File "/usr/lib/python2.6/optparse.py", line 1664, in print_help
    file.write(self.format_help().encode(encoding, "replace"))
  File "/usr/lib/python2.6/codecs.py", line 802, in write
    return self.writer.write(data)
  File "/usr/lib/python2.6/codecs.py", line 351, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 135: ordinal not in range(128)

Changed in jockey (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.