-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Feature Request]: Better error handling needed for unplayable content #3238
Comments
Example video: https://www.youtube.com/watch?v=eJ-AaE9GnzQ |
It would be possible to add the videos to playlists and then watch them when they become available, when a proxy is enabled, or with a different means. |
The case you described only includes situations when we know the video can't be played (because it's not supported). It doesn't include unexpected errors. I think both those cases should have a nice error page. The only difference would be that if we know the video isn't gonna work, we should display the error page immediately without making the user wait for the request to fail. Edit: |
Guidelines
Problem Description
We need to come up with a better way to inform the user that content is unplayable, instead of the current approach of displaying a completely broken page.
firefox_PoQr3wunCV.mp4
Proposed Solution
Something like YouTube's approach where we display everything that can be displayed and then replace the player with a message. This would apply to:
Alternatives Considered
None.
Issue Labels
visual improvement
Additional Information
No response
The text was updated successfully, but these errors were encountered: