-
Notifications
You must be signed in to change notification settings - Fork 202
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
Error YOUTUBE API ERROR: YoutubeExplodeException: Video XXXXX returned 403 (stream: 137 ========== #238
Comments
Edit the pubspec.yaml
|
First of all, thank you for your response, after adding this dependency, the error turned to this, what should I do for this?
|
Yes unfortunately, the new youtube_explode_dart: ^2.2.3 updated the VideoController.iosClient which i think made a problem in pod_player. i am looking for a solution now. |
@rsozdance Great |
brothers Error : in |
We had the same problem, I added the following library(https://pub.dev/packages/youtube_explode_dart |
Which library are you guying switching to? |
yes what library brother?
|
@mkamel44 @rsozdance |
this package youtube_player_flutter the videos header open, IFrame it is not solution for unlisted YouTube videos |
I also met this isuue .Any solutions? |
Thank you for your recommendation. @mkamel44 |
I have developed a simple youtube player by fixing this youtube explode issue with muxed stream deperication (Not including all featured this player have) you can check it and i am welcoming contributions to make it better. |
Changed youtube_explode_dart. It's working for me. `Stream _getStreams(VideoId videoId, {required bool fullManifest}) async* {
} How to use I have updated my app, you can check it out. |
@Purehi, can you please provide a complete solution or a pull request? Your comment on how it's related to the pod_player package and where to change is unclear. Thanks |
yes please provide a complete solution |
@Purehi can you please make a fork with your solution? It would help a lot of people with this issue |
@Purehi Can you Please share the solution with more details? |
@Purehi Can you Please share the solution & Where to change ? Please Provide solution |
@examvishwa @rakib205 @rsozdance @rsozdance @ijashuzain @alfayedoficial Everyone can find and modify it in
Please give my app a five-star rating, thank you. |
Just Change in Pod player pubspec.yaml following dependency video working properly dependencies: services#video_player: ^2.8.5 else override dependancy dependency_overrides: youtube_explode_dart: |
For me it's work, after : flutter clean |
And : |
|
@rakib205 Thanks, but we need to define it without the '^'. When you include the '^', Flutter overrides to the latest version:
|
i have solution for get all quality contact with me :+971557474526 |
Version : pod_player: ^0.2.2
Normally it was fine, but today again the video player won't run videos
Error :
I/flutter ( 4740): ===== YOUTUBE API ERROR: YoutubeExplodeException: Video XXXXX returned 403 (stream: 137 ==========
The text was updated successfully, but these errors were encountered: