-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Description
When calling the /memories endpoint with at least one of the required input parameters, the server returns a 500 Internal Server Error with the message:
{
"detail": "'list' object has no attribute 'id'"
}This makes the endpoint unusable, even though all input conditions are satisfied.
Steps to Reproduce:
- Clone the repository and run the service locally (default configuration).
- Call the
/memoriesendpoint with any of the input parameters provided (at least one is required).
Example request:
curl -X GET "http://localhost:8000/memories?user_id=some_user_id" - Observe that the response is a 500 error with the body:
{"detail": "'list' object has no attribute 'id'"}

Metadata
Metadata
Assignees
Labels
No labels