dave2wave opened a new issue, #37: URL: https://github.com/apache/tooling-trusted-release/issues/37
From the view releases page I click on view files and get a 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) ~~~~^^^^^^^^^^^^^^^^^ TypeError: view() missing 1 required positional argument: 'session' ``` -- 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