Dear all, I have a very strange bug on my galaxy server. The view details button is not working anymore for the new datasets. I get an Internal server Error. It's still working for older datasets, it's only an issue for the new one, independently of the tool. Best regards Vincent **.**.***.*** - - [08/août/2016:15:32:31 +0200] "GET /galaxy/datasets/38ebe14f4d38806a/show_params HTTP/1.1" 500 - "http://galaxy*******/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0" Error - <type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) URL: http://galaxy.iarc.fr/galaxy/datasets/38ebe14f4d38806a/show_params File '/home/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/error.py', line 151 in __call__ app_iter = self.application(environ, sr_checker) File '/home/galaxy/galaxy-dist/.venv/local/lib/python2.7/site-packages/paste/recursive.py', line 85 in __call__ return self.application(environ, start_response) File '/home/galaxy/galaxy-dist/lib/galaxy/web/framework/middleware/remoteuser.py', line 179 in __call__ return self.app( environ, start_response ) File '/home/galaxy/galaxy-dist/.venv/local/lib/python2.7/site-packages/paste/httpexceptions.py', line 640 in __call__ return self.application(environ, start_response) File '/home/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py', line 126 in __call__ return self.handle_request( environ, start_response ) File '/home/galaxy/galaxy-dist/lib/galaxy/web/framework/base.py', line 184 in handle_request body = method( trans, **kwargs ) File '/home/galaxy/galaxy-dist/lib/galaxy/webapps/galaxy/controllers/dataset.py', line 1030 in show_params has_parameter_errors=has_parameter_errors ) File '/home/galaxy/galaxy-dist/lib/galaxy/web/framework/webapp.py', line 809 in fill_template return self.fill_template_mako( filename, **kwargs ) File '/home/galaxy/galaxy-dist/lib/galaxy/web/framework/webapp.py', line 823 in fill_template_mako return template.render( **data ) File '/home/galaxy/galaxy-dist/.venv/local/lib/python2.7/site-packages/mako/template.py', line 445 in render return runtime._render(self, self.callable_, args, data) File '/home/galaxy/galaxy-dist/.venv/local/lib/python2.7/site-packages/mako/runtime.py', line 829 in _render **_kwargs_for_callable(callable_, data)) File '/home/galaxy/galaxy-dist/.venv/local/lib/python2.7/site-packages/mako/runtime.py', line 864 in _render_context _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) File '/home/galaxy/galaxy-dist/.venv/local/lib/python2.7/site-packages/mako/runtime.py', line 890 in _exec_template callable_(context, *args, **kwargs) File '/home/galaxy/galaxy-dist/database/compiled_templates/base.mako.py', line 61 in render_body __M_writer(unicode(next.body())) File '/home/galaxy/galaxy-dist/database/compiled_templates/show_params.mako.py', line 74 in render_body __M_writer(unicode(hda.create_time.strftime(trans.app.config.pretty_datetime_format))) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128) CGI Variables ------------- CONTENT_LENGTH: '0' HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' HTTP_ACCEPT_ENCODING: 'gzip, deflate' HTTP_ACCEPT_LANGUAGE: 'en-US,en;q=0.5' HTTP_AUTHORIZATION: 'Basic Y2FoYWlzdjpXMXNtM3JoMWxs' HTTP_CONNECTION: 'close' HTTP_COOKIE: 'galaxysession=09218edcc0a8a75b31582a2cb50d757dc5f67b9b7cae48d9fdb3bd88e9d143d956083945f07b4710; galaxycommunitysession=aeaf4b69c51e3d6d293956655fa9014fb7b92937bf5c098a096ed54161b02239b63b34c44bba22ac; toolshedgalaxyurl="http://galaxy********/"; PPA_ID=56sqtkiu7jrubvee6tk03a3ve6; webfx-tree-cookie-persistence=wfxt-4+wfxt-6+wfxt-10+wfxt-16+wfxt-18+wfxt-20' HTTP_DNT: '1' HTTP_HOST: 'galaxy*****' HTTP_REFERER: 'http://galaxy*******/' HTTP_REMOTE_USER: '*********' HTTP_UPGRADE_INSECURE_REQUESTS: '1' HTTP_USER_AGENT: 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0' PATH_INFO: '/datasets/38ebe14f4d38806a/show_params' REMOTE_ADDR: '10.10.13.120' REQUEST_METHOD: 'GET' SCRIPT_NAME: '/galaxy' SERVER_NAME: '***********' SERVER_PORT: '8080' SERVER_PROTOCOL: 'HTTP/1.1' WSGI Variables -------------- application: <paste.recursive.RecursiveMiddleware object at 0x7f5c49747cd0> is_api_request: False paste.cookies: (<SimpleCookie: PPA_ID='56sqtkiu7jrubvee6tk03a3ve6' galaxycommunitysession='aeaf4b69c51e3d6d293956655fa9014fb7b92937bf5c098a096ed54161b02239b63b34c44bba22ac' galaxysession='09218edcc0a8a75b31582a2cb50d757dc5f67b9b7cae48d9fdb3bd88e9d143d956083945f07b4710' toolshedgalaxyurl='http://galaxy**************/' webfx-tree-cookie-persistence='wfxt-4+wfxt-6+wfxt-10+wfxt-16+wfxt-18+wfxt-20'>, 'galaxysession=09218edcc0a8a75b31582a2cb50d757dc5f67b9b7cae48d9fdb3bd88e9d143d956083945f07b4710; galaxycommunitysession=aeaf4b69c51e3d6d293956655fa9014fb7b92937bf5c098a096ed54161b02239b63b34c44bba22ac; toolshedgalaxyurl="http://galaxy********/"; PPA_ID=56sqtkiu7jrubvee6tk03a3ve6; webfx-tree-cookie-persistence=wfxt-4+wfxt-6+wfxt-10+wfxt-16+wfxt-18+wfxt-20') paste.expected_exceptions: [<class 'paste.httpexceptions.HTTPException'>] paste.httpexceptions: <paste.httpexceptions.HTTPExceptionHandler object at 0x7f5c4015fb50> paste.httpserver.proxy.host: 'dummy' paste.httpserver.proxy.scheme: 'http' paste.httpserver.thread_pool: <paste.httpserver.ThreadPool object at 0x7f5c5c1f1cd0> paste.recursive.forward: <paste.recursive.Forwarder from /galaxy> paste.recursive.include: <paste.recursive.Includer from /galaxy> paste.recursive.include_app_iter: <paste.recursive.IncluderAppIter from /galaxy> paste.recursive.script_name: '/galaxy' paste.throw_errors: True request_id: '8e983af65d6c11e6beadbc305bad8bf8' webob._parsed_query_vars: (GET([]), '') wsgi process: 'Multithreaded'