dave2wave opened a new issue, #39: URL: https://github.com/apache/tooling-trusted-release/issues/39
When clicking on the filename on the view release page I get the following 500 error: ``` Traceback (most recent call last): File "/opt/atr/.venv/lib/python3.13/site-packages/quart/app.py", line 1500, in full_dispatch_request result = await self.dispatch_request(request_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/atr/.venv/lib/python3.13/site-packages/quart/app.py", line 1597, in dispatch_request return await self.ensure_async(handler)(**request_.view_args) # type: ignore[return-value] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/atr/atr/routes/__init__.py", line 347, in wrapper future = coro.send(None) File "/opt/atr/atr/routes/__init__.py", line 539, in wrapper return await func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/atr/atr/routes/release.py", line 162, in view_path return await quart.render_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<12 lines>... ) ^ File "/opt/atr/.venv/lib/python3.13/site-packages/quart/templating.py", line 57, in render_template template = current_app.jinja_env.get_or_select_template(template_name_or_list) # type: ignore File "/opt/atr/.venv/lib/python3.13/site-packages/jinja2/environment.py", line 1087, in get_or_select_template return self.get_template(template_name_or_list, parent, globals) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/atr/.venv/lib/python3.13/site-packages/jinja2/environment.py", line 1016, in get_template return self._load_template(name, globals) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/opt/atr/.venv/lib/python3.13/site-packages/jinja2/environment.py", line 975, in _load_template template = self.loader.load(self, name, self.make_globals(globals)) File "/opt/atr/.venv/lib/python3.13/site-packages/jinja2/loaders.py", line 126, in load source, filename, uptodate = self.get_source(environment, name) ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/opt/atr/.venv/lib/python3.13/site-packages/flask/templating.py", line 65, in get_source return self._get_source_fast(environment, template) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/atr/.venv/lib/python3.13/site-packages/flask/templating.py", line 99, in _get_source_fast raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: phase-view-path.html ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org