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 (MissingPluginException(No implementation found for method data on channel video_thumbnail)) #26

Closed
JamesBondPc opened this issue Apr 23, 2020 · 7 comments

Comments

@JamesBondPc
Copy link

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

@Hyottoko
Copy link

I also encountered this problem just using this plugin package

@d-apps
Copy link

d-apps commented Apr 23, 2020

Same here.

Method Channel can't find 'data' method inside the kotlin file. It's like it isn't registered or something.

image

@justsoft
Copy link
Owner

Have you granted the permission to access internet for your App?

@d-apps
Copy link

d-apps commented Apr 24, 2020

Have you granted the permission to access internet for your App?

Yes.
Any solution? You closed the issue...

@JamesBondPc
Copy link
Author

JamesBondPc commented Apr 24, 2020 via email

@justsoft
Copy link
Owner

@d-apps Because it is something related with your environment or your App, nothing needs to be changed on the plugin side.
Please play with the example comes with this plugin.
@JamesBondPc @d-apps Try with a brand new project or start from the example comes with this plugin. Also make sure the video is playable on your devices.

@sgehrman
Copy link

sgehrman commented May 3, 2020

same issue. I figured out the problem.

I have a file named 151238.3gp

The mime type comes back as 'video', but it crashes video_thumbnail.

I found another file on my phone. It was an mp4, the phone could not play it and my desktop could no play it. I assume it corrupted? Strange.

Wrapping it in a try/catch keeps it from crashing.

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