justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
183 stars 238 forks source link

PlatformException(IO Error, Failed to write data to file, null, null) #78

Closed EjazAmir closed 3 years ago

EjazAmir commented 3 years ago

getting this error on real devices.

PlatformException(IO Error, Failed to write data to file, null, null)

vinothvino42 commented 3 years ago

I'm also getting the same exception in iOS thumbnail_exception

ChokShen commented 3 years ago

I am using v0.3.3, but still sometimes getting this error. PlatformException(IO Error, Failed to write data to file, null, null) in iOS

justsoft commented 3 years ago

Use the thumbnailData instead of wring into a file to see if it is permission issue.