You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For issue in production release, add devtools output of DEBUG_PROD=true npm run build && npm start
Expected Behavior
When issuing the command /watchout/go/{cue} over OSC, the application should not issue a run command if watchout returns an error that the cue named {cue} is not found. The expected behavior is present in osc-watchout which makes this a regression.
Current Behavior
The application blindly issues a run command in the same line as the gotoControlCue command, causing the timeline to start running even if the cue is not found.
Steps to Reproduce
Send a /watchout/go/{cue} command where {cue} is a string that is not present in the watchout timeline as a control cue
Possible Solution (Not obligatory)
Check the response to gotoControlCue and branch if the response contains the string "error" - See the osc-watchout code for an example of the correct behavior.
The text was updated successfully, but these errors were encountered:
Prerequisites
main
branchDEBUG_PROD=true npm run build && npm start
Expected Behavior
When issuing the command /watchout/go/{cue} over OSC, the application should not issue a run command if watchout returns an error that the cue named {cue} is not found. The expected behavior is present in osc-watchout which makes this a regression.
Current Behavior
The application blindly issues a run command in the same line as the gotoControlCue command, causing the timeline to start running even if the cue is not found.
Steps to Reproduce
Possible Solution (Not obligatory)
Check the response to gotoControlCue and branch if the response contains the string "error" - See the osc-watchout code for an example of the correct behavior.
The text was updated successfully, but these errors were encountered: