sarbagyastha / youtube_player_flutter

A Flutter plugin for inline playback or streaming of YouTube videos using the official iFrame Player API.
https://youtube.sarbagyastha.com.np
BSD 3-Clause "New" or "Revised" License
701 stars 810 forks source link

[BUG] video unavailable #992

Open Trend74X opened 2 weeks ago

Trend74X commented 2 weeks ago

Is there an existing issue for this?

Package

youtube_player_flutter

What happened?

Everything was working fine until I got into the video which was removed. It says Video unavailable This video is no longer available because the youtube account associated with is video has been terminated.

but the loading widget is still loading and whole action buttons were enabled

What is the expected behaviour?

when video cannot be played, the loader should be stopped and actions buttons should be hidden.

How to reproduce?

Used youtube_player_flutter: ^9.0.3

add youtube_player_flutter and add id of video that has been removed

Flutter Doctor Output

No response

kimPongsakorn commented 2 weeks ago

I’m facing the same issue. Do you have a solution for it?