$ fl-build-report --html bench_result.xml
Creating html report: ...Traceback (most recent call last):
File "/home/k/build/fl-build-report", line 7, in
execfile(__file__)
File "/home/k/funkload-repo/scripts/fl-build-report", line 25, in
main()
File "/home/k/funkload-repo/src/funkload/ReportBuilder.py", line 288, in main
xml_parser.monitorconfig, options)()
File "/home/k/funkload-repo/src/funkload/ReportRenderHtmlBase.py", line 126, in render
self.createRstFile()
File "/home/k/funkload-repo/src/funkload/ReportRenderHtmlBase.py", line 85, in createRstFile
f.write(str(self))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u017a' in position 5251: ordinal not in range(128)
I've got following error:
Here's my solution:
There may be some more places that need to be changed like this but for now, this is enough for me.