dave2wave opened a new issue, #211:
URL: https://github.com/apache/tooling-trusted-release/issues/211
I navigate to one of my Pulsar projects and get the following error:
```
can only join an iterable
An error occurred while processing your request. This has been logged and
will be addressed.
Status Code: 500
Technical Details
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 375, in wrapper
future = coro.send(None)
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/routes/__init__.py", line 438, in wrapper
return await func(enhanced_session, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/atr/atr/routes/projects.py", line 281, in view
policy_form = await _policy_form_create(project)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/atr/atr/routes/projects.py", line 489, in _policy_form_create
policy_form.binary_artifact_paths.data =
"\n".join(project.policy_binary_artifact_paths)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: can only join an iterable
```
--
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]