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

Tags in Ingest endpoints are rejected #18

Closed
ferishili opened this issue Apr 24, 2024 · 0 comments
Closed

Tags in Ingest endpoints are rejected #18

ferishili opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ferishili
Copy link
Contributor

Description

When using Ingest endpoint to add track or attachment with tags, opencast does not get or process the tags.

Reason

The reason is that, when Opencast reaches the file in the form params sequence, every parameter after that will be denied.

Solution

In the OcIngest endpoints methods with tags, the file must come at the end of the form data array, in order to make it possible for the opencast to handle the data before file first.

@ferishili ferishili added the bug Something isn't working label Apr 24, 2024
@ferishili ferishili self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant