Occasionally, one of the required parameters on the API calls needs to be updated. We can theoretically know because the call will fail and instead return a message like this in the HTTP body:
*/{"event":{"descriptor":"markup://aura:clientOutOfSync","eventDef":{"descriptor":"markup://aura:clientOutOf
Sync","t":"APPLICATION","xs":"I"}},"exceptionMessage":"Framework has been updated. Expected: Yf79GSf0tCGqGtchn
yT8-Q Actual: Vo_clYDmAijdWOzW3-3Mow","exceptionEvent":true}/*ERROR*/
It should be possible to add an alerting system to flag when the change is required. I'll look into this.
Decided to just dynamically fetch the current FWUID before each run. Seemed like the simplest approach, rather than alerting/flagging, and seems to work fine. Changes in 978fb7545d.
Occasionally, one of the required parameters on the API calls needs to be updated. We can theoretically know because the call will fail and instead return a message like this in the HTTP body:
It should be possible to add an alerting system to flag when the change is required. I'll look into this.