You are hereResponse Codes for VideoCache Logging in videocache.log
Videocache 1.9.5 is available now. This version improves support for logging and fixes video caching problems for various sites like Vimeo, Break, Tube8 etc due to change in URL patterns. Also, from this version onwards, UrlGrabber has been removed from dependencies. Check Changelog for details. If you have purchased version 1.9.x previously, you can claim free upgrade by contacting using Contact Link. Please mention the email address using which you purchased Videocache. New users proceed to download page right now, secure your copy and enjoy caching :-)
Response Codes for VideoCache Logging in videocache.log
This page describes codes used by Videocache in the logfile located at /var/log/videocache/videocache.log. Click on a code to get the details.
XMLRPCSERVER
The XMLRPC Server was started on port mentioned in configuration file. Check rpc_host and rpc_port for configuration options.
XMLRPCSERVER_STOP
The XMLRPC Server was stopped due to some unknown error.
SCHEDULER
The download scheduler was started which will be used to queue up the videos later.
SCHEDULER_STOP
The download scheduler stopped due to some unknown error.
REQUEST
Videocache got a request from squid. Now it'll decide whether its a valid request for a video from a supported website or not.
RELOAD
Videocache plugin was reloaded because of an event from squid service. This normally happens when squid is reloaded or restarted.
URL_HIT
The url videocache got from squid is for a video from a supported website. This url will be either served from cache or downloaded from uplink.
NEW_URL
The url returned to squid after processing by Videocache. It'll either be same as url provided by squid or a redirect to the local cache.
GET_SIZE
Videocache is currently trying to fetch size of the remote video file.
GOT_SIZE
Videocache successfully fetched the size of remote video from the server.
CACHE_HIT
The video being requested was found in the cache. Videocache will now serve it from the cache.
CACHE_MISS
The requested video was not found in cache. Videocache will queue it for caching.
SCHEDULED
Videocache scheduled a video in the download queue for download from the remote video website.
DOWNLOAD
Videocache is successfully downloaded and stored the video file from the remote server.
START_XMLRPC_SERVER_ERR
An error occurred while starting XMLRPC error.
URL_ERROR
An error occurred in parsing the url for the audio/video file.
PROXY_ERR
An error occurred while setting up proxy for downloading videos.
XMLRPC_ERR
An error occurred while querying XMLRPC Server.
LOG_ROTATE_ERR
An error occurred while rotating videocache logs.
SIZE_ERR
Videocache encountered an error while fetching the size of the remote video file.
MAX_SIZE
The size of the video file being requested is more than the maximum size allowed for the videos to be cached. So the current video will not be cached. Check max_youtube_video_size and corresponding options for other websites.
MIN_SIZE
The size of the video being requested is less than the minimum size allowed for the videos to be cached. So the current video will not be cached. Please see min_youtube_video_size and respective options for other websites for details.
SCHEDULE_ERR
Videocache encountered an error while scheduling a video for download.
QUEUE_ERR
An error occurred while queuing a video for download.
DEQUE_ERR
An error occurred while de-queuing a video from download queue.
DOWNLOAD_ERR
An error occurred while Videocache was trying to download the video from the remote video server.
CACHE_FULL
The size of the cache directory exceeded the maximum allowed size in configuration file. Check the youtube_cache_size and corresponding options for other websites for configuration help.

