galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.38k stars 992 forks source link

ValidationError: 1 validation error for HelpForumSearchResponse #18827

Open galaxyproject-sentryintegration[bot] opened 1 week ago

galaxyproject-sentryintegration[bot] commented 1 week ago

Sentry Issue: GALAXY-MAIN-ZY6

ExceptionGroup: unhandled errors in a TaskGroup
  File "starlette/_utils.py", line 87, in collapse_excgroups
    yield
  File "starlette/middleware/base.py", line 190, in __call__
    async with anyio.create_task_group() as task_group:
  File "anyio/_backends/_asyncio.py", line 678, in __aexit__
    raise BaseExceptionGroup(

ValidationError: 1 validation error for HelpForumSearchResponse
posts.0.name
  Input should be a valid string [type=string_type, input_value=None, input_type=NoneType]
    For further information visit https://errors.pydantic.dev/2.7/v/string_type
(24 additional frame(s) were not displayed)
...
  File "galaxy/webapps/galaxy/fast_app.py", line 109, in add_x_frame_options
    response = await call_next(request)
  File "galaxy/webapps/galaxy/api/help.py", line 38, in search_forum
    return self.service.search_forum(query)
  File "galaxy/webapps/galaxy/services/help.py", line 43, in search_forum
    return HelpForumSearchResponse(**response.json())
mvdbeek commented 1 week ago

(For this URL: https://help.galaxyproject.org//search.json?q=tags:circos+tool-help%20status:solved)