Hi to all. First of all I apologize for my poor english. I'm testing videocache 1.9.2 on FreeBSD 7.0. My configuration is:
squid-3.1.0.8
videocache-1.9.2
apache-2.2.14_5
python25-2.5.2_2
I have all the necessary file and folder permissions. My problem is that some sites are cached and for others,"DOWNLOAD_ERR" pops up.For example "Blip.tv" is cached and also served from cache without any problems. On the other hand "youtube" videos are never cached, and always fail with "DOWNLOAD_ERR". Any ideas what could be wrong?
Thanx
1 Answers
Same problem on 7.0
videocache.py stop at
file = grabber.urlgrab(url, download_path)
and go to except DOWNLOAD_ERR
so I reinstall py-urlgrabber but not help
after REQUEST in videcache/tmp dir files are creating with their correct filename but with zero size.
admin, any help, any ideas ?