potiuk opened a new issue, #319:
URL: https://github.com/apache/tooling-trusted-releases/issues/319

   Ok. I know that "An error occurred while processing your request. This has 
been logged and will be addressed." 
   
   But just in case reporting it here:
   
   Happens consistently when trying to use "View files" on 
https://release-test.apache.org/vote/airflow-providers/2025-11-14 
   
   ```python
   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/.venv/lib/python3.13/site-packages/asfquart/auth.py", line 
143, in require_wrapper
       return await func(*args, **kwargs)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/atr/blueprints/get.py", line 52, in wrapper
       response = await func(enhanced_session, *args, **kwargs)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/atr/get/candidate.py", line 53, in view
       return await template.render(
              ^^^^^^^^^^^^^^^^^^^^^^
       ...<9 lines>...
       )
       ^
     File "/opt/atr/atr/template.py", line 41, in render_sync
       template = 
app_instance.jinja_env.get_or_select_template(template_name_or_list)
     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.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to