Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MissingPluginException(No implementation found for method data on channel video_thumbnail) #59

Closed
ajosecueto opened this issue Mar 8, 2021 · 7 comments

Comments

@ajosecueto
Copy link

ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method data on channel video_thumbnail)
E/flutter ( 9427): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
E/flutter ( 9427):
E/flutter ( 9427): #1 VideoThumbnail.thumbnailData (package:video_thumbnail/video_thumbnail.dart:67:12)
E/flutter ( 9427):
E/flutter ( 9427): #2 _UploadClipState.loadThumb (package:proyectBlumer/screens/upload_post/upload_clip.dart:43:5)
E/flutter ( 9427):
E/flutter ( 9427):

@isaacfi
Copy link

isaacfi commented Mar 13, 2021

Hi @ajosecueto,

Are you using openJDK 8? I had to go back to Java JDK 8 due to this issue. This seems to happen for some more than 10 seconds videos.

BR.

@isaacfi
Copy link

isaacfi commented Mar 14, 2021

Sorry about my comment it still happen in some videos no matter if you use Java JDK or OpenJDK

@DevKhalyd
Copy link

Hi, I have the same issue. Did you find the answer? Thanks

@DevKhalyd
Copy link

I fix that error just adding thumbnailPath: (await getTemporaryDirectory()).path to my method 👍

@justsoft justsoft closed this as completed Apr 4, 2021
@justsoft
Copy link
Owner

justsoft commented Apr 4, 2021

Thanks @DevKhalyd

@ramanaptr
Copy link

thanks @DevKhalyd

@justsoft
Copy link
Owner

Please check out the new 0.5.0 version. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants