SETUP_NO_HTML_ELEMENT 1101

An attempt was made to create a player instance with a container element that is not an instance of HTMLElement.

Some common causes for this error are:

  • trying to create a player instance with a container element returned by document.getElementById(<id>), but using an incorrect ID
  • trying to create a player instance before the window has finished loading, therefore the container element is not yet an element of the DOM tree

Please ensure that the container element is available before creating the player instance.

Generated using TypeDoc