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

   Navigate to https://releases.apache.org/checks/asyncband/0.7.2
   
   Click on Show Details, i.e. 
   
https://releases.apache.org/report/asyncband/0.7.2/apache-asyncband-0.7.2-incubating-src.tar.gz
   
   Get error:
   
   ```
   No ASFQuart session found
   
   An error occurred while processing your request. This has been logged and 
will be addressed.
   
   Status code: 500
   
   Request ID: dd4acc76-eb87-416c-b984-b3b85de1d5f2
   
   Technical details
   
   Traceback (most recent call last):
     File "/opt/atr/.venv/lib/python3.14/site-packages/quart/app.py", line 
1501, in full_dispatch_request
       result = await self.dispatch_request(request_context)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/.venv/lib/python3.14/site-packages/quart/app.py", line 
1598, in dispatch_request
       return await self.ensure_async(handler)(**request_.view_args)  # type: 
ignore[return-value]
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/atr/blueprints/get.py", line 71, in wrapper
       response = await func(enhanced_session, **kwargs)
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/atr/get/report.py", line 107, in selected_path
       async with storage.read() as read:
                  ~~~~~~~~~~~~^^
     File "/usr/local/lib/python3.14/contextlib.py", line 214, in __aenter__
       return await anext(self.gen)
              ^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/atr/storage/__init__.py", line 631, in read
       authorisation = await principal.Authorisation()
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/opt/atr/atr/principal.py", line 324, in __new__
       await instance.__init__(*args, **kwargs)
     File "/opt/atr/atr/principal.py", line 341, in __init__
       raise AuthenticationError("No ASFQuart session found")
   atr.principal.AuthenticationError: No ASFQuart session found
   ```


-- 
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]

Reply via email to