Skip to content
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 event #65

Open
scippio opened this issue Aug 3, 2017 · 0 comments
Open

error event #65

scippio opened this issue Aug 3, 2017 · 0 comments

Comments

@scippio
Copy link

scippio commented Aug 3, 2017

I want catch error but when I removed some characters from videoId and video not loaded via loadVideoById() function the error event not call 🤔

var p = YouTubePlayer(this.$el)
p.on('stateChange', (event) => {
console.log("test1")
})
p.on('error', (event) => {
console.log("test")
})
p.loadVideoById(myID)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant