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 225 forks source link

retriever.release(); , Not working #125

Closed Iamdheeraj22 closed 1 year ago

Iamdheeraj22 commented 2 years ago

E:\flutter.pub-cache\hosted\pub.dartlang.org\video_thumbnail-0.5.2\android\src\main\java\xyz\justsoft\video_thumbnail\VideoThumbnailPlugin.java:253: error: unreported exception IOException; must be caught or declared to be thrown retriever.release();

issue

Kanwarpalsingh1986 commented 2 years ago

Same issue here form last 1 month and no resolution, please help

sonnts996 commented 1 year ago

Versions 0.5.0 and 0.5.2 have the same error. I've quickly looked at the code between versions, it seems 0.5.1 has fixed the above error. it works with my code.

nawafAlkhadidi commented 1 year ago

Same issue

Helocominc commented 1 year ago

Any fix yet

eduardobursa commented 1 year ago

I Had the same issue. The downgrade proposed by @sonnts996 solved the problem for now.