I have an index.html file in an AWS S3 bucket. On this page is where I am embedding my JWPlayer for a video I've uploaded in the JW dashboard.
When I go to load the html page though, I get the following errors in my console:
jquery-3.2.1.min.js:2 Uncaught TypeError: Cannot read property 'addEventListener' of undefined
at HTMLDocument. (index.html:23)
at j (jquery-3.2.1.min.js:2)
at k (jquery-3.2.1.min.js:2)
/favicon.ico Failed to load resource: the server responded with a status of 403 (Forbidden)
index.html:14 Uncaught TypeError: Cannot read property 'paused' of undefined
at HTMLDivElement. (index.html:14)
at HTMLDivElement.dispatch (jquery-3.2.1.min.js:3)
at HTMLDivElement.q.handle (jquery-3.2.1.min.js:3)
Any thoughts on how I can (quickly) resolve this?
Thanks in advance for any help.
↧