UnicodeDecodeError - graph-ancestry crash when generating html
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BzrTools |
New
|
Undecided
|
Unassigned |
Bug Description
calling "bzr graph-ancestry graph.html" on lp:widelands produces an UnicodeDecodeError
No error if bzr graph-ancestry graph.png is called.
dom 2011-12-04 15:45:52 +0100
0.089 bazaar version: 2.4.2
0.090 bzr arguments: [u'graph-ancestry', u'graph.html']
0.149 looking for plugins in /home/angelo/
0.150 looking for plugins in /usr/lib/
0.188 looking for plugins in /usr/lib/
0.201 encoding stdout as sys.stdout encoding 'UTF-8'
4.547 Transferred: 0kB (0.0kB/s r:0kB w:0kB)
4.551 Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
commands.
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
max_
File "/usr/lib/
invoke_
File "/usr/lib/
status = invoke_dot(dot, temp_file, 'cmapx')
File "/usr/lib/
dot_
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 29: ordinal not in range(128)
5.329 return code 4
affects: | bzr → bzrtools |
Thanks for the report, if you can add any more details to the existing bug that would be great.