Hello, I cannot use my toolshed anymore because of a bug. The service is running, but the web page display this error : Module galaxy.web.framework.middleware.error:151 in __call__
<http://galaxy.iarc.fr:9009/#> app_iter = self.application(environ, sr_checker) Module paste.recursive:85 in __call__ <http://galaxy.iarc.fr:9009/#> return self.application(environ, start_response) Module galaxy.webapps.tool_shed.framework.middleware.hg:218 in __call__ <http://galaxy.iarc.fr:9009/#> return self.app( environ, start_response ) Module paste.httpexceptions:640 in __call__ <http://galaxy.iarc.fr:9009/#> return self.application(environ, start_response) Module galaxy.web.framework.base:131 in __call__ <http://galaxy.iarc.fr:9009/#> return self.handle_request( environ, start_response ) Module galaxy.web.framework.base:190 in handle_request <http://galaxy.iarc.fr:9009/#> body = method( trans, **kwargs ) Module galaxy.webapps.tool_shed.controllers.repository:1963 in index <http://galaxy.iarc.fr:9009/#> status=status ) Module galaxy.web.framework.webapp:858 in fill_template <http://galaxy.iarc.fr:9009/#> return self.fill_template_mako( filename, **kwargs ) Module galaxy.web.framework.webapp:872 in fill_template_mako <http://galaxy.iarc.fr:9009/#> return template.render( **data ) Module mako.template:445 in render <http://galaxy.iarc.fr:9009/#> return runtime._render(self, self.callable_, args, data) Module mako.runtime:829 in _render <http://galaxy.iarc.fr:9009/#> **_kwargs_for_callable(callable_, data)) Module mako.runtime:864 in _render_context <http://galaxy.iarc.fr:9009/#> _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) Module mako.runtime:890 in _exec_template <http://galaxy.iarc.fr:9009/#> callable_(context, *args, **kwargs) Module _base_base_panels_mako:123 in render_body <http://galaxy.iarc.fr:9009/#> __M_writer(unicode(self.left_panel())) Module _webapps_tool_shed_index_mako:166 in render_left_panel <http://galaxy.iarc.fr:9009/#> __M_writer(filters.html_escape(unicode(trans.app.shed_counter.generation_time ))) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ordinal not in range(128)
Thanks, Vincent