You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Querying a new gene that has not yet been prebuild, the following error occurs:
2019-08-14 09:04:10,079 INFO sqlalchemy.engine.base.Engine {'lower_1': 'pms2'}
2019-08-14 09:04:10,100 INFO sqlalchemy.engine.base.Engine ROLLBACK
2019-08-14 09:04:12,888 - ERROR - Unhandled exception:'DisabledBackend' object has no attribute '_get_task_meta_for'
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.5/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/usr/src/app/metadome/presentation/api/routes.py", line 106, in get_visualization_status_for_transcript
status = get_visualization_status(transcript_id)
File "/usr/src/app/metadome/controllers/job.py", line 106, in get_visualization_status
return result.status
File "/usr/local/lib/python3.5/site-packages/celery/result.py", line 471, in state
return self._get_task_meta()['status']
File "/usr/local/lib/python3.5/site-packages/celery/result.py", line 410, in _get_task_meta
return self._maybe_set_cache(self.backend.get_task_meta(self.id))
File "/usr/local/lib/python3.5/site-packages/celery/backends/base.py", line 359, in get_task_meta
meta = self._get_task_meta_for(task_id)
AttributeError: 'DisabledBackend' object has no attribute '_get_task_meta_for'
When Querying a new gene that has not yet been prebuild, the following error occurs:
@cbaakman, can you look into this?
The text was updated successfully, but these errors were encountered: