souvik-ghosh / react-native-create-thumbnail

iOS/Android thumbnail generator with support for both local and remote videos
MIT License
246 stars 105 forks source link

[IOS] AVFoundationerrordomain code=-11800 #86

Closed Choyeongdeok closed 1 year ago

Choyeongdeok commented 1 year ago

I got this error at some of videos only in ios

[Error: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed"
    UserInfo={
        NSLocalizedFailureReason=An unknown error occurred(1718449215),
        NSLocalizedDescription=The operation could not be completed,
        NSUnderlyingError=0x60000016e520 {
            Error Domain=NSOSStatusErrorDomain Code=1718449215 "(null)"
            UserInfo={
                AVErrorFourCharCode='fmt?'
            }
        }
    }
]

version

react: 18.0.0 react-native: 0.69.1 react-native-create-thumbnail: 1.6.4

souvik-ghosh commented 1 year ago

Duplicate of https://github.com/souvik-ghosh/react-native-create-thumbnail/issues/56