ErrLookup › bilibili/flv.js
bilibili/flv.js
HTML5 FLV Player · JavaScript · 44 source files
Analyzed at 42343088f2 on 2026-09-01. 22 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| MediaSource has been attached to an HTMLMediaElement! | exception | error | mediasource, lifecycle, mse, reinitialization |
| Flv: onError & onMediaInfo & onTrackMetadata & onDataAvailab | exception | error | flv, demuxer, callback, api-contract |
| MediaDataSource must be an javascript object! | validation | error | validation, arguments, configuration, factory |
| MediaDataSource must has type field to indicate video file t | validation | error | validation, configuration, missing-field, factory |
| FetchStreamLoader: Http code invalid, ' + res.status + ' ' + | http | error | network, http, fetch, status-code |
| Fetch stream meet Early-EOF | exception | error | network, fetch, streaming, early-eof |
| Custom seekType specified in config but invalid customSeekHa | validation | error | config, seek, invalid-argument |
| Invalid seekType in config: ${config.seekType} | validation | error | config, seek, invalid-argument |
| Your browser doesn't support xhr with arraybuffer responseTy | exception | critical | browser-compatibility, xhr, feature-detection |
| Url must be a non-empty string! | validation | error | argument-validation, url, api-misuse |
| IOException: ' + data.msg | exception | critical | network, io, missing-callback, loader |
| Unsupported WebSocket message type: ' + e.data.constructor.n | exception | error | websocket, protocol, loader, binary-data |
| MozChunkedLoader: Http code invalid, ' + xhr.status + ' ' + | http | error | http, network, loader, firefox |
| MSStreamLoader: Http code invalid, ' + xhr.status + ' ' + xh | http | error | http, network, loader, internet-explorer |
| RangeLoader: Http code invalid, ' + xhr.status + ' ' + xhr.s | http | error | http, network, loader, range-request |
| FlvPlayer requires an flv MediaDataSource input! | validation | error | player, config, argument-validation, flv |
| HTMLMediaElement must be attached before load()! | exception | error | player, lifecycle, api-misuse, state |
| FlvPlayer.load() has been called, please call unload() first | exception | error | player, lifecycle, api-misuse, state |
| NativePlayer does't support flv MediaDataSource input! | validation | error | player, config, argument-validation, flv |
| NativePlayer(${mediaDataSource.type}) doesn't support multip | validation | error | javascript, media, configuration, flv-js, player |
| HTMLMediaElement must be attached before load()! | exception | error | javascript, media, lifecycle, flv-js, player |
| Cannot convert undefined or null to object | exception | error | javascript, polyfill, object-assign, browser-compatibility, null |