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__
>>
app_iter = self.application(environ, sr_checker)
Module
paste.recursive:85 in __call__
>>
return self.application(environ, start_response)
Module
galaxy.webapps.tool_shed.framework.middleware.hg:218 in __call__
>>
return self.app( environ, start_response )
Module
paste.httpexceptions:640 in __call__
>>
return self.application(environ, start_response)
Module
galaxy.web.framework.base:131 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.tool_shed.controllers.repository:1963 in index
>>
status=status )
Module
galaxy.web.framework.webapp:858 in fill_template
>>
return self.fill_template_mako( filename, **kwargs )
Module
galaxy.web.framework.webapp:872 in fill_template_mako
>>
return template.render( **data )
Module
mako.template:445 in render
>>
return runtime._render(self, self.callable_, args, data)
Module
mako.runtime:829 in _render
>>
**_kwargs_for_callable(callable_, data))
Module
mako.runtime:864 in _render_context
>>
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
Module
mako.runtime:890 in _exec_template
>>
callable_(context, *args, **kwargs)
Module
_base_base_panels_mako:123 in render_body
>>
__M_writer(unicode(self.left_panel()))
Module
_webapps_tool_shed_index_mako:166 in render_left_panel
>>
__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