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

Everything works and getting this errors/warnings during hover with placeholder: #4

Open
peppydip opened this issue Dec 1, 2019 · 1 comment

Comments

@peppydip
Copy link

peppydip commented Dec 1, 2019

Everything works as expected but getting constant error messages during hover:

vue.runtime.esm.js:619 [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'buffered' of undefined"

found in

---> <VideoPlaceholder> at node_modules/@algoz098/vue-player/src/components/videoPlaceholder.vue
       <VuePlayer> at node_modules/@algoz098/vue-player/src/components/player.vue

vue.runtime.esm.js:1888 TypeError: Cannot read property 'buffered' of undefined
    at VueComponent.atProgress (videoPlaceholder.vue:71)

also

Error in v-on handler: "IndexSizeError: Failed to execute 'start' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0)."

found in

---> <VideoPlaceholder> at node_modules/@algoz098/vue-player/src/components/videoPlaceholder.vue
       <VuePlayer> at node_modules/@algoz098/vue-player/src/components/player.vue

DOMException: Failed to execute 'start' on 'TimeRanges': The index provided (0) is greater than or equal to the maximum bound (0).
    at VueComponent.atProgress (http://localhost:8080/js/chunk-vendors.js:3335:19)
    at invokeWithErrorHandling (http://localhost:8080/js/chunk-vendors.js:39561:26)
    at HTMLVideoElement.invoker (http://localhost:8080/js/chunk-vendors.js:39886:14)
    at HTMLVideoElement.original._wrapper (http://localhost:8080/js/chunk-vendors.js:44609:25)
@algoz098
Copy link
Owner

Hi, cause of time constrain, i can't keep updating this as i want. But if you create a PR, i will review it and release.

Please feel free to do so! Thanks!

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

2 participants