Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The HDA search fails with HTTP 500 and does not return a response #40

@mikael-lund

Description

@mikael-lund

What happened?

When using the hda client for searh in with this query:

{
"dataset_id": "EO:EUM:DAT:0801",
"sat": "MTI1",
"type": "MTIFCI2FIRC",
"coverage": "FD",
"centerOfLongitude": "0.0",
"startdate": "2025-07-02T22:00:00.000Z",
"enddate": "2025-09-09T13:08:43.000Z"
}

I never get a reponse from the client, but if I use this query on the swagger page:
https://gateway.prod.wekeo2.eu/hda-broker/docs#/dataaccess/search_hda_broker_api_v1_dataaccess_search_post

I get this response right away:

{
"status_code": 500,
"title": "Task Error",
"detail": "Internal Server Error"
}

I would expect the same behavior for the hda client!

What are the steps to reproduce the bug?

try the query using swagger and the hda.client

Version

v.2.34

Platform (OS and architecture)

windows 11

Relevant log output

Accompanying data

No response

Organisation

EEA

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions