Hi everyone,
I’m currently using the RoomPlan API, which has been working reliably until recently. However, I’ve started encountering an intermittent error and I’m trying to understand what might be causing it.
The error is triggered in the ARSession observer method:
session(_ session: ARSession, didFailWithError error: Error)
It has occurred on at least two devices:
iPhone 14 Pro
iPhone 17 Pro
Here’s the full error message:
ARSession failed domain=com.apple.arkit.error code=102 desc=Required sensor failed. userInfo=["NSLocalizedFailureReason": A sensor failed to deliver the required input., "NSUnderlyingError": Error Domain=AVFoundationErrorDomain Code=-11819 "Cannot Complete Action" UserInfo={NSLocalizedDescription=Cannot Complete Action, NSLocalizedRecoverySuggestion=Try again later.}, "NSLocalizedDescription": Required sensor failed.]
This seems to indicate that a required sensor (likely LiDAR or camera) failed to provide input, but I’m not sure what’s causing it or why it happens only occasionally.
Has anyone experienced something similar or has insight into possible causes or fixes?
Thanks in advance!
0
0
9