ErrLookup › videojs/video.js
videojs/video.js
Video.js - open source HTML5 video player · JavaScript · 125 source files
Analyzed at c3a7e0e6d2 on 2026-08-13. 31 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Component ${componentClassName} does not exist | exception | error | component, registry, config, videojs |
| currentDimension only accepts width or height value | exception | error | component, dom, validation, internal-api |
| Illegal component name, "${name}"; must be a non-empty strin | exception | error | component, registry, validation |
| Illegal component, "${name}"; ${reason}. | exception | error | component, registry, tech, validation |
| Can not register Player component after player has been crea | exception | error | player, registry, lifecycle, hmr |
| Invalid target for ${objName(obj)}#${fnName}; must be a DOM | exception | error | events, evented, validation, dom |
| Invalid event type for ${objName(obj)}#${fnName}; must be a | exception | error | events, evented, validation |
| Invalid listener for ${objName(obj)}#${fnName}; must be a fu | exception | error | events, evented, validation, function-binding |
| Invalid event type for ${objName(this)}#trigger; must be a n | exception | error | events, evented, validation |
| The eventBusKey "${eventBusKey}" does not refer to an elemen | exception | error | events, evented, lifecycle, dom |
| No techOrder specified. Did you overwrite videojs.options in | exception | critical | player, config, tech, videojs |
| plugin "${name}" does not exist | exception | error | player, plugin, lifecycle, config |
| Improper value supplied for aspect ratio. The format should | exception | error | player, validation, layout, config |
| No Tech named '${titleTechName}' exists! '${titleTechName}' | exception | critical | player, tech, registry, playback |
| Rejection at manualAutoplay. Restoring muted value. ${err ? | exception | warning | player, autoplay, promise, browser-policy |
| Plugin must be sub-classed; not directly instantiated. | exception | error | plugin, instantiation, abstract-class |
| Illegal plugin name, "${name}", must be a string, was ${type | exception | error | plugin, registry, validation |
| Illegal plugin name, "${name}", cannot share a name with an | exception | error | plugin, registry, naming, player |
| Illegal plugin for "${name}", must be a function, was ${type | exception | error | plugin, registry, validation, function |
| Cannot de-register base plugin. | exception | error | plugin, registry, lifecycle, cleanup |
| TextTrack kind is required but was not provided | exception | error | text-track, validation, api-misuse |
| Tech ${name} must be a Tech | exception | error | tech, registration, prototype-chain, api-misuse |
| Techs must have a static canPlayType method on them | exception | warning | tech, registration, dead-code, upstream-bug |
| Techs must have a static canPlaySource method on them | exception | warning | tech, registration, dead-code, upstream-bug |
| Invalid color code provided, ' + color + '; must be formatte | exception | error | color, text-track, styling, validation |
| A tech was not provided. | exception | error | text-track, tech, constructor, api-misuse |
| "${lvl}" in not a valid log level | exception | error | logging, validation, config |
| class has illegal whitespace characters | exception | error | dom, classlist, validation, api-misuse |
| Failed to execute '${fnName}' on 'TimeRanges': The index pro | exception | error | time-ranges, buffered, seekable, validation |
| This TimeRanges object is empty | exception | error | time-ranges, buffered, timing, validation |
| The element or ID supplied is not valid. (videojs) | exception | error | dom, initialization, bootstrap, validation |