videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.92k stars 7.43k forks source link

Uncaught SyntaxError: Unexpected token ( and Uncaught ReferenceError: videojs is not defined in chrome v 53 #8783

Closed shivTravelxp closed 2 months ago

shivTravelxp commented 3 months ago

Description

I am working on WebOS LGTV application which using chrome 53 v, I am facing an issue with latest videojs version 8+ but it working fine with videojs version 7+

working fine with below script in chrome version 53 <script src="https://vjs.zencdn.net/7.21.1/video.min.js"></script>

getting Uncaught ReferenceError: videojs is not defined error with below given script image (6)

<script src="https://vjs.zencdn.net/8.12.0/video.min.js"></script>

Reduced test case

NA

Steps to reproduce

1.chrome v 53 2. 3.

Errors

Uncaught SyntaxError: Unexpected token ( Uncaught ReferenceError: videojs is not defined in chrome v 53

What version of Video.js are you using?

8.12.0

Video.js plugins used.

What browser(s) including version(s) does this occur with?

chrome 53

What OS(es) and version(s) does this occur with?

webOS and version-1.2.8

welcome[bot] commented 3 months ago

👋 Thanks for opening your first issue here! 👋

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.

mister-ben commented 3 months ago

Chrome 53 has a problem with the minified version, although it's not obvious to me why. The non-minified works.