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
From the log (hopefully not compromising anything):
Traceback (most recent call last):
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/johannes.alneberg/BARM_web_server/app.py", line 472, in blast_page
return render_template('blast_page.html',
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/templating.py", line 137, in render_template
return _render(
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/flask/templating.py", line 120, in _render
rv = template.render(context)
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/jinja2/environment.py", line 1090, in render
self.environment.handle_exception()
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/jinja2/environment.py", line 832, in handle_exception
reraise(*rewrite_traceback_stack(source=source))
File "/home/johannes.alneberg/miniconda3/envs/barm_run_env/lib/python3.9/site-packages/jinja2/_compat.py", line 28, in reraise
raise value.with_traceback(tb)
File "/home/johannes.alneberg/BARM_web_server/templates/blast_page.html", line 1, in top-level template code
{% extends "default_base.html" %}
File "/home/johannes.alneberg/BARM_web_server/templates/default_base.html", line 37, in top-level template code
{% block body %}
File "/home/johannes.alneberg/BARM_web_server/templates/blast_page.html", line 180, in block "body"
{% for sample_p_name, sample_p_id in general_information_property_names %}
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
From the log (hopefully not compromising anything):
The text was updated successfully, but these errors were encountered: