You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
90% of the time this works perfectly fine and the video loads as expected. However, once in a while, the controller will fail to load the video and will report a status of isReady = false permanently.
I've tried calling reload() if the controller is not ready in an attempt at implementing retry functionality, but it seems as if reload() is broken in the current version, as the player just shows the YouTube homepage instead of loading the initial video again.
What is the expected behaviour?
Controller loads all the time, and reload() properly refreshes the video.
How to reproduce?
I'm using version 9.0.2 of the package with flutter 3.22.2
Flutter Doctor Output
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Package
youtube_player_flutter
What happened?
I'm initializing a YouTubePlayerController for use in a YoutubePlayer with the following flags:
90% of the time this works perfectly fine and the video loads as expected. However, once in a while, the controller will fail to load the video and will report a status of isReady = false permanently.
I've tried calling
reload()
if the controller is not ready in an attempt at implementing retry functionality, but it seems as ifreload()
is broken in the current version, as the player just shows the YouTube homepage instead of loading the initial video again.What is the expected behaviour?
Controller loads all the time, and reload() properly refreshes the video.
How to reproduce?
I'm using version 9.0.2 of the package with flutter 3.22.2
Flutter Doctor Output
No response
The text was updated successfully, but these errors were encountered: