Skip to main content

Player Errors

Lura Player ensures a consistent error-handling mechanism across all supported platforms, providing a unified experience for developers. Errors encountered during playback, loading, or configuration are standardized, making debugging more efficient and predictable. Each error is represented by a unique code and message, allowing developers to identify and resolve issues quickly.

The Error List includes all possible error codes, and their descriptions. By maintaining a uniform error structure, Lura Player simplifies integration across web, mobile, and TV platforms, ensuring a seamless development experience regardless of the target environment.

Error CodeCategoryDescription
1001Network ErrorsAccess to the configuration system is forbidden.
1002Network ErrorsThe requested asset configuration could not be found.
1003Network ErrorsFailed to retrieve the configuration from the server.
1101Network ErrorsFailed to fetch the manifest from the server.
1102Network ErrorsManifest request was forbidden by the server.
1103Network ErrorsThe requested manifest file could not be located.
1104Network ErrorsThe retrieved manifest file is empty.
1201Network ErrorsFailed to fetch a media segment from the server.
1202Network ErrorsMedia segment request was forbidden by the server.
1203Network ErrorsThe requested media segment could not be found.
1301Network ErrorsFailed to fetch media data from the server.
1302Network ErrorsMedia request was forbidden by the server.
1303Network ErrorsThe requested media file could not be found.
2001Media/Format ErrorsThe device does not support playback for this format.
2002Media/Format ErrorsAn error occurred while decoding the media file.
2003Media/Format ErrorsNo playable media sources are available.
3001DRM ErrorsDRM license request failed due to a network issue.
3002DRM ErrorsThe required DRM key system is not supported.
3003DRM ErrorsDRM initialization process failed.
4001CastingFailed to start media casting.
4002CastingUnable to establish a connection for casting.
5001Unknown/Other ErrorsAn unknown error has occurred.
6001OfflineNot enough storage space available on the device.
6002OfflineAn error occurred while downloading media.
6003OfflineThe manifest file for offline playback is missing.
6004OfflineAn error occurred while downloading DRM-protected content.
7001Player LicenseNo valid player license was found.
7002Player LicenseThe player license provided is invalid.
7003Player LicenseThe player license has expired.
7004Player LicenseThe player license is not valid for this application.