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
E/flutter ( 5767): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: FatalFailureException: Failed to perform an HTTP request to YouTube due to a fatal failure.
E/flutter ( 5767): In most cases, this error indicates that YouTube most likely changed something, which broke the library.
E/flutter ( 5767): If this issue persists, please report it on the project's GitHub page.
E/flutter ( 5767): Request: GET https://youtube.com/get_video_info?video_id=xxxx&el=embedded&eurl=https://youtube.googleapis.com/v/xxxx&hl=en&html5=1
E/flutter ( 5767): Response: (404)
Note: videoid above (an actual valid videoid has been used during execution)...
Note: browing to https://youtube.com/get_video_info manually also gives 404 error...
Running on Android emulator:
(Was working previously- about a week ago. Stopped working with message below without code change.)
var videoId = 'https://www.youtube.com/watch?v=xxxx';
var yt = YoutubeExplode();
yt.videos.get(videoId).then((video) {
...
})
Giving:
E/flutter ( 5767): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: FatalFailureException: Failed to perform an HTTP request to YouTube due to a fatal failure.
E/flutter ( 5767): In most cases, this error indicates that YouTube most likely changed something, which broke the library.
E/flutter ( 5767): If this issue persists, please report it on the project's GitHub page.
E/flutter ( 5767): Request: GET https://youtube.com/get_video_info?video_id=xxxx&el=embedded&eurl=https://youtube.googleapis.com/v/xxxx&hl=en&html5=1
E/flutter ( 5767): Response: (404)
Note: videoid above (an actual valid videoid has been used during execution)...
Note: browing to https://youtube.com/get_video_info manually also gives 404 error...
pubspec.yaml:
dependencies:
flutter:
sdk: flutter
youtube_explode_dart:
...
The text was updated successfully, but these errors were encountered: