at the risk of getting the question closed for not offering enough to go on with, I am also out of options because I can't find anythign related.
I am showing these errors a screen whenever I have a video playing, it freezes and then this comes up in the console
Error for queryMetaDataSync: 2[DataDeliveryServices] Error for queryMetaDataSync: 2[TranslationUI] Failed to get dominant result for text LID: lidInconclusive[TranslationUI] Visual isTranslatable: NO; not offering translation: lidInconclusive[VisionKitCore] Request to remove background on an unsupported device. ErrorDomain=com.apple.VisionKit.RemoveBackground Code=-8 "(null)"[VisionKitCore] Error generating mask only remove background image for analysis:<VKCImageAnalysisResult: 0x108cc49b0> - ErrorDomain=com.apple.VisionKit.RemoveBackground Code=-8 "(null)"[MediaAnalysisServices] [MADService] Client XPC connection invalidated
All I have in that screen that is video related is:
<Video key={data} source={{ uri: `<--API-->/${data}` }} resizeMode="cover" shouldPlay={shouldPlay} style={styles.video} useNativeControls/>
My guess is that I am missing some sort of config in the core iOS and Android files like AppDelegate or the gradle.properties etc. Quite honest, I'm not too knowledgeable on that front. Also this happens when I run npx expo run:ios
to run the build in a simulator. It doesn't happen if I run it on an expo go instance through the metro. Does that mean it's normal then?
Any help is appreciated