Error while updating clock status endpoint at Engine API
Engine logs errors when PUT
at Engine API clock
endpoint
Steps to Reproduce
- Schedule something
- Engine runs a
PUT
request to/api/v1/clock
Expected Result
Clock info is successfully put.
Actual Result
Error while sending PUT
to /api/v1/clock
As a result Engine API returns some Server Error when doing a GET
on http://aura.local/engine/api/v1/clock
Logs & configuration
- playout docker log
engine:ERROR - 400 | Error during PUT at 'http://engine-api:8008/api/v1/clock': BAD REQUEST - [api.py:126-handle_response()]
- engine-api-gunicorn-access.log
PUT /api/v1/clock HTTP/1.1" 400 164 "-" "python-requests/2.32.3
Related
This is probably related/will be fixed through Virtual Timeslots: Remove workarounds and repla... (#131)