Hi, I am trying to run MEME and I got this error below when running it. Is this an error complaining about the non-ASCII nature of the OUTPUT or of the program (or input?). Thanks Thon Error Traceback: View as: Interactive | Text | XML (full) ⇝ UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 25: ordinal not in range(128) URL: http://srp106:8080/dataset/errors?id=176856 Module weberror.evalexception.middleware:364 in respond view
app_iter = self.application(environ, detect_start_response) Module paste.debug.prints:98 in __call__ view environ, self.app) Module paste.wsgilib:539 in intercept_output view app_iter = application(environ, replacement_start_response) Module paste.recursive:80 in __call__ view return self.application(environ, start_response) Module paste.httpexceptions:632 in __call__ view return self.application(environ, start_response) Module galaxy.web.framework.base:160 in __call__ view body = method( trans, **kwargs ) Module galaxy.web.controllers.dataset:160 in errors view return trans.fill_template( "dataset/errors.mako", hda=hda ) Module galaxy.web.framework:733 in fill_template view return self.fill_template_mako( filename, **kwargs ) Module galaxy.web.framework:744 in fill_template_mako view return template.render( **data ) Module mako.template:296 in render view return runtime._render(self, self.callable_, args, data) Module mako.runtime:660 in _render view **_kwargs_for_callable(callable_, data)) Module mako.runtime:692 in _render_context view _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) Module mako.runtime:718 in _exec_template view callable_(context, *args, **kwargs) Module dataset_errors_mako:74 in render_body view __M_writer(filters.html_escape(unicode(job.stdout ))) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 25: ordinal not in range(128)