-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Proper error codes #53
Comments
Also, the
|
Above possibly related to vimeo/player.js#57 |
Here's a way to catch those errors: vimeo/player.js#165 (comment) Should I make a PR? |
This is now sorted by d34d228, but there is still a bug with the Vimeo API that renders the player useless after the initial error occurs: vimeo/player.js#166. |
Yeah, the Vimeo player is pretty crap. I submitted like 4 issues in the last week 😛 |
Closing this off for now as it is a very old issue that doesn't serve much of a purpose any more. Each player has an entirely different set of errors and things that can possibly go wrong. The current behaviour of just passing these errors through to If any problems come up regarding a specific error, then people can open a separate issue for it. PRs to improve error handling are always welcome. |
Further to #44, there is a need for more robust
onError
return values to align the different problems that can occur with the different players.The text was updated successfully, but these errors were encountered: