Strange exceptions

Issue #4 new
Martin Marcher created an issue

Hello, I created a docker container to run VISPR on our cluster. I'm seeing strange errors in the log.

Also users report that "sometimes" the application gets extremely slow when browsing results. Reports are saying that it is in the 10s of seconds. Can this be related?

2017-03-06T15:59:57.959172024Z [2017-03-06 15:59:57,952] ERROR in app: Exception on /tbl/targets/json/scr101_KinMaxi_A549_MLL3_knockout_11F5_p6/default/negative selection [GET]
2017-03-06T15:59:57.959209679Z Traceback (most recent call last):
2017-03-06T15:59:57.959218037Z   File "/opt/miniconda3/lib/python3.5/site-packages/flask/app.py", line 1982, in wsgi_app
2017-03-06T15:59:57.959226260Z     response = self.full_dispatch_request()
2017-03-06T15:59:57.959231131Z   File "/opt/miniconda3/lib/python3.5/site-packages/flask/app.py", line 1614, in full_dispatch_request
2017-03-06T15:59:57.959235095Z     rv = self.handle_user_exception(e)
2017-03-06T15:59:57.959238635Z   File "/opt/miniconda3/lib/python3.5/site-packages/flask/app.py", line 1517, in handle_user_exception
2017-03-06T15:59:57.959242465Z     reraise(exc_type, exc_value, tb)
2017-03-06T15:59:57.959245913Z   File "/opt/miniconda3/lib/python3.5/site-packages/flask/_compat.py", line 33, in reraise
2017-03-06T15:59:57.959249610Z     raise value
2017-03-06T15:59:57.959252957Z   File "/opt/miniconda3/lib/python3.5/site-packages/flask/app.py", line 1612, in full_dispatch_request
2017-03-06T15:59:57.959256702Z     rv = self.dispatch_request()
2017-03-06T15:59:57.959260037Z   File "/opt/miniconda3/lib/python3.5/site-packages/flask/app.py", line 1598, in dispatch_request
2017-03-06T15:59:57.959263656Z     return self.view_functions[rule.endpoint](**req.view_args)
2017-03-06T15:59:57.959266977Z   File "/opt/miniconda3/lib/python3.5/site-packages/vispr/server.py", line 203, in tbl_targets_json
2017-03-06T15:59:57.959270559Z     add_locus=True)
2017-03-06T15:59:57.959275941Z ValueError: too many values to unpack (expected 3)

Comments (0)

  1. Log in to comment