Skip to content

Latest commit

 

History

History
107 lines (82 loc) · 5.25 KB

troubleshooting.md

File metadata and controls

107 lines (82 loc) · 5.25 KB

HolaCDN troubleshooting page

HolaCDN may generate warnings and errors to the browser's developer console. Search this page for the relevant error message to understand possible causes and solutions.

disabled no_browser_match

Possible causes

  1. HolaCDN is disabled on the server side for the browser you are using. This is the default starting configuration for all browsers, and is meant to prevent accidental mass deployments.

Solutions

  1. Define which browsers will be activated in each mode on the control panel.
  • Login to [your account] (http://holacdn.com/signin?utm_source=holaext) and go to the configuration section
  • Add the relevant browsers
  • Save your settings, which will take a few minutes to go into effect
  • Reload the page.
  • HolaCDN will load in one of three modes - disabled, stats or CDN - according to probabilities specified in the control panel.

disabled random

Possible causes

  1. This is actually not an error message - it simply means that the HolaCDN client was explicitly instructed by the server to be loaded in disabled mode. This will happen if the total of CDN + stats percentages in the control panel is under 100%. When the client loads, it receives instructions from the server regarding its mode of operation. If it falls in a percentage which not allocated to stats or CDN, it will load with status disabled_random.

Solutions

  1. Ensure the total of CDN and statistics percentages adds up to 100% in the control panel.
  • Login to [your account] (http://holacdn.com/signin?utm_source=holaext) and go to the configuration section
  • Adjust CDN and stats percentages
  • Save your settings, which will take a few minutes to go into effect
  • Reload the page.
  • HolaCDN will load either in stats or CDN - according to probabilities specified in the control panel.

disabled browser_unsupported

Possible causes

  1. HolaCDN requires Media Source Extensions (MSE) to be enabled on the web browsr. Older versions of browsers which do not support MSE are not supported by HolaCDN. Here is the [full list of supported platforms] (http://holacdn.com/faq#compat-platforms).

Solutions

  1. Use a supported browser

hola skip

Possible causes

  1. HolaCDN client cannot find sources for the given video URL, because no video sources are defined on the HolaCDN control panel. It is therefore skipped (played without HolaCDN).
  2. Malformed video URL: video URL passed on to the player must include the full domain name (e.g. 'example.com/video.mp4', and NOT '/video.mp4')

Solutions

  1. Define one or more video sources for the video. Note that the matching is done for the full domain.
  • Login to [your account] (http://holacdn.com/signin?utm_source=holaext)
  • Go to the configuration section and scroll down to the video zone source
  • Add one or more video sources
  • Save your settings, which will take a few minutes to go into effect
  • Reload the page.
  • The error should disappear and video will be downloaded from HolaCDN.
  1. Ensure the video URL passed on to the player includes the full domain name (e.g. 'example.com/video.mp4', and NOT '/video.mp4')

wrapper detached from player

Possible causes

  1. HolaCDN servers cannot download a copy of the video from your servers. The HolaCDN client therefore detaches from the player, and the video plays normally.

Solutions

  1. Allow HolaCDN servers access to your CDN or origin servers.

Error 403

Possible causes

  1. Incorrectly configured CORS.
  2. Browser doesn't correctly manage persistent cache.

Solutions

  1. [CORS.md](Verify CORS configuration)
  2. Clearing browser's persistent cache.
    Open your browser's Developer Tools and remove the relevant locally stored keys. Clear persistent local cache

Request canceled error

The following error type is expected and does not indicate HolaCDN is not working properly. Canceled error example Canceled error example

Statistics don't work / seeing only zone_init events

Possible causes

  1. Incorrect Video Source(s) configuration.

Solutions

  1. Set the Video Source(s) to specific sources your videos are coming from, or * for any location. Video Source configuration

Reporting bugs

If after using the troubleshooiting guide above HolaCDN still doesn't work as you expect and you think you have found a bug, please report it to HolaCDN:

  1. In the developer console, enter hola_cdn.bug_report().
  2. Copy the URL that was generated by the command
  3. Send it to HolaCDN support.

More information

More information can be seen using your browser's console:

  • hola_cdn.get_stats(): see CDN ativitity and currently collected statistics. get_stats

  • hola_cdn.debug_timeline(): see events timeline. get_stats

cdn is not attached

fallback error

Didn't find what you were looking for?

Email us at cdn-help@hola.org, or skype: holacdn