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
I'm alleviating the crash in [VideoChunker start] with
guard state != .writing else {
return
}
However, the underlying issue is still there. Likely a timing issue on the network call returning and the LivenessStateMachine I guess, as case .recording(ovalDisplayed: false): is called twice in FaceLivenessDetectionViewModel, when in 'Very bad network'.
On testing using 'Very bad network' on the iOS network link conditioner, it will throw an exception after you tap:
Begin verification > begin check.
As soon as the countdown ends, it will crash. On turning off the network link conditioner, it works fine.
Thread 54: "*** -[AVAssetWriter startWriting] Cannot call method when status is 1"
Fitafy 27-06-2023, 09-02.crash.zip
The text was updated successfully, but these errors were encountered: