Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempting to PUT an asset with the space property defined results in 500 #977

Open
griffri opened this issue Mar 6, 2025 · 1 comment
Assignees
Labels
API https://dlcs-book.readthedocs.io/en/latest/ bug Something isn't working

Comments

@griffri
Copy link
Contributor

griffri commented Mar 6, 2025

The "space" field should only be supplied with assets that are part of a batch. If you PUT a single asset that contains it, like so:

{
    "mediaType": "video/mp4",
    "origin":"...my_video.mp4",
    "space":"12"
}

Protagonist will throw the following error:

Asserted space does not agree with supplied space.

This is correct, but the response received by the caller is currently a 500 error with no body.
The Hydra validator should block usage of this property if the asset is not part of a batch.
See #977 (comment):

The fix is to make this a 'nicer' error message and 400 response.

@griffri griffri added API https://dlcs-book.readthedocs.io/en/latest/ bug Something isn't working labels Mar 6, 2025
@griffri griffri self-assigned this Mar 6, 2025
@donaldgray
Copy link
Member

Note - I don't think The Hydra validator should block usage of this property if the asset is not part of a batch. is correct, it's valid to specify a space as long as it matches the one in the URL.

The fix is to make this a 'nicer' error message and 400 response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API https://dlcs-book.readthedocs.io/en/latest/ bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants