-
Notifications
You must be signed in to change notification settings - Fork 303
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
WITH SOLUTION: MissingPluginException (MissingPluginException(No implementation found for method data on channel video_thumbnail)) #27
Comments
Thanks for your suggestion.
Please try the URL encoded 'video' and leave the output thumbnail path as default to see still an issue. |
I have the same problem, Is there any solutions? |
It's not about remote resource, about local file. |
I shared code snippet about handling the error. Please check out it at the bottom of question post. |
I get but the code does not work, it just keeps the app from crashing, but I get no thumbnails. It says |
same here, posted in #8 |
the same |
It's not working anyone solved this problem. My app depend on local videos. I need to show thumbnails |
I have same issue want to show thumbnail from local video file but getting same error |
Have you tried:
|
Hi @justsoft I have similer issue, my file path doesn't have any space and non-ASCII chars, also my path file exists and i have permission to write the file but i still take this error, can you tell me what should i do |
Did you try the my suggestions? |
MissingPluginException (MissingPluginException(No implementation found for method data on channel video_thumbnail))
Same issue here but not resolved: #26
I'm getting same error. I found the bug and how to fix it. If there is space characters in file names, it gives this error. I tested for the same file. One for the file name with space characters and without space characters and I don't get any error about it for the file name without spaces.
Solution: your file names should not have spaces (or maybe other non-ASCII chars) not to get this error.
I handle this situation using following code:
The text was updated successfully, but these errors were encountered: