Skip to content

Instantly share code, notes, and snippets.

@martenson
Created May 5, 2014 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martenson/ec451b2551b37d446c93 to your computer and use it in GitHub Desktop.
Save martenson/ec451b2551b37d446c93 to your computer and use it in GitHub Desktop.
128.118.201.178 - - [05/May/2014:15:12:06 -0400] "PUT /api/histories/e89067bb68bee7a0/set_as_current HTTP/1.1" 200 - "http://martenson.bx.psu.edu:8080/library/list" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36"
galaxy.web.framework ERROR 2014-05-05 15:13:07,230 Uncaught exception in exposed API method:
Traceback (most recent call last):
File "/Users/marten/marten-galaxy/lib/galaxy/web/framework/__init__.py", line 331, in decorator
rval = func( self, trans, *args, **kwargs)
File "/Users/marten/marten-galaxy/lib/galaxy/webapps/galaxy/api/histories.py", line 139, in set_as_current
trans.history = history
File "/Users/marten/marten-galaxy/lib/galaxy/web/framework/__init__.py", line 1022, in set_history
self.galaxy_session.current_history = history
AttributeError: 'NoneType' object has no attribute 'current_history'
128.118.201.178 - - [05/May/2014:15:13:07 -0400] "PUT /api/histories/e89067bb68bee7a0/set_as_current?key=e48b2b2589b242a50538f8f9fa8e5ee9 HTTP/1.1" 500 - "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment