I am trying to open my results in “View all Histories”, but I am always received this error message and and it is also not possible to open the index file of the results I uploaded.
URL: https://repeatexplorer-elixir.cerit-sc.cz/galaxy/history/view_multiple
File ‘lib/galaxy/web/framework/middleware/error.py’, line 154 in call
app_iter = self.application(environ, sr_checker)
File ‘/storage/brno11-elixir/home/galaxyelixir/galaxy_19.09/.venv/lib/python2.7/site-packages/paste/recursive.py’, line 85 in call
return self.application(environ, start_response)
File ‘lib/galaxy/web/framework/middleware/remoteuser.py’, line 192 in call
return self.app(environ, start_response)
File ‘/storage/brno11-elixir/home/galaxyelixir/galaxy_19.09/.venv/lib/python2.7/site-packages/paste/httpexceptions.py’, line 640 in call
return self.application(environ, start_response)
File ‘lib/galaxy/web/framework/base.py’, line 143 in call
return self.handle_request(environ, start_response)
File ‘lib/galaxy/web/framework/base.py’, line 222 in handle_request
body = method(trans, **kwargs)
File ‘lib/galaxy/web/framework/decorators.py’, line 77 in decorator
return func(self, trans, *args, **kwargs)
File ‘lib/galaxy/webapps/galaxy/controllers/history.py’, line 617 in view_multiple
current_history_id = trans.security.encode_id(trans.history.id)
AttributeError: ‘NoneType’ object has no attribute ‘id’