Hello everybody,
I am using SVDetect in Galaxy, unfortunately I have this error when I use it in galaxy :
Module galaxy.web.framework.middleware.error:149 in __call__
>> app_iter = self.application(environ, sr_checker)
Module paste.recursive:84 in __call__
>> return self.application(environ, start_response)
Module paste.httpexceptions:633 in __call__
>> return self.application(environ, start_response)
Module galaxy.web.framework.base:132 in __call__
>> return self.handle_request( environ, start_response )
Module galaxy.web.framework.base:190 in handle_request
>> body = method( trans, **kwargs )
Module galaxy.webapps.galaxy.controllers.history:575 in view
>> show_deleted=show_deleted, show_hidden=show_hidden, use_panels=use_panels )
Module galaxy.web.framework:1224 in fill_template_mako
>> return template.render( **data )
Module mako.template:296 in render
>> return runtime._render(self, self.callable_, args, data)
Module mako.runtime:660 in _render
>> **_kwargs_for_callable(callable_, data))
Module mako.runtime:692 in _render_context
>> _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
Module mako.runtime:718 in _exec_template
>> callable_(context, *args, **kwargs)
Module _base_mako:66 in render_body
>> __M_writer(unicode(next.body()))
Module history_view_mako:78 in render_body
>> __M_writer(unicode(center_panel()))
Module history_view_mako:73 in center_panel
>> return render_center_panel(context)
Module history_view_mako:189 in render_center_panel
>> __M_writer(unicode(h.to_json_string( hdas )))
Module json:231 in dumps
>> return _default_encoder.encode(obj)
Module json.encoder:200 in encode
>> chunks = self.iterencode(o, _one_shot=True)
Module json.encoder:263 in iterencode
>> return _iterencode(o, 0)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 20: invalid continuation byte
I found this similar post about codec error (for ASCII in this post) : http://dev.list.galaxyproject.org/enable-to-edit-pages-td4660902.html but there is no explanation at all on the solution.
I have really no idea about the origin of this problem.. Did you already see this kind of error and found a solution?
Thank you for your help.
Christophe
Are you by any chance using some very rare characters in your history name/dataset names?
If not please specify what are you doing when the error happens, what Galaxy you are using and where is the error displayed.