-
Notifications
You must be signed in to change notification settings - Fork 369
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
"Media failed to load." appear for no reason #103
Comments
Hello @tised do you experience this with your app or with the demo project? |
It happens when widget.videoLoader.state = LoadState.success but controller is not initialized. For LoadState.loading it shows Loader, but in other cases, it shows the message. |
Hello @blackmann "Media failed to load." text show in the demo project. |
This is happening in case the video loader state is in state A quick and dirty workaround is to change line 117 in from: to: This will result in the loading spinner being shown for a split second instead of the error text. |
I've made PR #121 that replicates Instagram's story switching which is just a brief black screen when the following video is loaded to allow for minimally invasive cuts between continuous video. |
Adding this to StoryItem might be another alternative |
When switching between cached videos already(tap on left-right edge), label "Media failed to load." appear for a split second
The text was updated successfully, but these errors were encountered: