Skip to main content

Offline playback errors

The following errors can occur while trying to download content for watching offline.

API

JAVA
/** 
  * Register a callback to be invoked on OTVDownloadManager to check the state change
  */

public void registerDownloadStateListener(OTVDownloadListener listener);

The OTVDownloadListener needs to implemented by application while registering.
What
Extra
Description
Application error handling recommendation
ERROR_NETWORK = -1000ERROR_NETWORK_HTTP_403 = -1001HTTP 403 error occurred during offline playback.No retry
ERROR_NETWORK = -1000ERROR_NETWORK_HTTP_404 = - 1002HTTP 404 error occurred during offline playback.No retry
ERROR_NETWORK = -1000ERROR_NETWORK_HTTP_UNREACHABLE = - 1003HTTP error with invalid response code.No retry
ERROR_SETUP = - 2000ERROR_INSUFFICIENT_DISK_SPACE = - 2001Not enough disk space for offline playback.No retry
ERROR_SETUP = - 2000ERROR_MISSING_PERMISSION = - 2002Permissions required for offline playback.No retry
ERROR_LICENSE = - 3000ERROR_FETCH_LICENSE_FAILURE = - 3001Licence fetch failed.No retry
ERROR_LICENSE = - 3000ERROR_STORE_LICENSE_FAILURE = - 3002The downloaded licence is not storable.No retry
ERROR_CONTENT = - 4000ERROR_MISFORMATTED_MANIFEST = - 4001The manifest is not according to the specifications.No retry
ERROR_CONTENT = - 4000ERROR_UNSUPPORTED_MANIFEST = - 4002The manifest is not supported.No retry
ERROR_STORAGE_ACCESS = - 5000ERROR_PATH_IN_USE = - 5001The path cannot be modified because it is already in use.No retry
ERROR_UNKNOWN = - 10000
Unknown error during offline playback.No retry
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.