Closed GoogleCodeExporter closed 8 years ago
Extracted this of your log:
Traceback (most recent call last):
File "libnamebench\tk.pyc", line 57, in run
File "libnamebench\base_ui.pyc", line 92, in RunBenchmark
File "libnamebench\base_ui.pyc", line 103, in CreateReports
File "libnamebench\benchmark.pyc", line 299, in CreateReport
File "third_party\jinja2\environment.pyc", line 669, in render
File "C:\Users\Thi\AppData\Local\Temp\ckz_AAD1\namebench\templates\html.tmpl", line
10, in top-level template code
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 5: ordinal
not
in range(128)
Original comment by thi.saa...@gmail.com
on 4 Dec 2009 at 12:59
Thanks for the report. There seems to be two bugs here:
* An error window did not pop up for this condition
* The nameserver data appears to include high-ASCII/unicode data which can't be
piped through the templating
system properly.
Original comment by helixblue
on 4 Dec 2009 at 4:39
Original comment by tstromb...@google.com
on 4 Dec 2009 at 4:40
Original issue reported on code.google.com by
thi.saa...@gmail.com
on 4 Dec 2009 at 12:56