Skip to content

Fix scheduling due to missing device id#1517

Merged
gregorydlogan merged 1 commit intoopencast:r/19.xfrom
Arnei:scheduling-not-working
Mar 5, 2026
Merged

Fix scheduling due to missing device id#1517
gregorydlogan merged 1 commit intoopencast:r/19.xfrom
Arnei:scheduling-not-working

Conversation

@Arnei
Copy link
Member

@Arnei Arnei commented Mar 5, 2026

Fixes #1515.

The function that creates the scheduling request for the backend was looking for the device id in the wrong place.

How to test

Check if scheduling an event works again with this PR. You can create a dummy capture agent if none is available with the /capture-admin/agents/{name} endpoint.

The function that creates the scheduling request for the
backend was looking for the device id in the wrong place.
@Arnei Arnei added the type:bug Something isn't working label Mar 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1517

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1517

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 5, 2026

This pull request is deployed at test.admin-interface.opencast.org/1517/2026-03-05_08-59-20/ .
It might take a few minutes for it to become available.

@gregorydlogan gregorydlogan self-assigned this Mar 5, 2026
@gregorydlogan
Copy link
Member

Normally I would wait for a technical meeting review pass to get this in, but it's directly affecting test infra and likely adopters.

@gregorydlogan gregorydlogan merged commit 6e139cd into opencast:r/19.x Mar 5, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants