-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
[Bug]: VideoUnavailableException even though the video is available on youtube #323
Comments
Same problem, when 5-10 min later giving this error. Can anyone help us? |
same issue |
i get this error if when i use mobile data. |
We have the same issue. For me it works well when I am on Wifi, but throws exception when I am on mobile data. We noticed this video is a live that turned into a video 5 hours ago... so this may be the issue
|
I'm not able to reproduce this issues, often youtube implements some features only in certain geographical areas, try to enable verbose logging and send the output here. // Before any YoutubeExplode code
Logger.root.level = Level.FINER;
Logger.root.onRecord.listen((e) {
print(e);
if (e.error != null) {
print(e.error);
print(e.stackTrace);
}
}); |
What happened?
VideoUnavailableException: Video 'YQHsXMglC9A' is unavailable
In most cases, this error indicates that the video doesn't exist, is private, or has been taken down.
If you can however open this video in your browser in incognito mode, it most likely means that YouTube changed something, which broke this library.
Please report this issue on GitHub in that case.
Stacktrace / error logs.
Package (youtube_explode_dart) version
2.3.6
Checklist
Additional notes
No response
The text was updated successfully, but these errors were encountered: