You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating videojs on 8.17.3 appears this type error which I cant resolve because seems its from depended on videojs/http-streaming. Videojs has his version of http-streaming in dependecies so I cant to change this version.
Have you already dealt with a similar error?
Appreciate any help thanks!
Reduced test case
none
Steps to reproduce
Update 8.17.3
Try run HLS player
Errors
Uncaught TypeError: this.storage_.values is not a function or its return value is not iterable
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
that's unexpected. The map object is always set and should always be available. Trying out on https://videojs-http-streaming.netlify.app/, and the call to values() returns an iterable as expected.
Are you able to reproduce it on your end on a reduced test case? It seems like you have some wrapper around video.js. Is it possible that it changes the code somehow or does it add somehow override the global Map object?
Description
After updating videojs on 8.17.3 appears this type error which I cant resolve because seems its from depended on videojs/http-streaming. Videojs has his version of http-streaming in dependecies so I cant to change this version.
Have you already dealt with a similar error?
Appreciate any help thanks!
Reduced test case
none
Steps to reproduce
Errors
Uncaught TypeError: this.storage_.values is not a function or its return value is not iterable
What version of Video.js are you using?
8.17.3
Video.js plugins used.
"videojs-contrib-ads": "^7.5.2", "videojs-contrib-eme": "^5.5.0", "videojs-hotkeys": "^0.2.28", "videojs-ima": "2.3.0", "videojs-markers-plugin": "^1.0.2", "videojs-mux": "4.17.0",
What browser(s) including version(s) does this occur with?
Chrome 128.0.6613.84
What OS(es) and version(s) does this occur with?
Mac
The text was updated successfully, but these errors were encountered: