ELVIS-Project / cbsmr-patternfinder

Content-based symbolic music retrieval service infrastructure.
MIT License
2 stars 0 forks source link

error 1 with gabriel #28

Closed DavidGarfinkle closed 5 years ago

DavidGarfinkle commented 5 years ago

load classic query 0-0 0-0

flask_1  | [pid: 8|app: 0|req: 52/176] 132.206.14.126 () {42 vars in 889 bytes} [Thu Aug 29 18:28:53 2019] GET /excerpt?pid=530&nid=156%2C157%2C158%2C159%2C160%2C161%2C162%2C163 => generated 0 byte
s in 1832 msecs (HTTP/1.1 200) 2 headers in 0 bytes (0 switches on core 0)
flask_1  | connecting to host=db port=5432 dbname=postgres user=postgres password=postgres
flask_1  | [2019-08-29 18:28:54,954] ERROR in app: Exception on /search [GET]
flask_1  | Traceback (most recent call last):
flask_1  |   File "/opt/venv/lib/python3.7/site-packages/flask/app.py", line 2446, in wsgi_app
flask_1  |     response = self.full_dispatch_request()
flask_1  |   File "/opt/venv/lib/python3.7/site-packages/flask/app.py", line 1951, in full_dispatch_request
flask_1  |     rv = self.handle_user_exception(e)
flask_1  |   File "/opt/venv/lib/python3.7/site-packages/flask/app.py", line 1820, in handle_user_exception
flask_1  |     reraise(exc_type, exc_value, tb)
flask_1  |   File "/opt/venv/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
flask_1  |     raise value
flask_1  |   File "/opt/venv/lib/python3.7/site-packages/flask/app.py", line 1949, in full_dispatch_request
flask_1  |     rv = self.dispatch_request()
flask_1  |   File "/opt/venv/lib/python3.7/site-packages/flask/app.py", line 1935, in dispatch_request
flask_1  |     return self.view_functions[rule.endpoint](**req.view_args)
flask_1  |   File "./app.py", line 151, in search
flask_1  |     tnps_ints[1] += 1 # increase range to include end
flask_1  | IndexError: list index out of range