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

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

Closed
shivTravelxp opened this issue Jul 1, 2024 · 2 comments · Fixed by #8810
Labels
needs: triage This issue needs to be reviewed

Comments

@shivTravelxp
Copy link

shivTravelxp commented Jul 1, 2024

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.

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

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

@shivTravelxp shivTravelxp added the needs: triage This issue needs to be reviewed label Jul 1, 2024
Copy link

welcome bot commented Jul 1, 2024

👋 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
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: triage This issue needs to be reviewed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants