UnicodeDecodeError in merge-directive

Adeodato Simó dato at net.com.org.es
Tue May 8 15:58:40 BST 2007


Hello.

I tried a 'merge-directive' command, and I obtained the following error
(with bzr.dev):

  bzr: ERROR: exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 302: ordinal not in range(128)

  Traceback (most recent call last):
    File "/home/adeodato/devel/bzr/bzr.dev/bzrlib/commands.py", line 718, in run_bzr_catch_errors
      return run_bzr(argv)
    File "/home/adeodato/devel/bzr/bzr.dev/bzrlib/commands.py", line 679, in run_bzr
      ret = run(*run_argv)
    File "/home/adeodato/devel/bzr/bzr.dev/bzrlib/commands.py", line 375, in run_argv_aliases
      return self.run(**all_cmd_args)
    File "/home/adeodato/devel/bzr/bzr.dev/bzrlib/builtins.py", line 3552, in run
      self.outf.writelines(directive.to_lines())
    File "codecs.py", line 186, in writelines
      self.write(''.join(list))
    File "codecs.py", line 178, in write
      data, consumed = self.encode(object, self.errors)
  UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 302: ordinal not in range(128)

  bzr 0.16.0dev0 on python 2.4.4.final.0 (linux2)
  arguments: ['/home/adeodato/bin/bzr', 'merge-directive', '/tmp/foo']

  ** please send this report to bazaar at lists.ubuntu.com

Please let me know if you need more information (CC me as I'm not
subscribed).

P.S.: There's a typo in HACKING in line 190: prestine for pristine.

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
The problem I have with making an intelligent statement is that some
people then think that it's not an isolated occurrance.
                -- Simon Travaglia




More information about the bazaar mailing list