Wrong key for metadata in asset upload #2

Closed
opened 2026-03-07 14:09:06 -06:00 by jorge · 1 comment
Owner

Chronicle uploads the image's metadata under key description (I thought that was its name) instead of metadata. This gets ignored by the server.

Chronicle uploads the image's metadata under key `description` (I thought that was its name) instead of `metadata`. This gets ignored by the server.
Author
Owner

Fixed in #58b6dfd396

Could not find an endpoint to actually write to the description field, and currently, metadata is only accessible via API. To read the captured metadata, use:

curl -s -H "x-api-key: your-key" "http://your-server/api/assets/your-image/metadata/chronicle" | jq

Fixed in #58b6dfd396cff85266f241aebed0ba534fe11ddf Could not find an endpoint to actually write to the `description` field, and currently, `metadata` is only accessible via API. To read the captured metadata, use: `curl -s -H "x-api-key: your-key" "http://your-server/api/assets/your-image/metadata/chronicle" | jq`
jorge closed this issue 2026-03-07 14:39:53 -06:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jorge/chronicle#2
No description provided.