-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
When calling /controlRundownItemByID, forceFileReadOnce is set to true, which ensures data is read from disk, see comments:
SPX-GC/routes/routes-application.js
Lines 1194 to 1197 in 11250f3
| // 1.3.0 MAJOR BUG FIXED! If rundown was populated to memory it was used | |
| // when controlRundownItemByID API call was made. This caused the | |
| // rundown to be read from memory data and not actual rundown file | |
| // that was requested. Now a new forceFileRead parameter is added. |
When calling /directplayout, this parameter is not set, so SPX uses the global.rundownData in-memory data instead.
This caused the error Requested itemID […] not found on the rundown […], even though the item was available in the file.
Should /directplayout therefore also define forceFileReadOnce = true?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels