Skip to content

Instantly share code, notes, and snippets.

@jmchilton
Created February 19, 2014 18:46
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 jmchilton/9098762 to your computer and use it in GitHub Desktop.
Save jmchilton/9098762 to your computer and use it in GitHub Desktop.
url_for trackback
Traceback (most recent call last):
File "/home/john/workspace/galaxy-central/lib/galaxy/jobs/runners/lwr.py", line 161, in __prepare_job
client = self.get_client_from_wrapper(job_wrapper)
File "/home/john/workspace/galaxy-central/lib/galaxy/jobs/runners/lwr.py", line 221, in get_client_from_wrapper
return self.get_client( params, job_id )
File "/home/john/workspace/galaxy-central/lib/galaxy/jobs/runners/lwr.py", line 231, in get_client
files_endpoint = url_for( controller="job_files", job_id=encoded_job_id )
File "/home/john/workspace/galaxy-central/eggs/Routes-1.12.3-py2.7.egg/routes/util.py", line 189, in url_for
encoding = config.mapper.encoding
File "/home/john/workspace/galaxy-central/eggs/Routes-1.12.3-py2.7.egg/routes/__init__.py", line 14, in __getattr__
return getattr(self.__shared_state, name)
AttributeError: 'thread._local' object has no attribute 'mapper'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment