When a template file or XQL snippet contains non-UTF-8 bytes (e.g. content copied from a PDF or Word document), the summon template command crashes with a raw Python traceback. The error message gives no indication of which file or line caused the problem.
Fixed by catching encoding errors and reporting the file name, line number, column, and the offending character position.
Will be fixed in next release
When a template file or XQL snippet contains non-UTF-8 bytes (e.g. content copied from a PDF or Word document), the summon template command crashes with a raw Python traceback. The error message gives no indication of which file or line caused the problem.
Fixed by catching encoding errors and reporting the file name, line number, column, and the offending character position.
Will be fixed in next release